Drop the implementation of statically allocated high memory region for CBMEM. There is no longer the need to explicitly select DYNAMIC_CBMEM, it is the only remaining choice. Change-Id: Iadf6f27a134e05daa1038646d0b4e0b8f9f0587a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7851 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@google.com>
37 lines
706 B
Plaintext
37 lines
706 B
Plaintext
if BOARD_EMULATION_QEMU_X86_I440FX
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_QEMU_X86
|
|
select SOUTHBRIDGE_INTEL_I82371EB
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_ACPI_TABLES
|
|
select BOARD_ROMSIZE_KB_256
|
|
select MAINBOARD_HAS_NATIVE_VGA_INIT
|
|
select MAINBOARD_DO_NATIVE_VGA_INIT
|
|
select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
|
|
select PER_DEVICE_ACPI_TABLES
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default emulation/qemu-i440fx
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "QEMU x86 i440fx/piix4"
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 6
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xd0000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x10000
|
|
|
|
endif # BOARD_EMULATION_QEMU_X86_I440FX
|