From 6efd37f0e482dccede535a3818be6fbbdfe0afa6 Mon Sep 17 00:00:00 2001 From: Matt DeVillier <matt.devillier@puri.sm> Date: Thu, 11 Jul 2019 16:29:15 -0500 Subject: [PATCH] coreboot_util: update SeaBIOS images with default bootorder For factory use, a default bootorder file is needed, so add it Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> --- coreboot_util.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/coreboot_util.sh b/coreboot_util.sh index ee9039a..7b0be60 100644 --- a/coreboot_util.sh +++ b/coreboot_util.sh @@ -10,7 +10,7 @@ trap "exit 1" TERM export TOP_PID=$$ # Purism source -RELEASES_GIT_HASH="e439844ce73d756afb5bd20ea4776e12dee5c70b" +RELEASES_GIT_HASH="163d161abea98c1c98fc71708b5f25bf234b61b3" PURISM_SOURCE="https://source.puri.sm/coreboot/releases/raw/${RELEASES_GIT_HASH}" CURRENT_FW_BIN="bios.bin" @@ -31,19 +31,19 @@ BLOBS_DIR="" # set after device/platform selected/set # precompiled coreboot images # sha256sum is for gzipped image COREBOOT_SEABIOS_IMAGE_l13v1="coreboot-l13v1.rom" -COREBOOT_SEABIOS_IMAGE_l13v1_SHA="363499fc97c526fec194ae9c6c30669d3727f5d58070d9a7fe3ef2147d7a398e" +COREBOOT_SEABIOS_IMAGE_l13v1_SHA="c8634b2f915f140438329276ea281ef0fded7c13e3851661e6f916c28c180aa2" COREBOOT_SEABIOS_IMAGE_l13v2="coreboot-l13v2.rom" -COREBOOT_SEABIOS_IMAGE_l13v2_SHA="9169dbd4c03fd2ec3049f870fba433a43b902a846f8e7fbdc9725c86eb187a22" +COREBOOT_SEABIOS_IMAGE_l13v2_SHA="528739ebf75aa5124661520d5d7c93ff4615912beef02186460244f970c0b4e9" COREBOOT_SEABIOS_IMAGE_l13v3="coreboot-l13v3.rom" -COREBOOT_SEABIOS_IMAGE_l13v3_SHA="f20b999457205f033bf122a436f906172bc53ff718034a32f931d9e1712a1033" +COREBOOT_SEABIOS_IMAGE_l13v3_SHA="6807c2d82b03fa552590ef2e9dcbb2f60e83877944705f2e4dbd79b5eada054e" COREBOOT_SEABIOS_IMAGE_l13v4="coreboot-l13v4.rom" -COREBOOT_SEABIOS_IMAGE_l13v4_SHA="147b911aad362bc67084d1591950e22557ffaba056f42484b521aa48a617c5b0" +COREBOOT_SEABIOS_IMAGE_l13v4_SHA="8e3d6d62ad808a888e4d954fd4207e5b268817de23158bfb3dfdf9113598845f" COREBOOT_SEABIOS_IMAGE_l15v2="coreboot-l15v2.rom" -COREBOOT_SEABIOS_IMAGE_l15v2_SHA="1eb7ee61d7af8e600e97f9622d003139d4aae3269157fb06c48e2af7f6fb40e1" +COREBOOT_SEABIOS_IMAGE_l15v2_SHA="279f31e5d00ec682e30eff5030afcbb9ff7f4436772359dac27c140918fdad81" COREBOOT_SEABIOS_IMAGE_l15v3="coreboot-l15v3.rom" -COREBOOT_SEABIOS_IMAGE_l15v3_SHA="392554e53d3cc7748ffe46aa1e8a955a30efa392fff70585dd130ac907ae6c01" +COREBOOT_SEABIOS_IMAGE_l15v3_SHA="fa9276ab075cdccc9764646b978f7f226ceec8fb0522a966756d7d2c6cb4d716" COREBOOT_SEABIOS_IMAGE_l15v4="coreboot-l15v4.rom" -COREBOOT_SEABIOS_IMAGE_l15v4_SHA="7536ab90dddf06a6df811455273f711614e3263677658685b45e16779b27daa8" +COREBOOT_SEABIOS_IMAGE_l15v4_SHA="325d5b4f2fc290331c932b28e5f9c579143fe0dabca7dff3d5f014a65e486b91" COREBOOT_HEADS_IMAGE_l13v2="coreboot-heads-l13v2.rom" COREBOOT_HEADS_IMAGE_l13v2_SHA="13ddb11c63a1faef1bd40002121f540e5df6f8ce8563619941a481604937f58d" COREBOOT_HEADS_IMAGE_l13v3=${COREBOOT_HEADS_IMAGE_l13v2} -- GitLab