summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/imx (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-02bsps: Use CPPASCOMPILE for startfileSebastian Huber1-5/+4
Update #3254.
2018-01-02bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber1-0/+1
This makes it possible to easily use EXTRA_DIST += foobar in fragments. Update #3254.
2018-01-02bsps: Include bsp.am in all BSP Makefile.amSebastian Huber1-0/+1
Update #3254.
2017-12-19ARM BSPs: Simplify bsp_specsJoel Sherrill1-5/+1
Updates #3520.
2017-12-15bsps/arm: Fix move <libcpu/arm-cp15.h> to cpukitSebastian Huber2-12/+0
Update #3254.
2017-11-29arm/*/bsp_specs: Remove extra space to increase consistencyJoel Sherrill1-1/+1
Updates #3520.
2017-11-27libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill1-1/+1
Updates #3250.
2017-11-24Remove coverhd.hSebastian Huber2-6/+1
This header file contained timing overhead values which are hard to maintain. Update #3254.
2017-11-22bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber1-1/+1
Remove BSP-specific defaults for RTEMS_BSP_CLEANUP_OPTIONS to simplify the BSP configuration and documentation. Change defaults to: BSP_PRESS_KEY_FOR_RESET=0 BSP_RESET_BOARD_AT_EXIT=1 BSP_PRINT_EXCEPTION_CONTEXT=1
2017-11-22bsps: Add default getentropy() implementationSebastian Huber1-0/+1
Update #3239. Close #3249.
2017-11-08bsp/imx: Add UART baud changeSebastian Huber1-0/+19
Update #3090.
2017-11-08bsp/imx: Better utilize UART transmit FIFOSebastian Huber1-7/+18
Update #3090.
2017-11-02bsp/imx: More robust and faster bsp_reset()Sebastian Huber1-3/+3
Update #3090.
2017-11-02bsp/imx: Drain console before resetSebastian Huber3-1/+18
Update #3090.
2017-11-02bsp/imx: Implement bsp_reset()Sebastian Huber4-1/+79
Update #3090.
2017-10-06bsp/imx: Add SPI bus driverSebastian Huber3-0/+463
Update #3090.
2017-10-06bsp/imx: Add imx_iomux_configure_pins()Sebastian Huber4-0/+107
Update #3090.
2017-10-06bsp/imx: Import iomux from FreeBSDSebastian Huber3-0/+440
Update #3090.
2017-10-06bsp/imx: Fix I2C registration with pathSebastian Huber1-4/+9
Update #3090.
2017-10-02bsp/imx: Add I2C bus driverSebastian Huber3-0/+451
Update #3090.
2017-10-02bsp/imx: Fix I2C register headerSebastian Huber1-27/+31
Update #3090.
2017-10-02bsp/imx: Add imx_get_reg_of_node()Sebastian Huber3-9/+16
Update #3090.
2017-10-02bsp/imx: Add imx_get_irq_of_node()Sebastian Huber3-14/+29
Update #3090.
2017-09-27bsp/imx: Add nocache sectionSebastian Huber3-4/+10
Update #3090.
2017-09-26bsp/imx: Provide a default consoleSebastian Huber1-1/+1
Update #3090.
2017-09-26bsp/imx: Add register headersSebastian Huber4-0/+171
Update #3090.
2017-09-22bsps: Generalize bsp_fdt_map_intr()Sebastian Huber2-3/+5
Pass all interrupt cells to bsp_fdt_map_intr() since some platforms use an array to describe an interrupt. Update #3090.
2017-09-22bsp/imx: Add SMP supportSebastian Huber3-16/+32
Update #3090.
2017-09-22bsp/imx: Add register headersSebastian Huber4-0/+276
Update #3090.
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-9/+1
The BSP_output_char should output a char and not mingle with high level processing, e.g. '\n' to '\r\n' translation. Move this translation to rtems_putc(). Remove it from all the BSP_output_char implementations. Close #3122.
2017-08-04bsp/imx: Fix UART interruptSebastian Huber1-0/+2
Update #3090.
2017-08-04bsp/imx: New BSPSebastian Huber17-0/+1325
Update #3090.