*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1274 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -172,6 +172,11 @@ define CONFIG_CHIP_CONFIGURE
|
||||
export used
|
||||
comment "Use new chip_configure method for configuring (non-pci) devices"
|
||||
end
|
||||
define CONFIG_USE_INIT
|
||||
default 0
|
||||
export never
|
||||
comment "Use stage 1 initialization code"
|
||||
end
|
||||
|
||||
###############################################
|
||||
# ROM image options
|
||||
@@ -532,6 +537,18 @@ define PCIC0_CFGDATA
|
||||
export used
|
||||
comment "PCI Configuration Data Register"
|
||||
end
|
||||
define PNP_CFGADDR
|
||||
default none
|
||||
format "0x%x"
|
||||
export used
|
||||
comment "PNP Configuration Address Register"
|
||||
end
|
||||
define PNP_CFGDATA
|
||||
default none
|
||||
format "0x%x"
|
||||
export used
|
||||
comment "PNP Configuration Data Register"
|
||||
end
|
||||
define UART0_IO_BASE
|
||||
default none
|
||||
format "0x%x"
|
||||
|
Reference in New Issue
Block a user