Kconfig: Add option for microcode filenames

Hardware / Coreboot - Martin Roth [chromium.org] - 7 September 2016 17:29 UTC

Hardcoding the microcode filenames into the makefiles is great when the microcode is in the blobs directory. When the microcode isn't posted to the blobs directory, we need some method of supplying the microcode binary into the build. This can of course be done manually after the build has completed, as can be done with everything that we're including in the ROM image. Instead of making life hard for everyone though, let's just add a way to specify where the microcode rom comes from.

BUG=chrome-os-partner:53013

Change-Id: I7c5127234809e8515906efa56c04af6005eecf0b

3eb65ec Kconfig: Add option for microcode filenames
src/cpu/Kconfig | 15 +++++++++++++++
src/cpu/intel/microcode/Makefile.inc | 2 ++
2 files changed, 17 insertions(+)

Upstream: review.coreboot.org


  • Share