summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-15bsp/beagle: Fix some warningsBen Gras2-3/+3
2014-12-15bsp/lpc32xx: Fix memory mapSebastian Huber1-1/+1
2014-12-05Update bug report URLSebastian Huber22-22/+22
2014-12-05beagle bsp: disable watchdog on am335xBen Gras1-0/+9
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber56-184/+136
2014-11-25bsps/arm: L2C 310 avoid infinite loopsSebastian Huber1-0/+8
2014-11-20bsps/arm: Enable L2C for Cortex-A9 MPCore BSPsSebastian Huber11-65/+98
2014-11-20bsps/arm: L2C 310 drop exclusive cache supportSebastian Huber1-71/+50
2014-11-20bsps/arm: L1 cache support changesSebastian Huber1-16/+21
2014-11-20bsps/arm: L2C 310 compile-time errata 588369Sebastian Huber1-49/+19
2014-11-20bsps/arm: L2C 310 compile-time errata 753970Sebastian Huber1-71/+43
2014-11-20bsps/arm: L2C 310 exclusive config is fatalSebastian Huber1-7/+16
2014-11-20bsps/arm: L2C 310 use l2c_310_* prefix throughoutSebastian Huber1-99/+99
2014-11-20bsps/arm: L2C 310 use L2C_310_* prefix throughoutSebastian Huber1-232/+232
2014-11-20bsps/arm: L2C 310 add compile time checksSebastian Huber3-84/+75
2014-11-20bsps/arm: L2C 310 delete invalid linkSebastian Huber1-2/+0
2014-11-20bsps/arm: L2C 310 simplify and remove white spaceSebastian Huber1-292/+177
2014-11-20bsps/arm: L2C 310 rename BSP_ARM_L2CC_BASESebastian Huber3-28/+28
2014-11-20bsp/xilinx-zynq: Add Cadence I2C bus driverSebastian Huber6-0/+645
2014-11-20bsp/xilinx-zynq: Add zync_clock_cpu_1x()Sebastian Huber3-2/+14
2014-11-20bsp/xilinx-zynq: Rename BSP_ARM_A9MPCORE_UARTCLKSebastian Huber2-5/+5
2014-11-20bsp/xilinx-zynq: Adjust BSP_ARM_A9MPCORE_PERIPHCLKSebastian Huber1-1/+1
2014-11-20bsps/arm: Adjust stacks for ARMv4Sebastian Huber2-19/+7
2014-11-20ARM removed shared/abort from several ARM BSPsAlan Cudmore6-54/+55
2014-11-05lpc23xx_tli800-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-05lpc2362-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-05lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add a handful more testsJoel Sherrill1-0/+8
2014-11-05lm3s3749-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-04lpc23xx_tli800-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-11-04lpc2362-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-11-04lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add rbheap01Joel Sherrill1-0/+1
2014-11-04lm3s3749-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-11-04Regenerated preinstall.am file.Chris Johns1-0/+1
2014-11-03BSP for several Beagle productsBen Gras36-3221/+1485
2014-11-03Added BeagleBoard BSPClaas Ziemke29-0/+4596
2014-10-30Added missing stm32f4xxxx_adc.hChris Nott1-0/+320
2014-10-23bsps: Move extern "C" to not cover includesSebastian Huber9-37/+36
2014-10-23bsp/stm32f4: Add header filesChris Nott11-57/+1209
2014-10-20arm/raspberrypi: Fix warningsJoel Sherrill2-64/+64
2014-10-20arm/csb337/console/fbcons.c: Fix warningJoel Sherrill1-18/+4
2014-10-20arm/gba/console/conio.c: Fix warningJoel Sherrill1-1/+5
2014-10-20arm/edb7312: Fix warningsJoel Sherrill3-2/+17
2014-10-19arm/lpc176x/misc/restart.c: Fix set but not used warningJoel Sherrill1-1/+2
2014-10-16arm/rtl22xx/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill1-3/+4
2014-10-16arm/gumstix/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill1-1/+1
2014-10-16arm/gp32/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill1-1/+0
2014-10-16arm/gba/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill1-1/+1
2014-10-16arm/edb7312/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill1-2/+4
2014-10-16arm/csb337/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill1-1/+1
2014-10-16c/src/lib/libbsp/arm/rtl22xx/console/uart.cJoel Sherrill3-217/+167