mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
2003-09-29 Till Strauman <strauman@slac.stanford.edu>
PR 497/bsps * bootloader/head.S: Disable code that returned to the firmware when the loader starts.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-09-29 Till Strauman <strauman@slac.stanford.edu>
|
||||
|
||||
PR 497/bsps
|
||||
* bootloader/head.S: Disable code that returned to the firmware when
|
||||
the loader starts.
|
||||
|
||||
2003-09-26 Till Strauman <strauman@slac.stanford.edu>
|
||||
|
||||
PR 496/bsps
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
* code area, so that simple C routines can be called.
|
||||
*/
|
||||
start:
|
||||
#if defined(USE_PPCBUG) && defined(DEBUG)
|
||||
#if defined(USE_PPCBUG) && defined(DEBUG) && defined(REENTER_MONITOR)
|
||||
MONITOR_ENTER
|
||||
#endif
|
||||
bl 1f
|
||||
@@ -308,7 +308,7 @@ moved: lwz r1,stack(bd)
|
||||
mtspr HID0,r0
|
||||
|
||||
/* Provisional return to FW, works for PPCBug */
|
||||
#if 0
|
||||
#if 0 && defined(REENTER_MONITOR)
|
||||
MONITOR_ENTER
|
||||
#else
|
||||
1: bctr
|
||||
|
||||
Reference in New Issue
Block a user