aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/purism
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@puri.sm>2017-05-12 19:43:42 -0400
committerMartin Roth <martinroth@google.com>2017-06-09 17:02:31 +0200
commit6b8570d86419a5b4a358504773e60f6e4019dc48 (patch)
tree414e008631ea49644e8da8999577a3fcf47be4a0 /src/mainboard/purism
parent0e977fca9ccaa2fe7c044f71a513b56799d93383 (diff)
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> Reviewed-on: https://review.coreboot.org/19936 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/purism')
-rw-r--r--src/mainboard/purism/librem13v2/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig
index 4de48a98af..dc423a9eb1 100644
--- a/src/mainboard/purism/librem13v2/Kconfig
+++ b/src/mainboard/purism/librem13v2/Kconfig
@@ -54,5 +54,12 @@ config DIMM_SPD_SIZE
int
default 512
+config CPU_MICROCODE_CBFS_LEN
+ hex
+ default 0x17800
+
+config CPU_MICROCODE_CBFS_LOC
+ hex
+ default 0xFFE115A0
endif