Attention is currently required from: Andrey Petrov, Arthur Heymans, Felix Held, Fred Reitberger, Jakub Czapiga, Jason Glenesk, Jérémy Compostella, Matt DeVillier, Patrick Rudolph, Ronak Kanabar.
Julius Werner has posted comments on this change by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/82419?usp=email )
Change subject: lib/*stage_cache: Don't save BSS in stage cache
......................................................................
Patch Set 12:
(3 comments)
File src/include/program_loading.h:
https://review.coreboot.org/c/coreboot/+/82419/comment/363587ce_1713f56c?usp... :
PS12, Line 106: flen
prog_set_fsize?
File src/lib/cbfs.c:
https://review.coreboot.org/c/coreboot/+/82419/comment/76a0991d_e6f3d0f7?usp... :
PS12, Line 576: prog_set_area(pstage, (void *)(uintptr_t)be64toh(sattr->loadaddr), be32toh(sattr->memlen));
Unclear why you remove the line break here? It looks like it doesn't fit 96 chars... (or are we doing 100 chars now? I might have missed that memo).
File src/lib/rmodule.c:
https://review.coreboot.org/c/coreboot/+/82419/comment/048791a6_b54a49c3?usp... :
PS12, Line 71: return module->header->bss_begin;
I think(?) this should technically be `module->header->bss_begin - module->header->module_link_start_address`, even though the latter may always be 0 in practice (cf. `rmodule_entry_offset()`).
--
To view, visit
https://review.coreboot.org/c/coreboot/+/82419?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I45404caaa6cd1bc5d19998bce4b564c939d50996
Gerrit-Change-Number: 82419
Gerrit-PatchSet: 12
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Fred Reitberger
reitbergerfred@gmail.com
Gerrit-Reviewer: Jakub Czapiga
czapiga@google.com
Gerrit-Reviewer: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@amd.corp-partner.google.com
Gerrit-Reviewer: Ronak Kanabar
ronak.kanabar@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Attention: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Attention: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Attention: Jakub Czapiga
czapiga@google.com
Gerrit-Attention: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Attention: Matt DeVillier
matt.devillier@amd.corp-partner.google.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Ronak Kanabar
ronak.kanabar@intel.com
Gerrit-Attention: Fred Reitberger
reitbergerfred@gmail.com
Gerrit-Attention: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Attention: Felix Held
felix-coreboot@felixheld.de
Gerrit-Comment-Date: Wed, 26 Jun 2024 01:36:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No