Remove MinPlatform support

MinPlatform was only ever used for the KBL boards, and they no longer
build from this repo.

It is still possible to build coreboot-based firmware for KBL boards.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-08-03 18:52:19 -06:00
committed by Tim Crawford
parent 6a0eab38db
commit fcd8132165
11 changed files with 2 additions and 120 deletions

View File

@@ -69,8 +69,8 @@ then
done < "${MODEL_DIR}/edk2.config"
fi
# Rebuild CorebootPayloadPkg using edk2
PACKAGES_PATH="${MODEL_DIR}:$(realpath edk2-platforms):$(realpath apps)" \
# Rebuild UefiPayloadPkg using edk2
PACKAGES_PATH="${MODEL_DIR}:$(realpath apps)" \
./scripts/_build/edk2.sh \
"${UEFIPAYLOAD}" \
"${EDK2_ARGS[@]}"