Attention is currently required from: Patrick Rudolph, Subrata Banik, Arthur Heymans, Angel Pons. Hello build bot (Jenkins), Subrata Banik, Arthur Heymans, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59871
to look at the new patch set (#2).
Change subject: src/arch/x86/exit_car: Fix regression on x86_64 ......................................................................
src/arch/x86/exit_car: Fix regression on x86_64
The commit d023909b "treewide: Disable R_AMD64_32S relocation support" clflush the address stored in _cbmem_top_ptr, which is the same address cbmem_top() returns, instead of clflush _cbmem_top_ptr itself.
Fix that by providing the correct address to clflush.
Change-Id: If74591e7753cd9c3c097516430a212d416f53e4d Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/arch/x86/exit_car.S 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/59871/2