Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29902
Change subject: soc/intel/apl: Hook microcode update up ......................................................................
soc/intel/apl: Hook microcode update up
Change-Id: I53f680fc4342a9bd1cd0ba9d72e025995e25f7f2 --- M src/soc/intel/apollolake/Makefile.inc 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/29902/1
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index 6168f86..7ac6e0a 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -175,3 +175,6 @@ $(RT5682_RENDER_CAPTURE)-type := raw
endif + +# Apollo Lake B0 (506c9) only atm. +cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_506cx/microcode.bin