source: rtems/c/src/lib/libbsp/arm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65b63b2   03/07/17 13:40:45 Sebastian Huber bsp/altera-cyclone-v: Remove debug output 5
(edit) @2433a8ab   03/07/17 13:32:42 Sebastian Huber arm: Remove legacy execption support 5
(edit) @11f0d52   02/22/17 08:01:40 Sebastian Huber bsp/xilinx-zynq: Add interrupt support to UART 5
(edit) @6b2fcc4   02/21/17 09:30:30 Sebastian Huber bsp/xilinx-zynq: Use new Termios device driver 5
(edit) @7318e7db   02/15/17 12:41:02 Sebastian Huber bsp/lpc24xx: Remove debug output 5
(edit) @180107e9   01/30/17 10:33:31 Christian.Mauderer bsps/arm: Fix Cortex-M DWT CPU counter. It is necessary to enable the … 5
(edit) @b43c2e8   01/24/17 14:40:31 kevin-kirspel Adding ARM VFP V2 support 5
(edit) @2f8f951b   01/23/17 13:51:27 kevin-kirspel bsp/lpc32xx: Fix interrupt controller suppport Enable/Disable? vector … 5
(edit) @21267897   01/19/17 20:37:13 Gedare Bloom raspberrypi: fix math inside of sizeof Move the subtraction of 1 for … 5
(edit) @70e8abf   01/19/17 20:34:18 Gedare Bloom raspberrypi: use signed int for return variable Closes #2873. 5
(edit) @3f09d635   01/19/17 17:58:44 Gedare Bloom smdk2410: delete unused variables Closes #2868. 5
(edit) @96ba863   01/17/17 23:56:19 joel arm/lpc32xx/*/lpc32xx_mzx_stage_1-testsuite.tcfg: Add dl05 5
(edit) @ddb28127   01/17/17 14:04:54 joel arm/stm32f4/*.tcfg: Add fsjffs2gc01 to excluded tests 5
(edit) @9c834d1   01/17/17 14:04:33 joel arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded tests 5
(edit) @ed1dcd2   01/17/17 14:04:13 joel arm/lpc32xx/*.tcfg: Add fsjffs2gc01 to excluded tests 5
(edit) @2414497f   01/17/17 14:03:56 joel arm/lpc176x/*.tcfg: Add fsjffs2gc01 to excluded tests 5
(edit) @6c42040   01/17/17 14:03:31 joel arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded tests 5
(edit) @1fcdd639   01/12/17 22:12:51 joel powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwset 5
(edit) @2a583a00   01/16/17 12:13:36 Sebastian Huber atsam: Fix SC16IS752 documentation 5
(edit) @71f29c12   12/20/16 07:49:32 Sebastian Huber bsp/atsam: Use standard XDMA throughout 5
(edit) @4aba8d79   12/16/16 12:05:34 Sebastian Huber bsp/atsam: Use standard XDMA for QSPI support 5
(edit) @08f1d2f7   12/15/16 14:37:00 Sebastian Huber bsp/atsam: Add SC16IS752 support 5
(edit) @a5c56af   12/15/16 14:03:56 Sebastian Huber bsp/atsam: Move interrupt setup to PIO_Configure() 5
(edit) @a4936b5   12/15/16 13:55:45 Sebastian Huber bsp/atsam: System initialization for PIO IRQs 5
(edit) @8eb5fbb6   12/15/16 12:27:17 Sebastian Huber bsp/atsamv: Move XDMAD instance out of SPI driver Use system … 5
(edit) @d1c771c   12/15/16 08:56:12 Sebastian Huber bsp/atsam: Move XDMA IRQ handler to XDMA module The XDMA is shared by … 5
(edit) @cb59276   12/15/16 05:15:13 Sebastian Huber bsp/atsam: Use _Assert() instead of assert() 5
(edit) @fd12159   12/15/16 05:12:46 Sebastian Huber bsp/atsam: Use inline functions for XDMA access 5
(edit) @8dd83d3   12/14/16 10:52:01 Sebastian Huber bsp/atsam: Optimize SPI interrupt 5
(edit) @9686c614   12/14/16 10:42:28 Sebastian Huber bsp/atsam: Simplify SPI transfer status 5
(edit) @de7c171   12/14/16 08:41:30 Sebastian Huber bsp/atsam: Reduce context switches for SPI transf 5
(edit) @b52513b   12/14/16 07:32:02 Sebastian Huber bsp/atsam: Optimize SPI DMA transfer setup 5
(edit) @f104bd3   12/14/16 07:06:14 Sebastian Huber bsp/atsam: Simplify SPI DMA transfer setup 5
(edit) @49b6931   12/14/16 07:00:56 Sebastian Huber bsp/atsam: Simplify SPI DMA initialization 5
(edit) @d0452eb   12/14/16 06:46:18 Sebastian Huber bsp/atsam: Simplify SPI interrupt handler 5
(edit) @c78928f   12/14/16 06:44:34 Sebastian Huber bsp/atsam: Remove superfluous irq field 5
(edit) @9035630f   12/14/16 06:43:25 Sebastian Huber bsp/atsam: Remove duplicate SPI register field 5
(edit) @62e1e0ff   12/14/16 06:37:49 Sebastian Huber bsp/atsam: Simplify SPI initialization 5
(edit) @3afa95b   12/14/16 06:25:49 Sebastian Huber bsp/atsam: Hide details of SPI driver 5
(edit) @1505eca5   12/14/16 06:18:11 Sebastian Huber bsp/atsam: Align SPI API with PIO_Configure() 5
(edit) @5dd02e9   12/13/16 14:49:09 Sebastian Huber bsp/atsam: Avoid to power on/off the SPI module 5
(edit) @f74e2959   12/13/16 14:18:00 Sebastian Huber bsp/atsam: Speed up SPI DMA transfer start 5
(edit) @0396f60   12/13/16 13:28:57 Sebastian Huber bsp/atsam: Optimize transfer setup checks 5
(edit) @3417070d   12/13/16 13:28:32 Sebastian Huber bsp/atsam: No timeout for SPI DMA transfers 5
(edit) @6a9282d   12/09/16 09:49:49 Sebastian Huber Rename is_internal to always_set_to_false Update #2825. 5
(edit) @28fda62   12/05/16 03:53:54 Chris Johns testsuite: Add test states to the testsuit configuration files. … 5
(edit) @e629076   11/29/16 22:19:05 Chris Johns libdebugger: Build for ARM's without a CP15. 5
(edit) @8fd465e   11/24/16 22:45:35 Chris Johns arm/zynq: Wait for the UART TX FIFO to empty on reset. 5
(edit) @562b0a0   11/24/16 09:49:17 Sebastian Huber bsps/arm: Add Cortex-M DWT CPU counter 5
(edit) @31427276   11/23/16 06:47:00 Sebastian Huber bsp/lpc23xx_tli800: Disable tar01 test Close #2824. 5
(edit) @04bd261   11/13/16 14:18:58 Sebastian Huber arm: Use TPIDRPRW for current per-CPU control Use the previously … 5
(edit) @bb5d97f3   11/17/16 13:56:53 Christian.Mauderer bsp/atsamv: Make size of nocache-memory configurable. 5
(edit) @fc718cb8   10/22/16 15:46:56 jcmarsh Updated xilinx_zynq_a9_qemu bsp README instructions. 5
(edit) @24fe213   10/17/16 12:36:49 alexander.krutwig atsam: multiple messages on one cs low level 5
(edit) @f45ddeea   10/13/16 05:51:55 Sebastian Huber bsp/atsamv: Fix typo 5
(edit) @a899549e   10/05/16 12:04:23 Sebastian Huber bsp/atsam: Provide default buffer counts 5
(edit) @10eedb9f   10/05/16 12:04:07 Sebastian Huber bsp/atsam: Fix PHY detection 5
(edit) @425f6cfa   09/22/16 07:56:06 pisa arm/tms570: document BSP setup with included hardware initialization. 5
(edit) @aae17bf3   09/22/16 07:48:26 pisa arm/tms570: update bootstrap generated preinstall.am 5
(edit) @98b6874   09/22/16 07:23:17 pisa arm/tms570: include TMS570_USE_HWINIT_STARTUP option to select bare … 5
(edit) @29430a3   09/22/16 07:50:59 pisa arm/tms570: include hardware initialization and selftest based on Ti … 5
(edit) @5746f10   09/12/16 08:46:58 pisa arm/tms570: define base addresses of all TMS570LS3137 SPI interfaces. … 5
(edit) @a396ed4   09/17/16 15:09:11 pisa bsps/arm: Export bsp_start_hook_0_done symbol from ARM start.S. The … 5
(edit) @55e0be36   09/16/16 10:58:06 Sebastian Huber termios: Use IMFS nodes for new Termios devices This makes the new … 5
(edit) @0ab86d09   09/13/16 14:32:51 alexander.krutwig bsp/atsam: Add SPI bus driver 5
(edit) @c186de5c   09/14/16 12:46:03 alexander.krutwig bsp/atsam: Use normal memory for QSPI flash area This is a … 5
(edit) @5eb769ca   09/08/16 21:40:21 pisa arm/raspberrypi: define bsp_reset to restart board by watchdog. … 5
(edit) @d4160618   09/07/16 03:59:16 Chris Johns testsuite: Add libdl/dl05 reloc test. 5
(edit) @531924d   09/08/16 05:24:29 Sebastian Huber bsp/raspberrypi: Rename file 5
(edit) @5d369c85   09/03/16 12:10:52 pisa arm/raspberrypi: use GPU/system timer as clock source. It has … 5
(edit) @40f49d1   09/03/16 12:04:16 pisa arm/raspberrypi: correct and extend definitions for GPU timer. 5
(edit) @df2ee9d   09/07/16 18:28:33 pisa arm/raspberrypi: basic BCM2836 SMP implementation. The BSP support is … 5
(edit) @38a5385   09/01/16 19:55:51 pisa arm/raspberrypi: propagate number of configured CPUs into linker script. 5
(edit) @dfbedf3   09/01/16 19:40:09 pisa arm/raspberrypi: rename linkcmds to linkcmds.in to allow their … 5
(edit) @4c53be1   09/03/16 01:37:36 pisa arm/raspberrypi: more definitions of BCM2836 core local peripherals. 5
(edit) @bf62c39   09/03/16 00:26:10 krohini1593 arm/raspberrypi: include definitions of BCM2836 SMP mailboxes. 5
(edit) @5c494641   09/02/16 23:30:47 pisa bsps/arm: remove lock in arm_cp15_set_translation_table_entries(). … 5
(edit) @b9cc5aa   08/22/16 08:41:33 Christian.Mauderer bsp/atsam: Add SDRAM IS42S16320F-7BL. 5
(edit) @beb289e   08/19/16 09:59:12 Christian.Mauderer bsp/atsam: Move ram init values to structure. 5
(edit) @cac586e6   09/06/16 08:55:09 Sebastian Huber bsp/xilinx-zynq: Avoid duplicate declaration 5
(edit) @caf2cbd   08/16/16 05:49:41 Chris Johns arm/xilinx_zynq: Start the second core when an SMP build. 5
(edit) @13c985c   08/31/16 14:49:15 pisa arm/xilinx_zynq: ensure that cache is cleaned and MMU disabled when … 5
(edit) @6deb4190   08/25/16 06:18:21 Chris Johns libdl: The dl04 is too big for some BSPs. Do not built it. 5
(edit) @3c74f4aa   08/27/16 06:15:04 muditjain18011995 arm/raspberrypi: Mailbox : Extending functionality Adding … 5
(edit) @8099e0a   08/24/16 14:26:07 alexander.krutwig bsp/atsam: Add missing break statement 5
(edit) @8cf102dd   08/24/16 13:30:06 alexander.krutwig bsp/atsam: Fix data cache flush 5
(edit) @89a319a0   08/23/16 01:11:53 Chris Johns libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol. … 5
(edit) @fea392a   08/10/16 08:32:39 alexander.krutwig bsp/atsam: Add timeout to QSPI send command 5
(edit) @01aa1ba   08/09/16 07:05:27 Chris Johns libbsp/arm: Add the TTB table to the default MMU set up as read/write. … 5
(edit) @5d0f0de4   07/28/16 11:33:50 alexander.krutwig bsp/atsam: Add power support 5
(edit) @e5fd901   07/28/16 10:01:58 alexander.krutwig atsam: Add atsam_rtc_get_time() 5
(edit) @912a1a90   07/31/16 11:10:28 pisa arm/raspberrypi: framebuffer driver checks for initialization and … 5
(edit) @3d3ad4dc   07/31/16 09:33:06 pisa arm/raspberrypi: VideoCore? access corrections in cache operation and … 5
(edit) @f6fdf2e   07/25/16 13:11:07 alexander.krutwig atsam: Add user defined RX/TX descriptor counts 5
(edit) @c51e6d91   07/18/16 11:20:18 alexander.krutwig atsam: Use normal memory for DTCM Avoids problems with unaligned data … 5
(edit) @84008f9e   07/25/16 12:51:06 alexander.krutwig bsps/arm: Clear pending exceptions for ARMv7-M 5
(edit) @ba0471d   07/23/16 13:15:17 pisa arm/raspberrypi: add Secure Digital (SD) controller interrupt source … 5
(edit) @d216c5d6   07/23/16 10:10:34 pisa arm/raspberrypi: change interrupt dispatch and enable to generic … 5
(edit) @d548318   07/23/16 10:07:10 pisa arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM … 5
(edit) @1c62f7ee   07/22/16 08:27:11 deval.maker Added USB interrupt handler. And defined some macros regarding USB. 5
Note: See TracRevisionLog for help on using the revision log.