Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47602
to look at the new patch set (#5).
Change subject: [WIP] lib/version: Remove .id section and id.S files ......................................................................
[WIP] lib/version: Remove .id section and id.S files
For arch/arm[64], the offsets to board identification strings and CONFIG_ROM_SIZE inside .id were never really used; it was only a convenience to have the strings appear near the start of image.
TBD: For arch/x86 util/cbfstool needs to fill in the reverse offsets in .id section for backwards compatibility
Change-Id: I35d3312336e9c66d657d2ca619cf30fd79e18fd4 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M Makefile.inc M src/arch/arm/Makefile.inc D src/arch/arm/id.S M src/arch/arm64/Makefile.inc D src/arch/arm64/id.S M src/arch/x86/Makefile.inc M src/arch/x86/bootblock.ld D src/arch/x86/id.S M src/lib/program.ld 9 files changed, 11 insertions(+), 82 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/47602/5