mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Include std.ixp425 for "cpu" and comment out duplicate memory map
options. Using the already included std.avila is not considered to be entirely right (and the options slightly differ) but the best match we currently have. Upcoming work should fit better. Reorder another variable to match the layout of other configs. Reviewed by: sam, warner (earlier version with options removed)
This commit is contained in:
parent
1f8bd75e77
commit
767f578ae3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186539
@ -19,14 +19,18 @@
|
||||
|
||||
ident NSLU
|
||||
|
||||
options PHYSADDR=0x10000000
|
||||
options KERNPHYSADDR=0x10200000
|
||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
options FLASHADDR=0x50000000
|
||||
options LOADERRAMADDR=0x00000000
|
||||
options STARTUP_PAGETABLE_ADDR=0x10000000
|
||||
# XXX What is defined in std.avila does not exactly match the following:
|
||||
#options PHYSADDR=0x10000000
|
||||
#options KERNPHYSADDR=0x10200000
|
||||
#options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
#options FLASHADDR=0x50000000
|
||||
#options LOADERRAMADDR=0x00000000
|
||||
#options STARTUP_PAGETABLE_ADDR=0x10000000
|
||||
|
||||
include "../xscale/ixp425/std.ixp425"
|
||||
# NB: memory mapping is defined in std.avila (see also comment above)
|
||||
include "../xscale/ixp425/std.avila"
|
||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
hints "NSLU.hints" #Default places to look for devices.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
@ -99,7 +103,6 @@ device bpf
|
||||
device pty
|
||||
device loop
|
||||
|
||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||
device md
|
||||
device random # Entropy device
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user