Attention is currently required from: Arthur Heymans, Paul Menzel.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/82040?usp=email )
Change subject: libpayload: Save EAX and EBX for multiboot payloads ......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/82040/comment/8a21bbf2_c74f728c : PS1, Line 7: for
only for?
Acknowledged
File payloads/libpayload/arch/x86/main.c:
https://review.coreboot.org/c/coreboot/+/82040/comment/0481b633_fef40618 : PS1, Line 33: #if CONFIG(LP_MULTIBOOT) : unsigned long loader_eax; /**< The value of EAX passed from the loader */ : unsigned long loader_ebx; /**< The value of EBX passed from the loader */ : #endif
As those are not referenced in this file, maybe move them to multiboot. […]
Acknowledged