Attention is currently required from: Saurabh Mishra.
Hello Saurabh Mishra,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/76111?usp=email
to review the following change.
Change subject: libpayload/arch/x86[INTERNAL]: Update GP register for API handling of CBTABLE handoff ......................................................................
libpayload/arch/x86[INTERNAL]: Update GP register for API handling of CBTABLE handoff
Change-Id: Ib20d5f68ce60b58533bb048e5363c89a587a1b9b Signed-off-by: Saurabh Mishra mishra.saurabh@intel.corp-partner.google.com --- M payloads/libpayload/arch/x86/head.S 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/76111/1
diff --git a/payloads/libpayload/arch/x86/head.S b/payloads/libpayload/arch/x86/head.S index 87d0037..6a1c43a 100644 --- a/payloads/libpayload/arch/x86/head.S +++ b/payloads/libpayload/arch/x86/head.S @@ -65,7 +65,7 @@
/* Store EAX and EBX */ movl %eax, loader_eax - movl %ebx, loader_ebx + movl %esi, loader_ebx
/* save pointer to coreboot tables */ movl 4(%esp), %eax