summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/bf537Stamp/start/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move start files to bspsSebastian Huber2018-04-201-115/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bf537Stamp: Re-enable bsp_reset()Joel Sherrill2015-04-151-0/+2
|
* bsps/bfin: Fix bsp_specsSebastian Huber2014-04-291-11/+0
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-151-0/+1
| | | | * ChangeLog, start/start.S: Add HLT instruction on exit.
* 2010-03-10 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill2010-03-101-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.
* Whitespace removal.Ralf Corsepius2009-11-301-6/+6
|
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-281-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-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+4
| | | | * start/start.S: Update for boot_card command line change.
* 2008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-08-151-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.