[coreboot-gerrit] New patch to review for coreboot: 60169dc drop unneeded IRQ_SLOT_COUNTs

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Jun 11 01:38:23 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10508

-gerrit

commit 60169dc4b753bf015a27407577353ca0a9b9244a
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Jun 10 16:37:13 2015 -0700

    drop unneeded IRQ_SLOT_COUNTs
    
    This is only needed on boards that still provide old style PIRQ
    tables.
    
    Change-Id: Ie299de2937e5b91b7b3e1d1110e40be23c6d9f52
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/mainboard/emulation/qemu-q35/Kconfig   | 4 ----
 src/mainboard/gigabyte/ga-b75m-d3h/Kconfig | 4 ----
 src/mainboard/gigabyte/ga-b75m-d3v/Kconfig | 4 ----
 src/mainboard/google/jecht/Kconfig         | 4 ----
 4 files changed, 16 deletions(-)

diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig
index fcc750c..547c1ac 100644
--- a/src/mainboard/emulation/qemu-q35/Kconfig
+++ b/src/mainboard/emulation/qemu-q35/Kconfig
@@ -27,10 +27,6 @@ config BOOTBLOCK_MAINBOARD_INIT
 	string
 	default "mainboard/emulation/qemu-q35/bootblock.c"
 
-#config IRQ_SLOT_COUNT
-#	int
-#	default 6
-
 config MMCONF_BASE_ADDRESS
 	hex
 	default 0xb0000000
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
index 39c04c6..a98e490 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
@@ -39,10 +39,6 @@ config MAINBOARD_PART_NUMBER
 	string
 	default "GA-B75M-D3H"
 
-config IRQ_SLOT_COUNT
-	int
-	default 18
-
 config MAX_CPUS
 	int
 	default 8
diff --git a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
index 20db0c0..bf2f280 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
@@ -40,10 +40,6 @@ config MAINBOARD_PART_NUMBER
 	string
 	default "GA-B75M-D3V"
 
-config IRQ_SLOT_COUNT
-	int
-	default 18
-
 config MAX_CPUS
 	int
 	default 8
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index fbf61de..34f9087 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -27,10 +27,6 @@ config MAINBOARD_PART_NUMBER
 	string
 	default "Jecht"
 
-config IRQ_SLOT_COUNT
-	int
-	default 18
-
 config MAX_CPUS
 	int
 	default 8



More information about the coreboot-gerrit mailing list