[coreboot-gerrit] Change in coreboot[master]: src/mainboard/*: Remove IFD_*_REGION values for ifdfake

Angel Pons (Code Review) gerrit at coreboot.org
Mon Aug 20 16:42:16 CEST 2018


Angel Pons has uploaded this change for review. ( https://review.coreboot.org/28232


Change subject: src/mainboard/*: Remove IFD_*_REGION values for ifdfake
......................................................................

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

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

Change-Id: Ie07116a7fb960c6ca832d802016f22c6677baac9
Signed-off-by: Angel Pons <th3fanbus at gmail.com>
---
M src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
M src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
M src/mainboard/intel/dcp847ske/Kconfig
M src/mainboard/kontron/ktqm77/Kconfig
M src/mainboard/roda/rv11/Kconfig
5 files changed, 0 insertions(+), 52 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/28232/1

diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
index 7ec9fe9..7aefcfb 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
@@ -47,12 +47,4 @@
 	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
diff --git a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
index 12b1844..a2a89b9 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
@@ -46,12 +46,4 @@
 	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
diff --git a/src/mainboard/intel/dcp847ske/Kconfig b/src/mainboard/intel/dcp847ske/Kconfig
index ae93e9d..508cedf 100644
--- a/src/mainboard/intel/dcp847ske/Kconfig
+++ b/src/mainboard/intel/dcp847ske/Kconfig
@@ -57,18 +57,6 @@
 	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
diff --git a/src/mainboard/kontron/ktqm77/Kconfig b/src/mainboard/kontron/ktqm77/Kconfig
index 10da8d1..a8aca1c 100644
--- a/src/mainboard/kontron/ktqm77/Kconfig
+++ b/src/mainboard/kontron/ktqm77/Kconfig
@@ -44,16 +44,4 @@
 	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
diff --git a/src/mainboard/roda/rv11/Kconfig b/src/mainboard/roda/rv11/Kconfig
index 4485aee..9e81841 100644
--- a/src/mainboard/roda/rv11/Kconfig
+++ b/src/mainboard/roda/rv11/Kconfig
@@ -43,16 +43,4 @@
 	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

-- 
To view, visit https://review.coreboot.org/28232
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie07116a7fb960c6ca832d802016f22c6677baac9
Gerrit-Change-Number: 28232
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180820/e4310898/attachment-0001.html>


More information about the coreboot-gerrit mailing list