[coreboot] [PATCH] Filter out a few more

Patrick Georgi patrick at georgi-clan.de
Tue Oct 13 14:16:37 CEST 2009


Am Montag, den 12.10.2009, 13:58 -0600 schrieb Myles Watson:
> Signed-off-by: Myles Watson <mylesgw at gmail.com>

+       -e "/^CONFIG_HAVE_MP_TABLE / d" \
+       -e "/^CONFIG_HAVE_PIRQ_TABLE / d" \
+       -e "/^CONFIG_HAVE_ACPI_TABLES / d" \
Why do you want to exclude these from comparison?

+       -e "/^CONFIG_IDE / d" \
that one is a curious case: it seems to be about the ide stream loader
thingy (which doesn't really exist anymore), but it seems to be
repurposed for some IDE drivers
In src/southbridge/intel/i82801ca/Makefile.inc:
driver-$(CONFIG_IDE) += i82801ca_ide.o

Maybe that should be changed, and CONFIG_IDE be ignored


Regards,
Patrick





More information about the coreboot mailing list