Skip to content

Commit

Permalink
Remove libs/smmstore
Browse files Browse the repository at this point in the history
Replace the stand-alone smmstore app in favor of the read example in
firmware-smmstore.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed Oct 24, 2021
1 parent 2c73d06 commit 57777f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
path = FSP
url = https://github.com/IntelFsp/FSP.git
branch = master
[submodule "libs/smmstore"]
path = libs/smmstore
url = https://github.com/system76/smmstore.git
branch = master
[submodule "apps/firmware-smmstore"]
path = apps/firmware-smmstore
url = https://github.com/system76/firmware-smmstore.git
Expand Down
1 change: 0 additions & 1 deletion libs/smmstore
Submodule smmstore deleted from 4c0e54
4 changes: 2 additions & 2 deletions scripts/smmstore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57777f4

Please sign in to comment.