summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-22arm/tms570: include hardware initialization and selftest based on Ti HalCoGen...Pavel Pisa16-0/+3519
2016-09-22arm/tms570: define base addresses of all TMS570LS3137 SPI interfaces.Pavel Pisa1-1/+5
2016-09-22bsps/arm: Export bsp_start_hook_0_done symbol from ARM start.S.Pavel Pisa1-0/+1
2016-09-20classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa1-9/+1
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber7-83/+21
2016-09-16bsp/atsam: Add SPI bus driverAlexander Krutwig6-0/+770
2016-09-16bsp/atsam: Use normal memory for QSPI flash areaAlexander Krutwig1-2/+2
2016-09-08arm/raspberrypi: define bsp_reset to restart board by watchdog.Pavel Pisa3-1/+82
2016-09-08powerpc: Fix SMP context switchSebastian Huber1-61/+62
2016-09-08testsuite: Add libdl/dl05 reloc test.Chris Johns3-0/+3
2016-09-08bsp/raspberrypi: Rename fileSebastian Huber2-1/+1
2016-09-07arm/raspberrypi: use GPU/system timer as clock source.Pavel Pisa1-36/+62
2016-09-07arm/raspberrypi: correct and extend definitions for GPU timer.Pavel Pisa2-7/+16
2016-09-07arm/raspberrypi: basic BCM2836 SMP implementation.Pavel Pisa8-4/+230
2016-09-07arm/raspberrypi: propagate number of configured CPUs into linker script.Pavel Pisa2-0/+16
2016-09-07arm/raspberrypi: rename linkcmds to linkcmds.in to allow their configure proc...Pavel Pisa3-4/+3
2016-09-07arm/raspberrypi: more definitions of BCM2836 core local peripherals.Pavel Pisa1-2/+140
2016-09-07arm/raspberrypi: include definitions of BCM2836 SMP mailboxes.Rohini Kulkarni1-0/+26
2016-09-07bsps/arm: reorganize CP15 code to allow clean and invalidate ARMv7 cache by l...Pavel Pisa1-48/+60
2016-09-07bsps/arm: remove lock in arm_cp15_set_translation_table_entries().Pavel Pisa1-9/+1
2016-09-07bsps/arm: use defines for cache type register format field.Pavel Pisa1-9/+30
2016-09-07bsp/atsam: Add SDRAM IS42S16320F-7BL.Christian Mauderer3-1/+56
2016-09-07bsp/atsam: Move ram init values to structure.Christian Mauderer4-0/+58
2016-09-06bsp/xilinx-zynq: Avoid duplicate declarationSebastian Huber1-1/+1
2016-09-01arm/xilinx_zynq: Start the second core when an SMP build.Chris Johns2-0/+22
2016-09-01arm/xilinx_zynq: ensure that cache is cleaned and MMU disabled when initializ...Pavel Pisa1-0/+35
2016-08-30libdl: The dl04 is too big for some BSPs. Do not built it.Chris Johns3-0/+3
2016-08-27arm/raspberrypi: Mailbox : Extending functionalityMudit Jain3-0/+130
2016-08-24bsp/atsam: Add missing break statementAlexander Krutwig1-0/+1
2016-08-24bsp/atsam: Fix data cache flushAlexander Krutwig1-3/+7
2016-08-23libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.Chris Johns2-0/+2
2016-08-18bsp/atsam: Add timeout to QSPI send commandAlexander Krutwig1-1/+16
2016-08-15libbsp/arm: Add the TTB table to the default MMU set up as read/write.Chris Johns1-0/+4
2016-08-08bsp/atsam: Add power supportAlexander Krutwig7-0/+505
2016-08-08atsam: Add atsam_rtc_get_time()Alexander Krutwig2-16/+23
2016-07-31arm/raspberrypi: framebuffer driver checks for initialization and tries runti...Pavel Pisa1-1/+11
2016-07-31arm/raspberrypi: VideoCore access corrections in cache operation and more err...Pavel Pisa6-48/+112
2016-07-28bsp/qoriq: Remove legacy U-Boot supportSebastian Huber9-208/+69
2016-07-28bsp/qoriq: Fix start stack setupSebastian Huber1-3/+7
2016-07-28bsp/qoriq: Fix tlbwe synchronizationSebastian Huber2-3/+5
2016-07-27bsp/qoriq: Add QORIQ_HAS_WRITE_BACK_L1_CACHESebastian Huber2-0/+11
2016-07-26atsam: Add user defined RX/TX descriptor countsAlexander Krutwig1-126/+102
2016-07-26atsam: Use normal memory for DTCMAlexander Krutwig1-0/+1
2016-07-26bsps/arm: Clear pending exceptions for ARMv7-MAlexander Krutwig1-0/+2
2016-07-25bsps: Fix shared polled console fatal errorSebastian Huber2-1/+3
2016-07-23arm/raspberrypi: add Secure Digital (SD) controller interrupt source ID from ...Pavel Pisa1-1/+1
2016-07-23arm/raspberrypi: change interrupt dispatch and enable to generic vector id ba...Pavel Pisa2-141/+89
2016-07-23arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM except...Pavel Pisa2-21/+0
2016-07-23Added USB interrupt handler. And defined some macros regarding USB.Deval Shah3-0/+25
2016-07-22bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa1-2/+23