summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/bf537Stamp/start/start.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move start files to bspsSebastian Huber1-115/+0
This patch is a part of the BSP source reorganization. Update #3285.
2015-04-15bf537Stamp: Re-enable bsp_reset()Joel Sherrill1-0/+2
2014-04-29bsps/bfin: Fix bsp_specsSebastian Huber1-11/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+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-02-152011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* ChangeLog, start/start.S: Add HLT instruction on exit.
2010-03-102010-03-10 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill1-3/+15
PR 1488/bsps * start/start.S: Micromon on bf537 uses DMA for UART reception. This prevents the UART driver in RTEMS from working (and also causes received characters to be stored in a buffer that RTEMS doesn't know about, so it's potentially dangerous, but in practice the risk is small since an RTEMS app intended to be booted from Micromon would normally be configured to leave the RAM Micromon uses reserved). The attached patch corrects this by disabling all DMA channels at startup.
2009-11-30Whitespace removal.Ralf Corsepius1-6/+6
2009-05-282009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill1-4/+13
* start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+4
* start/start.S: Update for boot_card command line change.
2008-08-152008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill1-0/+102
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console.c, include/bsp.h, network/networkconfig.c, start/start.S, startup/bspstart.c, startup/linkcmds: New files.