Add new options :
PHYSADDR : Address of the physical memory KERNPHYSADDR : Physical address where the kernel starts KERNVIRTADDR : Virtual address of the kernel STARTUP_PAGETABLE_ADDR : Where to put the page table at bootstrap + Xscale specific options
This commit is contained in:
parent
332d16a165
commit
c2f29b3e64
@ -1,6 +1,11 @@
|
||||
#$FreeBSD$
|
||||
ARMFPE opt_global.h
|
||||
CPU_SA1100 opt_global.h
|
||||
CPU_SA1110 opt_global.h
|
||||
CPU_ARM9 opt_global.h
|
||||
KERNPHYSADDR opt_global.h
|
||||
ARMFPE opt_global.h
|
||||
CPU_SA1100 opt_global.h
|
||||
CPU_SA1110 opt_global.h
|
||||
CPU_ARM9 opt_global.h
|
||||
CPU_XSCALE_80321 opt_global.h
|
||||
PHYSADDR opt_global.h
|
||||
KERNPHYSADDR opt_global.h
|
||||
KERNVIRTADDR opt_global.h
|
||||
STARTUP_PAGETABLE_ADDR opt_global.h
|
||||
XSCALE_CACHE_READ_WRITE_ALLOCATE opt_global.h
|
||||
|
Loading…
Reference in New Issue
Block a user