src/mainboard/*: Remove IFD_*_REGION values for ifdfake

Since ifdfake has been deprecated in favor of better alternatives, such
as flashrom IFD parsing. Therefore, there is no need to support ifdfake
any further. Remove the IFD_*_REGION values on the few motherboards with
them.

Change-Id: Ie07116a7fb960c6ca832d802016f22c6677baac9
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28232
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2018-08-20 16:15:47 +02:00 committed by Martin Roth
parent b74e399c7d
commit c65a600b8e
5 changed files with 0 additions and 52 deletions

View File

@ -47,12 +47,4 @@ config VGA_BIOS_FILE
string
default "pci8086,0162.rom"
config IFD_BIOS_SECTION
string
default "0x00600000:0x007fffff"
config IFD_ME_SECTION
string
default "0x00001000:0x004fffff"
endif # BOARD_GIGABYTE_GA_B75M_D3H

View File

@ -46,12 +46,4 @@ config VGA_BIOS_FILE
string
default "pci8086,0102.rom"
config IFD_BIOS_SECTION
string
default "0x00600000:0x007fffff"
config IFD_ME_SECTION
string
default "0x00001000:0x004fffff"
endif # BOARD_GIGABYTE_GA_B75M_D3V

View File

@ -57,18 +57,6 @@ config USBDEBUG_HCD_INDEX
int
default 2
config IFD_GBE_SECTION
string
default "0x00001000:0x00002fff"
config IFD_ME_SECTION
string
default "0x00003000:0x001bffff"
config IFD_BIOS_SECTION
string
default "0x001c0000:0x007fffff"
config CBFS_SIZE
hex
default 0x00640000

View File

@ -44,16 +44,4 @@ config MAINBOARD_VENDOR
string
default "Kontron"
config IFD_BIOS_SECTION
string
default "0x00580000:0x007fffff"
config IFD_ME_SECTION
string
default "0x00003000:0x0057ffff"
config IFD_GBE_SECTION
string
default "0x00001000:0x00002fff"
endif # BOARD_KONTRON_KTQM77

View File

@ -43,16 +43,4 @@ config MAINBOARD_VENDOR
string
default "Roda"
config IFD_BIOS_SECTION
string
default "0x00d80000:0x00ffffff"
config IFD_ME_SECTION
string
default "0x00003000:0x00d7ffff"
config IFD_GBE_SECTION
string
default "0x00001000:0x00002fff"
endif # BOARD_RODA_RV11 || BOARD_RODA_RW11