summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/imx (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-02bsps: Use CPPASCOMPILE for startfileSebastian Huber1-5/+4
2018-01-02bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber1-0/+1
2018-01-02bsps: Include bsp.am in all BSP Makefile.amSebastian Huber1-0/+1
2017-12-19ARM BSPs: Simplify bsp_specsJoel Sherrill1-5/+1
2017-12-15bsps/arm: Fix move <libcpu/arm-cp15.h> to cpukitSebastian Huber2-12/+0
2017-11-29arm/*/bsp_specs: Remove extra space to increase consistencyJoel Sherrill1-1/+1
2017-11-27libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill1-1/+1
2017-11-24Remove coverhd.hSebastian Huber2-6/+1
2017-11-22bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber1-1/+1
2017-11-22bsps: Add default getentropy() implementationSebastian Huber1-0/+1
2017-11-08bsp/imx: Add UART baud changeSebastian Huber1-0/+19
2017-11-08bsp/imx: Better utilize UART transmit FIFOSebastian Huber1-7/+18
2017-11-02bsp/imx: More robust and faster bsp_reset()Sebastian Huber1-3/+3
2017-11-02bsp/imx: Drain console before resetSebastian Huber3-1/+18
2017-11-02bsp/imx: Implement bsp_reset()Sebastian Huber4-1/+79
2017-10-06bsp/imx: Add SPI bus driverSebastian Huber3-0/+463
2017-10-06bsp/imx: Add imx_iomux_configure_pins()Sebastian Huber4-0/+107
2017-10-06bsp/imx: Import iomux from FreeBSDSebastian Huber3-0/+440
2017-10-06bsp/imx: Fix I2C registration with pathSebastian Huber1-4/+9
2017-10-02bsp/imx: Add I2C bus driverSebastian Huber3-0/+451
2017-10-02bsp/imx: Fix I2C register headerSebastian Huber1-27/+31
2017-10-02bsp/imx: Add imx_get_reg_of_node()Sebastian Huber3-9/+16
2017-10-02bsp/imx: Add imx_get_irq_of_node()Sebastian Huber3-14/+29
2017-09-27bsp/imx: Add nocache sectionSebastian Huber3-4/+10
2017-09-26bsp/imx: Provide a default consoleSebastian Huber1-1/+1
2017-09-26bsp/imx: Add register headersSebastian Huber4-0/+171
2017-09-22bsps: Generalize bsp_fdt_map_intr()Sebastian Huber2-3/+5
2017-09-22bsp/imx: Add SMP supportSebastian Huber3-16/+32
2017-09-22bsp/imx: Add register headersSebastian Huber4-0/+276
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-9/+1
2017-08-04bsp/imx: Fix UART interruptSebastian Huber1-0/+2
2017-08-04bsp/imx: New BSPSebastian Huber17-0/+1325