Deleted Added
full compact
1,3c1,5
< #GW2348-4 board configuration
< #$FreeBSD: head/sys/arm/xscale/ixp425/std.avila 164426 2006-11-19 23:55:23Z sam $
< include "../xscale/ixp425/std.ixp425"
---
> #$FreeBSD: head/sys/arm/xscale/ixp425/std.avila 186352 2008-12-20 03:26:09Z sam $
>
> #
> # Gateworks GW23XX board configuration
> #
5c7,18
< makeoptions KERNPHYSADDR=0x10200000
---
> #
> # Physical memory starts at 0. We assume images are loaded at
> # 0x200000, e.g. from redboot with load -b 0x200000 kernel.
> #
> # Redboot is expected to handle unmapping the flash memory that
> # appears at 0 on boot. Likewise we expect the expansion bus to
> # be remapped away from 0.
> #
> options PHYSADDR=0x00000000
> options KERNPHYSADDR=0x00200000
> makeoptions KERNPHYSADDR=0x00200000
> options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
6a20,22
> options FLASHADDR=0x50000000
> options LOADERRAMADDR=0x00000000
> options STARTUP_PAGETABLE_ADDR=0x00000000