Remove firmware-smmstore

firmware-smmstore is a Rust-based application for compacting SMMSTOREv1,
which we no longer use. After commit af955613e09d ("models: Enable
SMMSTOREv2 in coreboot") it is no longer needed.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2023-08-02 15:57:26 -06:00 committed by Jeremy Soller
parent 64aa0e3160
commit c90cf2f0f1
4 changed files with 0 additions and 16 deletions

4
.gitmodules vendored
View File

@ -62,10 +62,6 @@
path = FSP
url = https://github.com/IntelFsp/FSP.git
branch = master
[submodule "apps/firmware-smmstore"]
path = apps/firmware-smmstore
url = https://github.com/system76/firmware-smmstore.git
branch = master
[submodule "tools/ipxe"]
path = tools/ipxe
url = https://github.com/ipxe/ipxe.git

View File

@ -3,6 +3,5 @@
## Contents
- [firmware-setup](https://github.com/system76/firmware-setup.git) - System76 Firmware Setup
- [firmware-smmstore](https://github.com/system76/firmware-smmstore.git) - System76 Firmware SMMSTORE
- [firmware-update](https://github.com/system76/firmware-update.git) - System76 Firmware Update
- [gop-policy](https://github.com/system76/gop-policy.git) - System76 Platform GOP Policy

@ -1 +0,0 @@
Subproject commit 00c44d42ac59055382aff96aef805ea94838b906

View File

@ -45,16 +45,6 @@ EDK2_ARGS+=(
-D FIRMWARE_OPEN_FIRMWARE_SETUP="firmware-setup/firmware-setup.inf"
)
# Rebuild firmware-smmstore (used by edk2)
if [ "${MODEL}" != "qemu" ]
then
touch apps/firmware-smmstore/Cargo.toml
make -C apps/firmware-smmstore
EDK2_ARGS+=(
-D FIRMWARE_OPEN_FIRMWARE_SMMSTORE="firmware-smmstore/firmware-smmstore.inf"
)
fi
# Rebuild gop-policy (used by edk2)
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" -a -e "${MODEL_DIR}/vbt.rom" ]
then