cpu/intel/microcode: Make microcode lib available in bootblock
Make microcode lib available in bootblock. Now that microcode.c is compiled in bootlock no need to include it explicitly, hence remove its references. Change-Id: I419da6af70222902e3ca39fc2133d5dc8558e053 Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35278 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
49ca968b0b
commit
279d8b5f3d
@@ -18,7 +18,6 @@
|
|||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
#include <halt.h>
|
#include <halt.h>
|
||||||
|
|
||||||
#include <cpu/intel/microcode/microcode.c>
|
|
||||||
#include "haswell.h"
|
#include "haswell.h"
|
||||||
|
|
||||||
#include <southbridge/intel/lynxpoint/pch.h>
|
#include <southbridge/intel/lynxpoint/pch.h>
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
bootblock-$(CONFIG_MICROCODE_UPDATE_PRE_RAM) += microcode_asm.S
|
bootblock-$(CONFIG_MICROCODE_UPDATE_PRE_RAM) += microcode_asm.S
|
||||||
romstage-$(CONFIG_MICROCODE_UPDATE_PRE_RAM) += microcode_asm.S
|
romstage-$(CONFIG_MICROCODE_UPDATE_PRE_RAM) += microcode_asm.S
|
||||||
|
|
||||||
|
bootblock-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c
|
||||||
ramstage-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c
|
ramstage-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c
|
||||||
romstage-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c
|
romstage-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c
|
||||||
|
Reference in New Issue
Block a user