[coreboot-gerrit] Change in coreboot[master]: purism/librem13v2: add microcode values in kconfig

Youness Alaoui (Code Review) gerrit at coreboot.org
Wed May 24 23:32:14 CEST 2017


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

Change subject: purism/librem13v2: add microcode values in kconfig
......................................................................

purism/librem13v2: add microcode values in kconfig

The FSP Temp RAM init will fail if the mircocode values are set
to 0. A valid microcode update needs to be included and its size
and offset need to be set in the config.

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


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/19885/1

diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig
index ce772fb..a61cea1 100644
--- a/src/mainboard/purism/librem13v2/Kconfig
+++ b/src/mainboard/purism/librem13v2/Kconfig
@@ -52,5 +52,13 @@
 	int
 	default 512
 
+config CPU_MICROCODE_CBFS_LEN
+	hex
+	default 0x17800
+
+config CPU_MICROCODE_CBFS_LOC
+	hex
+	default 0xFFE115A0
+
 
 endif

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb563489359ec697a00e9209f858edf8f9e6775b
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