summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-07-04bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa3-48/+97
2016-07-04bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa10-124/+190
2016-07-04bsp/arm: Report correct maximal cache line length for ARM Cortex-A + L2C-310.Pavel Pisa1-0/+4
2016-07-04rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa1-0/+42
2016-07-04arm/raspberrypi: update VideoCore cache flush workaround to work on RPi2.Pavel Pisa1-2/+13
2016-07-04arm/raspberrypi: Enable HYP to SVC switch for this BSP.Pavel Pisa2-0/+7
2016-07-04bsps/arm: Support recent bootloaders starting kernel in HYP modePavel Pisa5-7/+175
2016-07-04arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+30
2016-07-04bsp/atsam: Add RTC driverAlexander Krutwig2-1/+104
2016-07-04libchip: Simplify RTC driverSebastian Huber14-39/+13
2016-06-30bsps: Do not use fast idle clock for SMPSebastian Huber1-13/+15
2016-06-29bsp/atsam: Add support for TCMAlexander Krutwig5-0/+150
2016-06-29score: Fix SMP message handlingSebastian Huber2-6/+0
2016-06-28arm/raspberrypi: resolve BSP warnings.Pavel Pisa5-2/+8
2016-06-28arm/raspberrypi: run VideoCore and mailbox code through rtems.uncrustify.Pavel Pisa5-246/+266
2016-06-28arm/raspberrypi: Adding functionalities to Mailbox RPiMudit Jain3-0/+99
2016-06-28bsp/mvme162: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+1
2016-06-28libnetworking: Import current <arpa/inet.h>Christian Mauderer7-8/+0
2016-06-24bsps: Include missing <rtems/bspIo.h>Sebastian Huber12-0/+18
2016-06-24arm/raspberrypi: Force VC mail box buffer to be synchronized through cache.Pavel Pisa1-1/+13
2016-06-23bsp/atsam: Add I2C driverAlexander Krutwig6-0/+585