Attention is currently required from: Julius Werner.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86770?usp=email
to look at the new patch set (#4).
Change subject: include/fmap.h: Require FMAP_SECTION_FLASH_START == 0 ......................................................................
include/fmap.h: Require FMAP_SECTION_FLASH_START == 0
For simplicity we are going to impose this restriction to coreboot. Note however that this is only a restriction for coreboot itself. The FMAP tool itself is still a generic tool that does not require the FMAP to start at offset 0.
Add an defacto empty fmap_config.h to our test cases, since fmap.h now includes fmap_config.h.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: Iba04ebdcd5557664a865d2854028dd811f052249 --- M src/include/fmap.h A tests/include/tests/lib/fmap_config.h M tests/lib/Makefile.mk 3 files changed, 23 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/86770/4