summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/tms570/hwinit/init_system.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsp/tms570: Move more start to bspsSebastian Huber1-378/+0
This patch is a part of the BSP source reorganization. Update #3285.
2016-09-22arm/tms570: include hardware initialization and selftest based on Ti ↵Pavel Pisa1-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.