PERFORCE change 88186 for review
Warner Losh
imp at FreeBSD.org
Wed Dec 14 10:30:57 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=88186
Change 88186 by imp at imp_Speedy on 2005/12/14 18:30:16
Add back a couple of LED on things. We turn LED1 on now just
before initarm, and LED2 on just before mi_startup.
# All the led hacking in here should go away, since it doesn't
# work on other platforms. We'll leave it here for a bit longer
# until we've worked out the kinks in the system.
Affected files ...
.. //depot/projects/arm/src/sys/arm/arm/locore.S#13 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/arm/locore.S#13 (text+ko) ====
@@ -217,12 +217,14 @@
#endif
virt_done:
nop
+ LED1ON
mov fp, #0 /* trace back starts here */
bl _C_LABEL(initarm) /* Off we go */
/* init arm will return the new stack pointer. */
mov sp, r0
+ LED2ON
bl _C_LABEL(mi_startup) /* call mi_startup()! */
adr r0, .Lmainreturned
More information about the p4-projects
mailing list