[coreboot-gerrit] Change in coreboot[master]: util/abuild: Save checksums of built rom files

Martin Roth (Code Review) gerrit at coreboot.org
Thu Mar 30 07:20:14 CEST 2017


Martin Roth has uploaded a new change for review. ( https://review.coreboot.org/19033 )

Change subject: util/abuild: Save checksums of built rom files
......................................................................

util/abuild: Save checksums of built rom files

- Save a sha256 checkum of each platform into a file in the
abuild target directory.

Change-Id: Id24dc4b10afbd35cdb8750f75b934419e6e80290
Signed-off-by: Martin Roth <gaumless at gmail.com>
---
M util/abuild/abuild
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/19033/1

diff --git a/util/abuild/abuild b/util/abuild/abuild
index 95711a1..2783b6a 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -366,6 +366,7 @@
 		failed=1
 	fi
 	cd "$CURR" || return $?
+	sha256sum "${build_dir}/coreboot.rom" >> "$platform_checksum_file"
 	if [ "$clean_work" = "true" ]; then
 		rm -rf "${build_dir}"
 	fi
@@ -703,6 +704,8 @@
 
 FAILED_BOARDS="$TOP/$TARGET/failed_boards"
 
+platform_checksum_file="$TOP/$TARGET/platform_checksums"
+
 if [ "$recursive" = "false" ]; then
 	rm -f "$FAILED_BOARDS"
 fi

-- 
To view, visit https://review.coreboot.org/19033
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id24dc4b10afbd35cdb8750f75b934419e6e80290
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>



More information about the coreboot-gerrit mailing list