*** empty log message ***

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1274 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson
2003-11-09 23:29:42 +00:00
parent c8ea12d672
commit e3da4d3ce8
2 changed files with 20 additions and 3 deletions

View File

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