summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/imx (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bsps: Use CPPASCOMPILE for startfileSebastian Huber2018-01-021-5/+4
| | | | Update #3254.
* bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber2018-01-021-0/+1
| | | | | | | | | | This makes it possible to easily use EXTRA_DIST += foobar in fragments. Update #3254.
* bsps: Include bsp.am in all BSP Makefile.amSebastian Huber2018-01-021-0/+1
| | | | Update #3254.
* ARM BSPs: Simplify bsp_specsJoel Sherrill2017-12-191-5/+1
| | | | Updates #3520.
* bsps/arm: Fix move <libcpu/arm-cp15.h> to cpukitSebastian Huber2017-12-152-12/+0
| | | | Update #3254.
* arm/*/bsp_specs: Remove extra space to increase consistencyJoel Sherrill2017-11-291-1/+1
| | | | Updates #3520.
* libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill2017-11-271-1/+1
| | | | Updates #3250.
* Remove coverhd.hSebastian Huber2017-11-242-6/+1
| | | | | | | This header file contained timing overhead values which are hard to maintain. Update #3254.
* bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber2017-11-221-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
* bsps: Add default getentropy() implementationSebastian Huber2017-11-221-0/+1
| | | | | Update #3239. Close #3249.
* bsp/imx: Add UART baud changeSebastian Huber2017-11-081-0/+19
| | | | Update #3090.
* bsp/imx: Better utilize UART transmit FIFOSebastian Huber2017-11-081-7/+18
| | | | Update #3090.
* bsp/imx: More robust and faster bsp_reset()Sebastian Huber2017-11-021-3/+3
| | | | Update #3090.
* bsp/imx: Drain console before resetSebastian Huber2017-11-023-1/+18
| | | | Update #3090.
* bsp/imx: Implement bsp_reset()Sebastian Huber2017-11-024-1/+79
| | | | Update #3090.
* bsp/imx: Add SPI bus driverSebastian Huber2017-10-063-0/+463
| | | | Update #3090.
* bsp/imx: Add imx_iomux_configure_pins()Sebastian Huber2017-10-064-0/+107
| | | | Update #3090.
* bsp/imx: Import iomux from FreeBSDSebastian Huber2017-10-063-0/+440
| | | | Update #3090.
* bsp/imx: Fix I2C registration with pathSebastian Huber2017-10-061-4/+9
| | | | Update #3090.
* bsp/imx: Add I2C bus driverSebastian Huber2017-10-023-0/+451
| | | | Update #3090.
* bsp/imx: Fix I2C register headerSebastian Huber2017-10-021-27/+31
| | | | Update #3090.
* bsp/imx: Add imx_get_reg_of_node()Sebastian Huber2017-10-023-9/+16
| | | | Update #3090.
* bsp/imx: Add imx_get_irq_of_node()Sebastian Huber2017-10-023-14/+29
| | | | Update #3090.
* bsp/imx: Add nocache sectionSebastian Huber2017-09-273-4/+10
| | | | Update #3090.
* bsp/imx: Provide a default consoleSebastian Huber2017-09-261-1/+1
| | | | Update #3090.
* bsp/imx: Add register headersSebastian Huber2017-09-264-0/+171
| | | | Update #3090.
* bsps: Generalize bsp_fdt_map_intr()Sebastian Huber2017-09-222-3/+5
| | | | | | | Pass all interrupt cells to bsp_fdt_map_intr() since some platforms use an array to describe an interrupt. Update #3090.
* bsp/imx: Add SMP supportSebastian Huber2017-09-223-16/+32
| | | | Update #3090.
* bsp/imx: Add register headersSebastian Huber2017-09-224-0/+276
| | | | Update #3090.
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-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.
* bsp/imx: Fix UART interruptSebastian Huber2017-08-041-0/+2
| | | | Update #3090.
* bsp/imx: New BSPSebastian Huber2017-08-0417-0/+1325
Update #3090.