PERFORCE change 150348 for review

Rafal Jaworowski raj at FreeBSD.org
Tue Sep 23 13:36:56 UTC 2008


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

Change 150348 by raj at raj_mimi on 2008/09/23 13:36:23

	Change linking addr range for DB-88F6XXX system.
	
	U-Boot for 6281 systems is relocated to RAM at 6MB and uses up to
	8th MB for run-time purposes (stack, malloc heap etc). Previously we
	were linked at 2nd MB, but with the advent of loader(8) the region we
	fit in between is no longer enough to process the ELF image (bigger
	than pure binary). Move kernel safely above all U-Boot regions.

Affected files ...

.. //depot/projects/arm/src/sys/arm/mv/kirkwood/std.db88f6xxx#2 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/mv/kirkwood/std.db88f6xxx#2 (text+ko) ====

@@ -3,10 +3,10 @@
 include	"../mv/std.mv"
 files	"../mv/kirkwood/files.db88f6xxx"
 
-makeoptions	KERNPHYSADDR=0x00200000
-makeoptions	KERNVIRTADDR=0xc0200000
+makeoptions	KERNPHYSADDR=0x00900000
+makeoptions	KERNVIRTADDR=0xc0900000
 
-options		KERNPHYSADDR=0x00200000
-options		KERNVIRTADDR=0xc0200000
+options		KERNPHYSADDR=0x00900000
+options		KERNVIRTADDR=0xc0900000
 options		PHYSADDR=0x00000000
 options		STARTUP_PAGETABLE_ADDR=0x00100000


More information about the p4-projects mailing list