[coreboot-gerrit] New patch to review for coreboot: SeaBios: rename config symbol SEABIOS_STABLE into SEABIOS_1_7

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Mon Aug 31 03:34:37 CEST 2015


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11466

-gerrit

commit cdd81ca5caeddd32cc633276150e4861a84c8a26
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Mon Aug 31 03:21:42 2015 +0200

    SeaBios: rename config symbol SEABIOS_STABLE into SEABIOS_1_7
    
    This makes it's possible to choose a specific version even when the
    seabios stable version is moving to a new stable release.
    
    Change-Id: I3d4914f953d47d54f1babe34da862b6163f900c3
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 payloads/external/Makefile.inc         | 2 +-
 payloads/external/SeaBIOS/Kconfig      | 4 ++--
 payloads/external/SeaBIOS/Makefile.inc | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index 4bda38a..f34223b 100644
--- a/payloads/external/Makefile.inc
+++ b/payloads/external/Makefile.inc
@@ -53,7 +53,7 @@ seabios:
 			OBJCOPY="$(OBJCOPY_x86_32)" STRIP="$(STRIP_x86_32)" \
 			AS="$(AS_x86_32)" IASL="$(IASL)" \
 			CONFIG_SEABIOS_MASTER=$(CONFIG_SEABIOS_MASTER) \
-			CONFIG_SEABIOS_STABLE=$(CONFIG_SEABIOS_STABLE) \
+			CONFIG_SEABIOS_1_7=$(CONFIG_SEABIOS_1_7) \
 			CONFIG_SEABIOS_THREAD_OPTIONROMS=$(CONFIG_SEABIOS_THREAD_OPTIONROMS) \
 			CONFIG_SEABIOS_VGA_COREBOOT=$(CONFIG_SEABIOS_VGA_COREBOOT) \
 			CONFIG_CONSOLE_SERIAL=$(CONFIG_CONSOLE_SERIAL) \
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index 699b986..5467c1a 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -2,9 +2,9 @@ if PAYLOAD_SEABIOS
 
 choice
 	prompt "SeaBIOS version"
-	default SEABIOS_STABLE
+	default SEABIOS_1_7
 
-config SEABIOS_STABLE
+config SEABIOS_1_7
 	bool "1.7.5"
 	help
 	  Stable SeaBIOS version
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index 7fb63d4..2ccd181 100644
--- a/payloads/external/SeaBIOS/Makefile.inc
+++ b/payloads/external/SeaBIOS/Makefile.inc
@@ -1,5 +1,5 @@
 TAG-$(CONFIG_SEABIOS_MASTER)=origin/master
-TAG-$(CONFIG_SEABIOS_STABLE)=e51488c5f8800a52ac5c8da7a31b85cca5cc95d2
+TAG-$(CONFIG_SEABIOS_1_7)=e51488c5f8800a52ac5c8da7a31b85cca5cc95d2
 
 unexport KCONFIG_AUTOHEADER
 unexport KCONFIG_AUTOCONFIG



More information about the coreboot-gerrit mailing list