From c04b68fd28fa6ce3601259d7cdb13f7a1c0e66b8 Mon Sep 17 00:00:00 2001 From: cognet Date: Thu, 23 Sep 2004 22:52:25 +0000 Subject: [PATCH] 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 --- sys/conf/options.arm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/sys/conf/options.arm b/sys/conf/options.arm index f2e9d8c911a3..31b0cd876f09 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -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