Attention is currently required from: Yi Chou.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79144?usp=email )
The change is no longer submittable: All-Comments-Resolved is unsatisfied now.
Change subject: libpayload: Fix the stack and data labels ......................................................................
Patch Set 7:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/79144/comment/82b944df_311f94c8 : PS7, Line 9: the consistency between _stack/_estack and the other : labels Reads not so fluent to me. Maybe:
… _stack/_estack and the other labels are consistent.
File payloads/libpayload/arch/arm/libpayload.ldscript:
https://review.coreboot.org/c/coreboot/+/79144/comment/a00ca8c3_4cc0b7da : PS7, Line 43: . = ALIGN(16); Excuse my ignorance, but why the alignment?