summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-202-4/+24
* bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa2016-07-201-8/+42
* arm/raspberrypi: cache manager can be used for mailbox synchronization now. R...Pavel Pisa2016-07-201-33/+2
* beagle: pwm polishingPunit Vara2016-07-174-309/+568
* Misc: Spell length correctlyJoel Sherrill2016-07-124-5/+5
* bsps/arm: Fix basic cache support for SMPSebastian Huber2016-07-051-8/+8
* Beaglebone: Update PWM driver imported from BBBIOPunit Vara2016-07-043-385/+515
* 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-042-45/+69
* bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa2016-07-049-20/+160
* bsp/arm: Report correct maximal cache line length for ARM Cortex-A + L2C-310.Pavel Pisa2016-07-041-0/+4
* 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
* bsp/atsam: Add RTC driverAlexander Krutwig2016-07-042-1/+104
* libchip: Simplify RTC driverSebastian Huber2016-07-045-9/+0
* bsp/atsam: Add support for TCMAlexander Krutwig2016-06-295-0/+150
* score: Fix SMP message handlingSebastian Huber2016-06-291-1/+0
* arm/raspberrypi: resolve BSP warnings.Pavel Pisa2016-06-285-2/+8
* arm/raspberrypi: run VideoCore and mailbox code through rtems.uncrustify.Pavel Pisa2016-06-285-246/+266
* arm/raspberrypi: Adding functionalities to Mailbox RPiMudit Jain2016-06-283-0/+99
* libnetworking: Import current <arpa/inet.h>Christian Mauderer2016-06-281-2/+0
* bsps: Include missing <rtems/bspIo.h>Sebastian Huber2016-06-244-0/+8
* arm/raspberrypi: Force VC mail box buffer to be synchronized through cache.Pavel Pisa2016-06-241-1/+13
* bsp/atsam: Add I2C driverAlexander Krutwig2016-06-236-0/+585
* bsp/atsam: Fix QSPI driver APIAlexander Krutwig2016-06-222-3/+3
* bsp/tms570: regenerate preinstall makefile by bootstrap -p.Pavel Pisa2016-06-211-0/+8
* bsp/tms570: include complete peripheral initialization to SCI driver.Pavel Pisa2016-06-211-2/+36
* bsp/tms570: update pinmux to provide support for initialization lists and cle...Pavel Pisa2016-06-214-69/+196
* bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS31...Pavel Pisa2016-06-212-0/+700
* arm/raspberrypi: Ensure that buffers used for VC mail box communication are s...Pavel Pisa2016-06-202-7/+56
* bsps: Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSORSebastian Huber2016-06-142-2/+7
* bsp/atsam: Support QSPI flashAlexander Krutwig2016-06-067-5/+65
* atsam: Fix network interface PHY handlingAlexander Krutwig2016-06-062-67/+52
* arm/raspberrypi: add fbcons support for rpi bspYANG Qiao2016-05-318-2/+362
* arm/raspberrypi: add video outchar support for rpi bspYANG Qiao2016-05-314-0/+5109