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:
Olivier Houchard 2004-09-23 22:52:25 +00:00
parent 332d16a165
commit c2f29b3e64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135671

View File

@ -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