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:
committed by
Tim Crawford
parent
ffdceb5f0b
commit
3e4688fcbc
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -82,10 +82,6 @@
|
|||||||
path = FSP
|
path = FSP
|
||||||
url = https://github.com/IntelFsp/FSP.git
|
url = https://github.com/IntelFsp/FSP.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "libs/smmstore"]
|
|
||||||
path = libs/smmstore
|
|
||||||
url = https://github.com/system76/smmstore.git
|
|
||||||
branch = master
|
|
||||||
[submodule "apps/firmware-smmstore"]
|
[submodule "apps/firmware-smmstore"]
|
||||||
path = apps/firmware-smmstore
|
path = apps/firmware-smmstore
|
||||||
url = https://github.com/system76/firmware-smmstore.git
|
url = https://github.com/system76/firmware-smmstore.git
|
||||||
|
Submodule libs/smmstore deleted from 4c0e549e31
@@ -8,5 +8,5 @@ sudo ./libs/intel-spi/target/release/examples/read
|
|||||||
make -C coreboot/util/cbfstool -j "$(nproc)"
|
make -C coreboot/util/cbfstool -j "$(nproc)"
|
||||||
./coreboot/util/cbfstool/cbfstool read.rom read -r SMMSTORE -f smmstore.rom
|
./coreboot/util/cbfstool/cbfstool read.rom read -r SMMSTORE -f smmstore.rom
|
||||||
|
|
||||||
cargo build --manifest-path libs/smmstore/Cargo.toml --release
|
cargo build --manifest-path apps/firmware-smmstore/Cargo.toml --example read --release
|
||||||
./libs/smmstore/target/release/smmstore smmstore.rom
|
./apps/firmware-smmstore/target/release/examples/read
|
||||||
|
Reference in New Issue
Block a user