Youness Alaoui has uploaded a new change for review. ( https://review.coreboot.org/19936 )
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: I26d05bd7b37c8d91bf34f399c7c4189f9d3dd34a Signed-off-by: Youness Alaoui youness.alaoui@puri.sm --- M src/mainboard/purism/librem13v2/Kconfig 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/19936/1
diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig index dd152ad..39866e1 100644 --- a/src/mainboard/purism/librem13v2/Kconfig +++ b/src/mainboard/purism/librem13v2/Kconfig @@ -55,5 +55,12 @@ int default 512
+config CPU_MICROCODE_CBFS_LEN + hex + default 0x17800 + +config CPU_MICROCODE_CBFS_LOC + hex + default 0xFFE115A0
endif