From d65509de14d95ccc7c9928c789d903098083fb23 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 16 Oct 2009 17:37:20 +0000 Subject: Set default ROM sizes per-board to match the ROM chip that came with the respective board. Of course, the user can still override the size in menuconfig. Signed-off-by: Uwe Hermann Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4790 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/intel/eagleheights/Kconfig | 1 + src/mainboard/intel/jarrell/Kconfig | 1 + src/mainboard/intel/mtarvon/Kconfig | 1 + src/mainboard/intel/truxton/Kconfig | 1 + src/mainboard/intel/xe7501devkit/Kconfig | 1 + 5 files changed, 5 insertions(+) (limited to 'src/mainboard/intel') diff --git a/src/mainboard/intel/eagleheights/Kconfig b/src/mainboard/intel/eagleheights/Kconfig index 1255db7525..81c51136fd 100644 --- a/src/mainboard/intel/eagleheights/Kconfig +++ b/src/mainboard/intel/eagleheights/Kconfig @@ -14,6 +14,7 @@ config BOARD_INTEL_EAGLEHEIGHTS select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 select AP_IN_SIPI_WAIT select HAVE_ACPI_TABLES + select BOARD_ROMSIZE_KB_1024 config MAINBOARD_DIR string diff --git a/src/mainboard/intel/jarrell/Kconfig b/src/mainboard/intel/jarrell/Kconfig index 7af03d12c1..79fb6d6c71 100644 --- a/src/mainboard/intel/jarrell/Kconfig +++ b/src/mainboard/intel/jarrell/Kconfig @@ -10,6 +10,7 @@ config BOARD_INTEL_JARRELL select HAVE_MP_TABLE select UDELAY_TSC select ATI_RAGE_XL + select BOARD_ROMSIZE_KB_2048 config MAINBOARD_DIR string diff --git a/src/mainboard/intel/mtarvon/Kconfig b/src/mainboard/intel/mtarvon/Kconfig index 9ee1559c87..554b5a1eb6 100644 --- a/src/mainboard/intel/mtarvon/Kconfig +++ b/src/mainboard/intel/mtarvon/Kconfig @@ -8,6 +8,7 @@ config BOARD_INTEL_MTARVON select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select UDELAY_TSC + select BOARD_ROMSIZE_KB_2048 config MAINBOARD_DIR string diff --git a/src/mainboard/intel/truxton/Kconfig b/src/mainboard/intel/truxton/Kconfig index e21cff5157..e9459870cd 100644 --- a/src/mainboard/intel/truxton/Kconfig +++ b/src/mainboard/intel/truxton/Kconfig @@ -9,6 +9,7 @@ config BOARD_INTEL_TRUXTON select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select UDELAY_TSC + select BOARD_ROMSIZE_KB_2048 config MAINBOARD_DIR string diff --git a/src/mainboard/intel/xe7501devkit/Kconfig b/src/mainboard/intel/xe7501devkit/Kconfig index 36166a3314..ea1f1e9b81 100644 --- a/src/mainboard/intel/xe7501devkit/Kconfig +++ b/src/mainboard/intel/xe7501devkit/Kconfig @@ -11,6 +11,7 @@ config BOARD_INTEL_XE7501DEVKIT select UDELAY_TSC select HAVE_OPTION_TABLE select HAVE_ACPI_TABLES + select BOARD_ROMSIZE_KB_2048 config MAINBOARD_DIR string -- cgit v1.2.3