Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79260?usp=email )
Change subject: cpu/qemu-x86: Remove microcode updates ......................................................................
cpu/qemu-x86: Remove microcode updates
Emulated platforms don't have microcode to load.
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Change-Id: I27a5fe91a89ebbddf5c498e5c63d00e2e1f343d3 --- M src/cpu/qemu-x86/cache_as_ram_bootblock.S 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/79260/1
diff --git a/src/cpu/qemu-x86/cache_as_ram_bootblock.S b/src/cpu/qemu-x86/cache_as_ram_bootblock.S index 0943e35..9068992 100644 --- a/src/cpu/qemu-x86/cache_as_ram_bootblock.S +++ b/src/cpu/qemu-x86/cache_as_ram_bootblock.S @@ -42,7 +42,6 @@ */ lea pagetables_name, %esi mov $1f, %esp - jmp walkcbfs_asm 1: cmpl $0, %eax je .Lhlt