Attention is currently required from: Julius Werner, Yu-Ping Wu.
Yi Chou has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79144?usp=email )
Change subject: libpayload: Fix the stack and data labels ......................................................................
Patch Set 6:
(2 comments)
File payloads/libpayload/arch/arm/libpayload.ldscript:
https://review.coreboot.org/c/coreboot/+/79144/comment/fb733eb2_9dca53bb : PS3, Line 50: *(.rodata.*)
Can we just add `_text`/`_etext`, `_rodata`/`_erodata` and `_bss`/`_ebss` everywhere here as well fo […]
Done
https://review.coreboot.org/c/coreboot/+/79144/comment/a08bf822_b0215598 : PS3, Line 77: _stack = .;
Be careful, these are actually used, so you need to fix the references in the relevant assembly file […]
Done