summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/shared/start/start.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move start files to bspsSebastian Huber1-160/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-08-012011-08-01 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill1-14/+8
PR 1869/bsps * startup/bspclean.c: New file. * include/tm27.h: Removed. * ChangeLog, Makefile.am, README, preinstall.am, include/bsp.h, include/system_conf.h, make/custom/milkymist.cfg, startup/linkcmds: Complete BSP for Milkymist One supporting Milkymist SOC 1.0.x. Includes new or updated drivers for: - Multi-standard video input (PAL/SECAM/NTSC) - Two DMX512 (RS485) ports - MIDI IN and MIDI OUT ports - VGA output - AC'97 audio - NOR flash - 10/100 Ethernet - Memory card (experimental and incomplete) - USB host connectors (input devices only) - RC5 infrared receiver - RS232 debug port
2010-05-072010-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* shared/start/start.S: Finish merging change.
2010-05-072010-05-07 Michael Walle <michael@walle.cc>Joel Sherrill1-1/+7
* shared/start/start.S: Add support for qemu-system-lm32 shutdown device.
2009-11-29Whitespace removal.Ralf Corsepius1-11/+11
2009-05-272009-05-27 Michael Walle <michael@walle.cc>Joel Sherrill1-0/+2
* shared/start/start.S: Export crt0 symbol because the debug.S uses that.
2009-05-052009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+0
* shared/start/start.S: Confirmed OK by mwalle.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+5
* shared/start/start.S: Update for boot_card command line change.
2009-04-062009-04-06 Michael Walle <michael@walle.cc>Joel Sherrill1-5/+6
* shared/start/start.S: Now calls boot_card.
2009-02-262009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-6/+10
* shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c: Run better on simulator. Timer is probably not right yet but
2008-12-042008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill1-0/+156
* ChangeLog, Makefile.am, README, acinclude.m4, configure.ac, shared/clock/ckinit.c, shared/clock/clock.h, shared/console/console.c, shared/console/uart.c, shared/console/uart.h, shared/start/start.S, shared/startup/bspstart.c, shared/startup/setvec.c, shared/timer/timer.c, shared/tsmac/dp83848phy.h, shared/tsmac/tsmac.c, shared/tsmac/tsmac.h: New files.