From 64aa0e31606fa9dc95c240051672c3e53e1a6ce1 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 2 Aug 2023 15:53:05 -0600 Subject: [PATCH] Remove script for reading SMMSTOREv1 commit af955613e09d ("models: Enable SMMSTOREv2 in coreboot") switched us from SMMSTOREv1 to SMMSTOREv2. This script is no longer useful. Signed-off-by: Tim Crawford --- scripts/smmstore.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 scripts/smmstore.sh diff --git a/scripts/smmstore.sh b/scripts/smmstore.sh deleted file mode 100755 index e58b9ed..0000000 --- a/scripts/smmstore.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -set -e - -cargo build --manifest-path libs/intel-spi/Cargo.toml --example read --release -sudo ./libs/intel-spi/target/release/examples/read - -make -C coreboot/util/cbfstool -j "$(nproc)" -./coreboot/util/cbfstool/cbfstool read.rom read -r SMMSTORE -f smmstore.rom - -cargo build --manifest-path apps/firmware-smmstore/Cargo.toml --example read --release -./apps/firmware-smmstore/target/release/examples/read