PERFORCE change 108327 for review

Warner Losh imp at FreeBSD.org
Mon Oct 23 16:53:09 PDT 2006


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

Change 108327 by imp at imp_lighthouse on 2006/10/23 23:52:25

	These values are effectively hard-wired for the at91.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/std.at91#3 edit
.. //depot/projects/arm/src/sys/arm/at91/std.kb920x#5 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/std.at91#3 (text) ====

@@ -3,3 +3,8 @@
 files	"../at91/files.at91"
 cpu	CPU_ARM9
 makeoptions	CONF_CFLAGS=-mcpu=arm9
+makeoptions	KERNPHYSADDR=0x20000000
+makeoptions	KERNVIRTADDR=0xc0000000
+options		KERNPHYSADDR=0x20000000	
+options		KERNVIRTADDR=0xc0000000	
+options		PHYSADDR=0x20000000

==== //depot/projects/arm/src/sys/arm/at91/std.kb920x#5 (text+ko) ====

@@ -2,9 +2,4 @@
 include "../at91/std.at91"
 files	"../at91/files.kb920x"
 
-makeoptions	KERNPHYSADDR=0x20000000
-makeoptions	KERNVIRTADDR=0xc0000000
-options		KERNPHYSADDR=0x20000000	
-options		KERNVIRTADDR=0xc0000000	
-options		PHYSADDR=0x20000000
 options		STARTUP_PAGETABLE_ADDR=0x20800000


More information about the p4-projects mailing list