summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/tms570 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-02arm/tms570: document BSP setup with included hardware initialization.Pavel Pisa1-22/+100
2016-10-02arm/tms570: update bootstrap generated preinstall.amPavel Pisa1-0/+13
2016-10-02arm/tms570: include TMS570_USE_HWINIT_STARTUP option to select bare metal sta...Pavel Pisa2-0/+26
2016-10-02arm/tms570: include hardware initialization and selftest based on Ti HalCoGen...Pavel Pisa16-0/+3519
2016-10-02arm/tms570: define base addresses of all TMS570LS3137 SPI interfaces.Pavel Pisa1-1/+5
2016-10-02bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa1-2/+23
2016-10-02bsp/tms570: regenerate preinstall makefile by bootstrap -p.Pavel Pisa1-0/+8
2016-10-02bsp/tms570: include complete peripheral initialization to SCI driver.Pavel Pisa1-2/+36
2016-10-02bsp/tms570: update pinmux to provide support for initialization lists and cle...Pavel Pisa4-69/+196
2016-10-02bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS31...Pavel Pisa2-0/+700
2015-12-01bsp/tms570: ensure that linker symbol comparison to NULL is not optimized out.Pavel Pisa1-2/+12
2015-11-18bsp/tms570: unite code duplication in pinmux and clean SCI close per review r...Premysl Houdek3-18/+21
2015-11-18bsp/tms570: use common tms570ls3137.inc file for all board ling variants.Pavel Pisa5-64/+24
2015-11-18bsp/tms570: separate Flash variants to one which boots directly and one for b...Premysl Houdek4-0/+57
2015-11-18bsp/tms570: use POM only when application image does not start at address 0.Pavel Pisa7-14/+159
2015-11-18bsp/tms570: updated reserved space for vector overlay in internal RAMPremysl Houdek3-4/+6
2015-11-18bsp/tms570: fixed sci driver freeze when closing terminal bugPremysl Houdek1-3/+5
2015-11-18bsp/tms570: Pinmux support and EMAC pin definition addedPremysl Houdek4-1/+216
2015-11-18bsp/tms570: EMAC control header file corrected and EMAC interrupt vector addedPremysl Houdek6-236/+295
2015-07-20bsp/tms570 Use bitfields instead of hard-coded valuesPremysl Houdek4-32/+52
2015-07-20bsp/tms570: skipped 32bit field definitions and corrected single bit fieldsPremysl Houdek36-3298/+2641
2015-07-16bsp/tms570: source changes reflecting new headers.Premysl Houdek11-230/+335
2015-07-16bsp/tms570: fix get time resolution after infrastructure change to timecounter.Pavel Pisa1-6/+35
2015-07-16bsp/tms570: New/generated header files for TMS570 SoC peripherals registers.Premysl Houdek37-0/+14362
2015-05-21Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill1-1/+1
2015-05-21bsp/tms570: TypoSebastian Huber1-1/+1
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig1-27/+13
2015-04-15tms570/startup/bspreset.c: Add include <bsp/bootcard.h> to fix warningJoel Sherrill1-14/+15
2015-03-31TMS570: Add board reset code to bsp_resetMartin Galvan2-22/+34
2015-03-27TMS570: Enable FPU in makefile.Martin Galvan1-1/+1
2015-03-06Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill1-0/+1
2015-02-27ARM: Add BSP_START_NEEDS_REGISTER_INITIALIZATIONMartin Galvan2-0/+6
2015-02-04arm/tms570: sci context has to be writable because it holds state variable.Pavel Pisa2-4/+4
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber3-0/+6
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber2-31/+44
2014-10-07termios: Separate flow control from normal handlerSebastian Huber1-4/+1
2014-09-18bsps: Fix build errorSebastian Huber2-5/+0
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-2/+1
2014-09-04tms570/Makefile.am: Remove bad networking build infoJoel Sherrill1-14/+0
2014-08-29Regenerate all preinstall.am files.Chris Johns1-3/+3
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-7/+7
2014-08-22bsp/tms570: implemented and tested initialization of Cortex-R performance cou...Pavel Pisa1-4/+84
2014-08-21bsp/tms570: disable huge memory demanding tests for internal RAM build variant.Pavel Pisa2-13/+23
2014-08-21bsp/tms570: implemented support functions to satisfy complete tests build req...Pavel Pisa9-4/+186
2014-08-20BSP for TMS570LS31x Hercules Development Kit from TI (TMS570LS3137)Premysl Houdek28-0/+2389