Hello Kyösti Mälkki, Patrick Rudolph, Paul Menzel, Jonathan Neuschäfer, Stefan Reinauer, Mike Banon, build bot (Jenkins), Nico Huber, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/23856
to look at the new patch set (#14).
Change subject: tint: introduce the new tint build system with checksum verification ......................................................................
tint: introduce the new tint build system with checksum verification
Three stages of the new tint build system:
1) generate_core.sh extracts the core part from buildgcc script, most importantly the checksum calculation/verification functions.
2) tintify_core.sh adds the tint-specific footer/header to the core, such as the properties of current version including its checksum.
3) tint.sh - generated and "tintified" core script - builds a tint.
Change-Id: I1d24f222d1b92030b81bba3951e243a2a9f37290 Signed-off-by: Mike Banon mikebdp2@gmail.com --- M payloads/external/tint/Makefile A payloads/external/tint/generate_core.sh R payloads/external/tint/tint-0.04-nmu1_libpayload.patch A payloads/external/tint/tintify_core.sh 4 files changed, 247 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/23856/14