Raul Rangel has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/62793 )
Change subject: cpu/x86/smm: Add smm_get_cbmemc_buffer for legacy SMI handler ......................................................................
cpu/x86/smm: Add smm_get_cbmemc_buffer for legacy SMI handler
Fixes the following error when using the legacy SMI handler:
coreboot/util/crossgcc/xgcc/bin/i386-elf-ld.bfd: build/smm/smm.o: in function `cbmemc_init': coreboot/src/lib/cbmem_console.c:91: undefined reference to `smm_get_cbmemc_buffer'
BUG=b:221231786 TEST=none
Fixes: c5160986cf9 ("cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI") Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I3ba4952d2d2a984adaf8fe3508e6b82d396aa9bb --- M src/cpu/x86/smm/smihandler.c 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/62793/2