Remove script for reading SMMSTOREv1
commit af955613e0
("models: Enable SMMSTOREv2 in coreboot") switched
us from SMMSTOREv1 to SMMSTOREv2. This script is no longer useful.
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
ec529daaff
commit
64aa0e3160
@@ -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
|
Reference in New Issue
Block a user