[coreboot] [PATCH]Even more mptables conversion

Uwe Hermann uwe at hermann-uwe.de
Sun Nov 21 13:39:51 CET 2010


On Sat, Nov 20, 2010 at 01:42:23PM +0100, Patrick Georgi wrote:
> some more mptables conversions, abuild tested, but not boot tested.

Acked-by: Uwe Hermann <uwe at hermann-uwe.de>


> Index: src/mainboard/iwill/dk8_htx/get_bus_conf.c
> ===================================================================
> --- src/mainboard/iwill/dk8_htx/get_bus_conf.c	(Revision 6099)
> +++ src/mainboard/iwill/dk8_htx/get_bus_conf.c	(Arbeitskopie)
> @@ -109,11 +109,6 @@
>          dev = dev_find_slot(m->bus_8111_0, PCI_DEVFN(sysconf.sbdn,0));
>          if (dev) {
>                  m->bus_8111_1 = pci_read_config8(dev, PCI_SECONDARY_BUS);
> -#if CONFIG_HT_CHAIN_END_UNITID_BASE >= CONFIG_HT_CHAIN_UNITID_BASE
> -                m->bus_isa    = pci_read_config8(dev, PCI_SUBORDINATE_BUS);
> -                m->bus_isa++;
> -//		printk(BIOS_DEBUG, "bus_isa=%d\n",bus_isa);
> -#endif

Is this handled properly by the new code? It doesn't check for this
CONFIG_HT_CHAIN_END_UNITID_BASE >= CONFIG_HT_CHAIN_UNITID_BASE condition
anymore, right?


Uwe.
-- 
http://hermann-uwe.de     | http://sigrok.org
http://randomprojects.org | http://unmaintained-free-software.org




More information about the coreboot mailing list