Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 18:30:23 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 88186 for review
Message-ID:  <200512141830.jBEIUNhS082780@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=88186

Change 88186 by imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512141830.jBEIUNhS082780>