summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill2017-11-2720-20/+20
* bsps: Provide <tm27.h> in each BSPSebastian Huber2017-11-2745-30/+45
* bsps: Remove empty tm27.h variantsSebastian Huber2017-11-273-50/+2
* Remove coverhd.hSebastian Huber2017-11-2440-110/+10
* bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber2017-11-2220-20/+20
* bsps: Add default getentropy() implementationSebastian Huber2017-11-221-0/+1
* bsp/atsam: Add timing for RAM mt48lc16m16a2p-6a.Christian Mauderer2017-11-172-0/+58
* bsp/atsam: Improve SDRAM initialization.Christian Mauderer2017-11-171-0/+20
* bsp/atsam: Move clock and SDRAM init to SRAM.Christian Mauderer2017-11-179-22/+95
* bsp/atsam: Make clock application configurable.Christian Mauderer2017-11-1714-24/+156
* bsp/atsam: Add getentropy().Christian Mauderer2017-11-172-1/+62
* getentropy: Add cpu counter based implementation.Christian Mauderer2017-11-1719-0/+19
* bsp/imx: Add UART baud changeSebastian Huber2017-11-081-0/+19
* bsp/imx: Better utilize UART transmit FIFOSebastian Huber2017-11-081-7/+18
* bsp/imx: More robust and faster bsp_reset()Sebastian Huber2017-11-021-3/+3
* bsp/imx: Drain console before resetSebastian Huber2017-11-023-1/+18
* bsp/imx: Implement bsp_reset()Sebastian Huber2017-11-024-1/+79
* bsps/arm: Remove DWT based clock.Christian Mauderer2017-10-181-30/+7
* bsp/tms570: remove duplicate of TMS570_SCI_FLR_TX_EMPTY in console driver.Pavel Pisa2017-10-131-1/+7
* lpc2362-testsuite.tcfg: Add fsrofs01 to excluded testsJoel Sherrill2017-10-121-0/+1
* bsp/atsam: Allow to change optimization settings.Christian Mauderer2017-10-121-2/+1
* bsp/atsam: Add bsp_restart.Christian Mauderer2017-10-123-0/+42
* bsp/imx: Add SPI bus driverSebastian Huber2017-10-063-0/+463
* bsp/imx: Add imx_iomux_configure_pins()Sebastian Huber2017-10-064-0/+107
* bsp/imx: Import iomux from FreeBSDSebastian Huber2017-10-063-0/+440
* bsp/imx: Fix I2C registration with pathSebastian Huber2017-10-061-4/+9
* bsp/imx: Add I2C bus driverSebastian Huber2017-10-023-0/+451
* bsp/imx: Fix I2C register headerSebastian Huber2017-10-021-27/+31
* bsp/imx: Add imx_get_reg_of_node()Sebastian Huber2017-10-023-9/+16
* bsp/imx: Add imx_get_irq_of_node()Sebastian Huber2017-10-023-14/+29
* bsp/imx: Add nocache sectionSebastian Huber2017-09-273-4/+10
* bsp/imx: Provide a default consoleSebastian Huber2017-09-261-1/+1
* bsp/imx: Add register headersSebastian Huber2017-09-264-0/+171
* bsps: Generalize bsp_fdt_map_intr()Sebastian Huber2017-09-223-5/+7
* bsp/imx: Add SMP supportSebastian Huber2017-09-223-16/+32
* bsp/imx: Add register headersSebastian Huber2017-09-224-0/+276
* bsps/arm: Copy FDT only on boot processorSebastian Huber2017-09-221-7/+14
* bsps: Clock_driver_support_install_isr()Sebastian Huber2017-09-188-33/+14
* Simplify and unify BSP_output_charSebastian Huber2017-09-1214-52/+2
* bsp/atsam: Fix MPU sections.Christian Mauderer2017-09-073-4/+92
* fb/fb.c: include <string.h> for memcpy()Joel Sherrill2017-08-271-0/+1
* Include missing <rtems/bspIo.h>Sebastian Huber2017-08-251-0/+1
* Include missing <string.h>Sebastian Huber2017-08-2512-0/+18
* bsps: Add BSP_FDT_BLOB_COPY_TO_READ_ONLY_LOAD_AREASebastian Huber2017-08-221-0/+3
* bsp/imx: Fix UART interruptSebastian Huber2017-08-041-0/+2
* bsp/imx: New BSPSebastian Huber2017-08-0418-0/+1327
* bsps/arm: Add ARMv7-AR Generic Timer clock driverSebastian Huber2017-08-041-0/+205
* beagle/i2c/bbb-i2c.c: Eliminiate set but not used warningJoel Sherrill2017-07-281-1/+2
* bsps: Include missing header fileSebastian Huber2017-07-121-0/+1
* bsp/beagle: Add FDT support for Beaglebone BlackSichen Zhao2017-07-125-1/+26