the following patch was just integrated into master: commit 20b915f02ecd847742920f8faccea2ec8c28b7af Author: Ronald G. Minnich rminnich@gmail.com Date: Mon Jul 2 09:41:10 2012 -0700
PCI Type2 config must die
PCI Type 2 config was a strange and never-used config mechanism. It is unlikely that in the 13 years of coreboot's existence that type 2 was ever used; it just made life complicated for everyone. It lived long enough in coreboot to be replaced by mmioconf. Prior to making the device tree visible in romstage we want to get rid of type2.
Delete two files we don't need any more (yay!). Replace two functions with one: pci_config_default, which returns a pointer to the default config method. At some future time this may change to mmio but for now it is old type1 style.
Change-Id: Icc4ccf379a89bfca8be43f305b68ab45d88bf0ab Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Tue Jul 3 02:32:25 2012, giving +1 Reviewed-By: Sven Schnelle svens@stackframe.org at Thu Jul 5 23:00:43 2012, giving +2 See http://review.coreboot.org/1159 for details.
-gerrit