PERFORCE change 95504 for review

Warner Losh imp at FreeBSD.org
Tue Apr 18 17:55:30 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95504

Change 95504 by imp at imp_Speedy on 2006/04/18 17:55:27

	bootspi doesn't need to read the additional data from the eeprom
	Tweak output.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/arm_init.s#2 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/main.c#2 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/arm_init.s#2 (text+ko) ====

@@ -83,18 +83,6 @@
 	ldr	r1, = SVC_STACK_USE
 	mov	sp, r1		@ ; Move the stack to SDRAM
 
-/* Copy the rest of the load image from EEPROM			*/
-	.extern	InitEEPROM
-
-	bl	InitEEPROM
-
-	.extern ReadEEPROM
-
-	mov	r0, #8192
-	mov	r1, #8192
-	mov	r2, #8192
-	bl	ReadEEPROM
-
 /* Start execution at main					*/
 
 	.extern	main

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/main.c#2 (text+ko) ====

@@ -44,7 +44,7 @@
 
 	LoadBootCommands();
 
-	printf("\n\rKB9202(www.kwikbyte.com)\n\rAuto boot..\n\r");
+	printf("\r\nSPI Boot loader.\r\nAutoboot...\r\n");
 
 	if (getc(1) == -1)
 		ExecuteEnvironmentFunctions();


More information about the p4-projects mailing list