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:
parent
8334882015
commit
0d4295f2f8
|
@ -174,7 +174,7 @@ define CONFIG_CHIP_CONFIGURE
|
|||
end
|
||||
define CONFIG_USE_INIT
|
||||
default 0
|
||||
export never
|
||||
export used
|
||||
comment "Use stage 1 initialization code"
|
||||
end
|
||||
|
||||
|
@ -236,6 +236,12 @@ define _ROMBASE
|
|||
export always
|
||||
comment "Base address of LinuxBIOS in ROM"
|
||||
end
|
||||
define _ROMSTART
|
||||
default none
|
||||
format "0x%x"
|
||||
export used
|
||||
comment "Start address of LinuxBIOS in ROM"
|
||||
end
|
||||
define _RESET
|
||||
default {_ROMBASE}
|
||||
format "0x%x"
|
||||
|
@ -266,6 +272,12 @@ define _RAMBASE
|
|||
export always
|
||||
comment "Base address of LinuxBIOS in RAM"
|
||||
end
|
||||
define _RAMSTART
|
||||
default none
|
||||
format "0x%x"
|
||||
export used
|
||||
comment "Start address of LinuxBIOS in RAM"
|
||||
end
|
||||
define USE_DCACHE_RAM
|
||||
default 0
|
||||
export used
|
||||
|
|
Loading…
Reference in New Issue