[coreboot-gerrit] Change in coreboot[master]: purism/librem13v2: Add Kconfig defaults

Youness Alaoui (Code Review) gerrit at coreboot.org
Fri May 26 23:50:44 CEST 2017


Youness Alaoui has uploaded a new change for review. ( https://review.coreboot.org/19942 )

Change subject: purism/librem13v2: Add Kconfig defaults
......................................................................

purism/librem13v2: Add Kconfig defaults

Add default values for MAINBOARD_VERSION, FSP_IMAGE_ID_STRING,
and CBFS_SIZE.

Change-Id: Ib6461cef78f3fea448baf1ada456e3c8335f1543
Signed-off-by: Youness Alaoui <youness.alaoui at puri.sm>
---
M src/mainboard/purism/librem13v2/Kconfig
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/19942/1

diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig
index 39866e1..75d3009 100644
--- a/src/mainboard/purism/librem13v2/Kconfig
+++ b/src/mainboard/purism/librem13v2/Kconfig
@@ -29,6 +29,10 @@
 	string
 	default "Librem 13 v2"
 
+config MAINBOARD_VERSION
+	string
+	default "2.0"
+
 config MAINBOARD_DIR
 	string
 	default "purism/librem13v2"
@@ -55,6 +59,10 @@
 	int
 	default 512
 
+config FSP_IMAGE_ID_STRING
+	string
+	default "$SKLFSP$"
+
 config CPU_MICROCODE_CBFS_LEN
 	hex
 	default 0x17800
@@ -63,4 +71,8 @@
 	hex
 	default 0xFFE115A0
 
+config CBFS_SIZE
+	hex
+	default 0x5c0000
+
 endif

-- 
To view, visit https://review.coreboot.org/19942
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6461cef78f3fea448baf1ada456e3c8335f1543
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>



More information about the coreboot-gerrit mailing list