summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-04bsp/imx: New BSPSebastian Huber18-0/+1327
2017-08-04bsps/arm: Add ARMv7-AR Generic Timer clock driverSebastian Huber1-0/+205
2017-07-28beagle/i2c/bbb-i2c.c: Eliminiate set but not used warningJoel Sherrill1-1/+2
2017-07-12bsps: Include missing header fileSebastian Huber1-0/+1
2017-07-12bsp/beagle: Add FDT support for Beaglebone BlackSichen Zhao5-1/+26
2017-07-12Add interrupt vector set/get affinitySebastian Huber2-12/+21
2017-06-21lpc176x/misc/restart.c: Fix duplicate const warningJoel Sherrill1-1/+1
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber9-129/+64
2017-06-15Fix beagle i2c file bbb-i2c.c comment issuesSichen Zhao1-19/+23
2017-06-14Add the i2c driver for Beaglebone BlackSichen Zhao4-141/+629
2017-06-14Remove beagle old i2c codeSichen Zhao3-633/+0
2017-06-14Remove excessive locking from cache operations.Alexei Pososin1-35/+9
2017-06-12bsp: Include missing <sys/param.h>Sebastian Huber2-0/+2
2017-06-07bsps/arm: Fix ARMv7-M interrupt suppportChristian Mauderer1-2/+6
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-1/+0
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-1/+1
2017-05-24arm/tms570: Update preinstall.am after bootstrap.Chris Johns1-0/+4
2017-05-11bsps/arm: Fix bit field offset in GIC supportSebastian Huber1-1/+1
2017-04-29bsp/tms570: include package balls and PINMMR registers mapping for TMS5704357...Pavel Pisa2-0/+1115
2017-04-23fb/fb.c: Include <rtems/inttypes.h> and use PRI constant to fix warningJoel Sherrill1-2/+7
2017-04-04lpc176x/../*-testsuite.tcfg: Add linpackJoel Sherrill3-0/+3
2017-04-04lpc24xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2-0/+3
2017-04-04lpc32xx_mzx_stage_1-testsuite.tcfg: Add linpackJoel Sherrill1-0/+1
2017-04-04lm3s69xx/../*-testsuite.tcfg: Add linpackJoel Sherrill3-0/+3
2017-04-04atsamv-testsuite.tcfg: Add linpackJoel Sherrill1-0/+1
2017-04-04rtl22xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2-0/+2
2017-04-04stm32f4/../*-testsuite.tcfg: Add linpackJoel Sherrill2-0/+2
2017-04-04tms570/../*-testsuite.tcfg: Add linpackJoel Sherrill3-0/+9
2017-04-03bsps: Fix baud settingsSebastian Huber1-2/+2
2017-03-28arm: Optimize context switchSebastian Huber1-12/+0
2017-03-27bsp/tms570: Use shared benchmark timerSebastian Huber2-62/+1
2017-03-27bsp/tms570: Simplify CPU counter supportSebastian Huber1-63/+13
2017-03-27bsp/tms570: Simplify <bsp.h>Sebastian Huber1-12/+0
2017-03-27bsp/tms570: Remove OPERATION_COUNT defineSebastian Huber1-3/+0
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel2-2/+2
2017-03-22bsp/atsam: Fix DMA support of some driversSebastian Huber3-0/+3
2017-03-09bsp/tms570: Fix CPU counter frequencySebastian Huber2-27/+12
2017-03-09bsp/tms570: Support printk() earlySebastian Huber3-48/+105
2017-03-08bsp/beagle: Fix warningsSebastian Huber1-0/+1
2017-03-08bsp/smdk2410: Fix format warningSebastian Huber1-1/+1
2017-03-08bsp/lpc176x: Fix integer to pointer warningsSebastian Huber2-2/+4
2017-03-08bsp/altera-cyclone-v: Remove debug outputSebastian Huber1-2/+0
2017-03-08arm: Remove legacy execption supportSebastian Huber22-595/+182
2017-02-22bsp/xilinx-zynq: Add interrupt support to UARTSebastian Huber4-8/+100
2017-02-21bsp/xilinx-zynq: Use new Termios device driverSebastian Huber7-136/+168
2017-02-15bsp/lpc24xx: Remove debug outputSebastian Huber1-1/+0
2017-01-30bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2-10/+6
2017-01-24Adding ARM VFP V2 supportKevin Kirspel1-0/+4
2017-01-24bsp/lpc32xx: Fix interrupt controller suppportKevin Kirspel1-10/+14
2017-01-19raspberrypi: fix math inside of sizeofGedare Bloom1-1/+1