summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-31 20:51:00 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-31 20:51:00 +0000
commit15b03541076acf1fd01dffc81cc50602c80eb351 (patch)
tree850ce90071eb27895db3bf5f21982dc5f746cac8
parent588d1660915d6a4883431f47ff5f6bb105402d48 (diff)
downloadcoreboot-staging-15b03541076acf1fd01dffc81cc50602c80eb351.zip
coreboot-staging-15b03541076acf1fd01dffc81cc50602c80eb351.tar.gz
compareboard:
- drop all occurences of LOGLEVEL settings. - drop CONFIG_CPU_[VIA|INTEL|AMD] because they're Kconfig only. - re-enable CONFIG_IOAPIC for now, it might need some fixing. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5071 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rwxr-xr-xutil/compareboard/compareboard7
1 files changed, 5 insertions, 2 deletions
diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard
index 031b5ec..a65d362 100755
--- a/util/compareboard/compareboard
+++ b/util/compareboard/compareboard
@@ -84,10 +84,10 @@ sed \
sed \
-e "/^CONFIG_VENDOR_/ d" \
-e "/^CONFIG_ARCH_POWERPC / d" \
- -e "/^CONFIG_[MAXIMUMDEFAULT]*_CONSOLE_LOGLEVEL_/ d" \
+ -e "/^CONFIG_MAXIMUM_CONSOLE_LOGLEVEL/ d" \
+ -e "/^CONFIG_DEFAULT_CONSOLE_LOGLEVEL/ d" \
-e "/^CONFIG_COREBOOT_ROMSIZE_/ d" \
-e "/^CONFIG_BOARD_/ d" \
- -e "/^CONFIG_IOAPIC / d" \
-e "/^CONFIG_HAVE_MOVNTI / d" \
-e "/^CONFIG_[NORTHSOUTH]*BRIDGE_/ d" \
-e "/^CONFIG_SUPERIO_/ d" \
@@ -100,6 +100,9 @@ sed \
-e "/^CONFIG_COMPRESSED_PAYLOAD_LZMA / d" \
-e "/^CONFIG_CPU_[A-Z]*_MODEL_/ d" \
-e "/^CONFIG_CPU_[A-Z]*_SOCKET_/ d" \
+ -e "/^CONFIG_CPU_AMD_/ d" \
+ -e "/^CONFIG_CPU_INTEL_/ d" \
+ -e "/^CONFIG_CPU_VIA_/ d" \
-e "/^CONFIG_ROMBASE / d" \
-e "/^CONFIG_ROM_IMAGE_SIZE / d" \
-e "/^CONFIG_STACK_SIZE / d" \
OpenPOWER on IntegriCloud