summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM except...Pavel Pisa2016-07-232-21/+0
* Added USB interrupt handler. And defined some macros regarding USB.Deval Shah2016-07-233-0/+25
* bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa2016-07-221-2/+23
* arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa2016-07-201-9/+22
* arm/raspberrypi: use cache manager operations to flush/invalidate all cache l...Pavel Pisa2016-07-201-7/+7
* arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa2016-07-203-6/+66
* bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa2016-07-202-8/+58
* arm/raspberrypi: cache manager can be used for mailbox synchronization now. R...Pavel Pisa2016-07-201-33/+2
* bsps/powerpc: Fix shared console driverSebastian Huber2016-07-191-13/+9
* bsps/powerpc: Fix AtliVec context switchSebastian Huber2016-07-192-62/+68
* beagle: pwm polishingPunit Vara2016-07-174-309/+568
* Misc: Spell length correctlyJoel Sherrill2016-07-127-8/+8
* bsps/powerpc: Fix AltiVec enableSebastian Huber2016-07-123-0/+3
* shared/console-polled.c: Use standard fatal error codesJoel Sherrill2016-07-051-3/+3
* bsps/arm: Fix basic cache support for SMPSebastian Huber2016-07-051-8/+8
* Beaglebone: Update PWM driver imported from BBBIOPunit Vara2016-07-044-386/+611
* Beaglebone: Add original BBBIO PWM driverPunit Vara2016-07-042-0/+448
* bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa2016-07-043-48/+97
* bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa2016-07-0410-124/+190
* bsp/arm: Report correct maximal cache line length for ARM Cortex-A + L2C-310.Pavel Pisa2016-07-041-0/+4
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-041-0/+42
* arm/raspberrypi: update VideoCore cache flush workaround to work on RPi2.Pavel Pisa2016-07-041-2/+13
* arm/raspberrypi: Enable HYP to SVC switch for this BSP.Pavel Pisa2016-07-042-0/+7
* bsps/arm: Support recent bootloaders starting kernel in HYP modePavel Pisa2016-07-045-7/+175
* arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa2016-07-041-0/+30
* bsp/atsam: Add RTC driverAlexander Krutwig2016-07-042-1/+104
* libchip: Simplify RTC driverSebastian Huber2016-07-0414-39/+13
* bsps: Do not use fast idle clock for SMPSebastian Huber2016-06-301-13/+15