summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/tms570/hwinit/init_system.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/tms570: Move more start to bspsSebastian Huber2018-04-231-378/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* arm/tms570: include hardware initialization and selftest based on Ti ↵Pavel Pisa2016-09-221-0/+378
HalCoGen generated files. The configuration is specific for TMS570LS3137 based HDK. Pins configuration can be easily changed in rtems/c/src/lib/libbsp/arm/tms570/hwinit/init_pinmux.c file. The list tms570_selftest_par_list in the file rtems/c/src/lib/libbsp/arm/tms570/hwinit/bspstarthooks-hwinit.c specifies peripherals which health status is examined by parity self-test at BSP start-up. It can be easily modified for other TMS570 family members variants same as the selection of other tests in bspstarthooks-hwinit.c.