summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
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-11librtems++: Remove from RTEMS.Chris Johns20-2462/+0
2016-08-11build-system: Always enable C++ if the compiler is present.Chris Johns3-18/+26
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
2016-07-20arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa1-9/+22
2016-07-20arm/raspberrypi: use cache manager operations to flush/invalidate all cache l...Pavel Pisa1-7/+7
2016-07-20arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa3-6/+66
2016-07-20bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa2-8/+58
2016-07-20arm/raspberrypi: cache manager can be used for mailbox synchronization now. R...Pavel Pisa1-33/+2
2016-07-19bsps/powerpc: Fix shared console driverSebastian Huber1-13/+9
2016-07-19bsps/powerpc: Fix AtliVec context switchSebastian Huber2-62/+68
2016-07-17beagle: pwm polishingPunit Vara4-309/+568
2016-07-12Misc: Spell length correctlyJoel Sherrill7-8/+8
2016-07-12bsps/powerpc: Fix AltiVec enableSebastian Huber3-0/+3
2016-07-05shared/console-polled.c: Use standard fatal error codesJoel Sherrill1-3/+3
2016-07-05bsps/arm: Fix basic cache support for SMPSebastian Huber1-8/+8
2016-07-04Beaglebone: Update PWM driver imported from BBBIOPunit Vara4-386/+611
2016-07-04Beaglebone: Add original BBBIO PWM driverPunit Vara2-0/+448