Attention is currently required from: Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier.
Hello Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79955?usp=email
to look at the new patch set (#2).
Change subject: tree: More use accessor functions for struct region fields ......................................................................
tree: More use accessor functions for struct region fields
Always use the high-level API region_offset() and region_sz() functions. This excludes the internal `region.c` code as well as unit tests. FIT payload support was also skipped, as it seems it never tried to use the API and would need a bigger overhaul.
Change-Id: I18f1e37a06783aecde9024c15876b67bfeed70ee Signed-off-by: Nico Huber nico.h@gmx.de --- M src/soc/amd/common/block/spi/fch_spi_ctrl.c M src/soc/amd/common/psp_verstage/psp_verstage.c M src/soc/qualcomm/common/qclib.c M src/soc/qualcomm/sc7180/soc.c M src/soc/qualcomm/sc7280/soc.c 5 files changed, 16 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/79955/2