summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm/tms570: include hardware initialization and selftest based on Ti HalCoGen...Pavel Pisa2016-09-2216-0/+3519
* arm/tms570: define base addresses of all TMS570LS3137 SPI interfaces.Pavel Pisa2016-09-221-1/+5
* bsps/arm: Export bsp_start_hook_0_done symbol from ARM start.S.Pavel Pisa2016-09-221-0/+1
* classic networking: adapt FXP driver to work with actual PCI and IRQ code.Pavel Pisa2016-09-212-106/+98
* classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa2016-09-205-40/+5
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-197-83/+21
* bsp/atsam: Add SPI bus driverAlexander Krutwig2016-09-166-0/+770
* bsp/atsam: Use normal memory for QSPI flash areaAlexander Krutwig2016-09-161-2/+2
* arm/raspberrypi: define bsp_reset to restart board by watchdog.Pavel Pisa2016-09-083-1/+82
* powerpc: Fix SMP context switchSebastian Huber2016-09-081-61/+62
* testsuite: Add libdl/dl05 reloc test.Chris Johns2016-09-083-0/+3
* bsp/raspberrypi: Rename fileSebastian Huber2016-09-082-1/+1
* arm/raspberrypi: use GPU/system timer as clock source.Pavel Pisa2016-09-071-36/+62
* arm/raspberrypi: correct and extend definitions for GPU timer.Pavel Pisa2016-09-072-7/+16
* arm/raspberrypi: basic BCM2836 SMP implementation.Pavel Pisa2016-09-078-4/+230
* arm/raspberrypi: propagate number of configured CPUs into linker script.Pavel Pisa2016-09-072-0/+16
* arm/raspberrypi: rename linkcmds to linkcmds.in to allow their configure proc...Pavel Pisa2016-09-073-4/+3
* arm/raspberrypi: more definitions of BCM2836 core local peripherals.Pavel Pisa2016-09-071-2/+140
* arm/raspberrypi: include definitions of BCM2836 SMP mailboxes.Rohini Kulkarni2016-09-071-0/+26
* bsps/arm: reorganize CP15 code to allow clean and invalidate ARMv7 cache by l...Pavel Pisa2016-09-071-48/+60
* bsps/arm: remove lock in arm_cp15_set_translation_table_entries().Pavel Pisa2016-09-071-9/+1
* bsps/arm: use defines for cache type register format field.Pavel Pisa2016-09-071-9/+30
* bsp/atsam: Add SDRAM IS42S16320F-7BL.Christian Mauderer2016-09-073-1/+56
* bsp/atsam: Move ram init values to structure.Christian Mauderer2016-09-074-0/+58
* bsp/xilinx-zynq: Avoid duplicate declarationSebastian Huber2016-09-061-1/+1
* arm/xilinx_zynq: Start the second core when an SMP build.Chris Johns2016-09-012-0/+22
* arm/xilinx_zynq: ensure that cache is cleaned and MMU disabled when initializ...Pavel Pisa2016-09-011-0/+35
* libdl: The dl04 is too big for some BSPs. Do not built it.Chris Johns2016-08-303-0/+3
* arm/raspberrypi: Mailbox : Extending functionalityMudit Jain2016-08-273-0/+130
* bsp/atsam: Add missing break statementAlexander Krutwig2016-08-241-0/+1
* bsp/atsam: Fix data cache flushAlexander Krutwig2016-08-241-3/+7
* libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.Chris Johns2016-08-232-0/+2
* bsp/atsam: Add timeout to QSPI send commandAlexander Krutwig2016-08-181-1/+16
* libbsp/arm: Add the TTB table to the default MMU set up as read/write.Chris Johns2016-08-151-0/+4
* librtems++: Remove from RTEMS.Chris Johns2016-08-1120-2462/+0
* build-system: Always enable C++ if the compiler is present.Chris Johns2016-08-113-18/+26
* bsp/atsam: Add power supportAlexander Krutwig2016-08-087-0/+505
* atsam: Add atsam_rtc_get_time()Alexander Krutwig2016-08-082-16/+23
* arm/raspberrypi: framebuffer driver checks for initialization and tries runti...Pavel Pisa2016-07-311-1/+11
* arm/raspberrypi: VideoCore access corrections in cache operation and more err...Pavel Pisa2016-07-316-48/+112
* bsp/qoriq: Remove legacy U-Boot supportSebastian Huber2016-07-289-208/+69
* bsp/qoriq: Fix start stack setupSebastian Huber2016-07-281-3/+7
* bsp/qoriq: Fix tlbwe synchronizationSebastian Huber2016-07-282-3/+5
* bsp/qoriq: Add QORIQ_HAS_WRITE_BACK_L1_CACHESebastian Huber2016-07-272-0/+11
* atsam: Add user defined RX/TX descriptor countsAlexander Krutwig2016-07-261-126/+102
* atsam: Use normal memory for DTCMAlexander Krutwig2016-07-261-0/+1
* bsps/arm: Clear pending exceptions for ARMv7-MAlexander Krutwig2016-07-261-0/+2
* bsps: Fix shared polled console fatal errorSebastian Huber2016-07-252-1/+3
* arm/raspberrypi: add Secure Digital (SD) controller interrupt source ID from ...Pavel Pisa2016-07-231-1/+1
* arm/raspberrypi: change interrupt dispatch and enable to generic vector id ba...Pavel Pisa2016-07-232-141/+89