Skip to content

Commit 57777f4

Browse files
committed
Remove libs/smmstore
Replace the stand-alone smmstore app in favor of the read example in firmware-smmstore. Signed-off-by: Tim Crawford <[email protected]>
1 parent 2c73d06 commit 57777f4

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@
8282
path = FSP
8383
url = https://github.com/IntelFsp/FSP.git
8484
branch = master
85-
[submodule "libs/smmstore"]
86-
path = libs/smmstore
87-
url = https://github.com/system76/smmstore.git
88-
branch = master
8985
[submodule "apps/firmware-smmstore"]
9086
path = apps/firmware-smmstore
9187
url = https://github.com/system76/firmware-smmstore.git

libs/smmstore

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/smmstore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ sudo ./libs/intel-spi/target/release/examples/read
88
make -C coreboot/util/cbfstool -j "$(nproc)"
99
./coreboot/util/cbfstool/cbfstool read.rom read -r SMMSTORE -f smmstore.rom
1010

11-
cargo build --manifest-path libs/smmstore/Cargo.toml --release
12-
./libs/smmstore/target/release/smmstore smmstore.rom
11+
cargo build --manifest-path apps/firmware-smmstore/Cargo.toml --example read --release
12+
./apps/firmware-smmstore/target/release/examples/read

0 commit comments

Comments
 (0)