[coreboot-gerrit] Change in ...coreboot[master]: src/Kconfig: Unhide SMBIOS_ENCLOSURE_TYPE prompt

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Sat Nov 24 22:06:03 CET 2018


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29825


Change subject: src/Kconfig: Unhide SMBIOS_ENCLOSURE_TYPE prompt
......................................................................

src/Kconfig: Unhide SMBIOS_ENCLOSURE_TYPE prompt

This makes possible to enter system enclosure type other
than 0x03 or 0x09.

Clarify Mainboard's fields to store for SMBIOS structures.

Change-Id: Ifea2376e5abd44232c80daa73e480e695de7d87c
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/Kconfig
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/29825/1

diff --git a/src/Kconfig b/src/Kconfig
index 62a7a92..0f30ea2 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -623,7 +623,7 @@
 	default n
 
 config MAINBOARD_SERIAL_NUMBER
-	string "SMBIOS Serial Number"
+	string "SMBIOS: Mainboard Serial Number"
 	depends on GENERATE_SMBIOS_TABLES
 	depends on !SMBIOS_PROVIDED_BY_MOBO
 	default "123456789"
@@ -631,7 +631,7 @@
 	  The Serial Number to store in SMBIOS structures.
 
 config MAINBOARD_VERSION
-	string "SMBIOS Version Number"
+	string "SMBIOS: Mainboard Version Number"
 	depends on GENERATE_SMBIOS_TABLES
 	depends on !SMBIOS_PROVIDED_BY_MOBO
 	default "1.0"
@@ -639,7 +639,7 @@
 	  The Version Number to store in SMBIOS structures.
 
 config MAINBOARD_SMBIOS_MANUFACTURER
-	string "SMBIOS Manufacturer"
+	string "SMBIOS: Mainboard Manufacturer"
 	depends on GENERATE_SMBIOS_TABLES
 	depends on !SMBIOS_PROVIDED_BY_MOBO
 	default MAINBOARD_VENDOR
@@ -647,7 +647,7 @@
 	  Override the default Manufacturer stored in SMBIOS structures.
 
 config MAINBOARD_SMBIOS_PRODUCT_NAME
-	string "SMBIOS Product name"
+	string "SMBIOS: Mainboard Product name"
 	depends on GENERATE_SMBIOS_TABLES
 	depends on !SMBIOS_PROVIDED_BY_MOBO
 	default MAINBOARD_PART_NUMBER
@@ -655,7 +655,7 @@
 	  Override the default Product name stored in SMBIOS structures.
 
 config SMBIOS_ENCLOSURE_TYPE
-	hex
+	hex "SMBIOS: System Enclosure or Chassis Type"
 	depends on GENERATE_SMBIOS_TABLES
 	default 0x09 if SYSTEM_TYPE_LAPTOP
 	default 0x03

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifea2376e5abd44232c80daa73e480e695de7d87c
Gerrit-Change-Number: 29825
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181124/2bfa9bea/attachment.html>


More information about the coreboot-gerrit mailing list