Attention is currently required from: Arthur Heymans, Timothy Pearson, Ron Minnich.
Sergii Dmytruk has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57084 )
Change subject: src/arch/ppc64/*: pass FDT address to payload
......................................................................
Patch Set 15:
(1 comment)
File src/arch/ppc64/boot.c:
https://review.coreboot.org/c/coreboot/+/57084/comment/c7b0924b_3f912701
PS15, Line 43: /* Store FDT address to pass it to payload */
: entry = cbmem_entry_add(CBMEM_ID_FDT_ADDRESS, sizeof(_fdt_address));
: if (entry == NULL)
: die("Failed to add FDT address entry in CBMEM at romstage!");
:
: memcpy(cbmem_entry_start(entry), &_fdt_address, sizeof(_fdt_address))
arch_prog_run is not the right place to do this. […]
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/57084
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0911f4b534c6f8cacfa057a5bad7576fec711637
Gerrit-Change-Number: 57084
Gerrit-PatchSet: 15
Gerrit-Owner: Sergii Dmytruk
sergii.dmytruk@3mdeb.com
Gerrit-Reviewer: Ron Minnich
rminnich@gmail.com
Gerrit-Reviewer: Timothy Pearson
tpearson@raptorengineering.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Arthur Heymans
arthur@aheymans.xyz
Gerrit-CC: Maciej Pijanowski
maciej.pijanowski@3mdeb.com
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Timothy Pearson
tpearson@raptorengineering.com
Gerrit-Attention: Ron Minnich
rminnich@gmail.com
Gerrit-Comment-Date: Sat, 20 Nov 2021 11:30:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Gerrit-MessageType: comment