Date: Mon, 23 Oct 2006 23:53:08 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108327 for review Message-ID: <200610232353.k9NNr8DS059625@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108327 Change 108327 by imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610232353.k9NNr8DS059625>