options for better control of rom layout

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1288 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-11-15 15:29:30 +00:00
parent 8334882015
commit 0d4295f2f8
1 changed files with 13 additions and 1 deletions

View File

@ -174,7 +174,7 @@ define CONFIG_CHIP_CONFIGURE
end end
define CONFIG_USE_INIT define CONFIG_USE_INIT
default 0 default 0
export never export used
comment "Use stage 1 initialization code" comment "Use stage 1 initialization code"
end end
@ -236,6 +236,12 @@ define _ROMBASE
export always export always
comment "Base address of LinuxBIOS in ROM" comment "Base address of LinuxBIOS in ROM"
end end
define _ROMSTART
default none
format "0x%x"
export used
comment "Start address of LinuxBIOS in ROM"
end
define _RESET define _RESET
default {_ROMBASE} default {_ROMBASE}
format "0x%x" format "0x%x"
@ -266,6 +272,12 @@ define _RAMBASE
export always export always
comment "Base address of LinuxBIOS in RAM" comment "Base address of LinuxBIOS in RAM"
end end
define _RAMSTART
default none
format "0x%x"
export used
comment "Start address of LinuxBIOS in RAM"
end
define USE_DCACHE_RAM define USE_DCACHE_RAM
default 0 default 0
export used export used