Remove libs/smmstore

Replace the stand-alone smmstore app in favor of the read example in
firmware-smmstore.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-12-21 10:32:37 -07:00
committed by Tim Crawford
parent ffdceb5f0b
commit 3e4688fcbc
3 changed files with 2 additions and 7 deletions

View File

@@ -8,5 +8,5 @@ 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 libs/smmstore/Cargo.toml --release
./libs/smmstore/target/release/smmstore smmstore.rom
cargo build --manifest-path apps/firmware-smmstore/Cargo.toml --example read --release
./apps/firmware-smmstore/target/release/examples/read