Skip to content

Commit

Permalink
build.sh: revert persistent bootsplash
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Oct 27, 2023
1 parent 86b1ff6 commit 09f457e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function build_msi {
function build_vp46xx {
DEFCONFIG="configs/config.protectli_cml_vp46xx"
FW_VERSION=$(cat ${DEFCONFIG} | grep CONFIG_LOCALVERSION | cut -d '=' -f 2 | tr -d '"')
PERSISTENT_LOGO="3rdparty/blobs/mainboard/protectli/vault_cml/bootsplash.bmp"

if [ ! -d 3rdparty/blobs/mainboard ]; then
git submodule update --init --checkout
Expand Down Expand Up @@ -107,18 +106,6 @@ function build_vp46xx {
-w /home/coreboot/coreboot coreboot/coreboot-sdk:$SDKVER \
/bin/bash -c "make olddefconfig && make -j$(nproc)"

echo "Building with PERSISTENT_LOGO: $PERSISTENT_LOGO"
docker run --rm -t -u $UID -v $PWD:/home/coreboot/coreboot \
-v $HOME/.ssh:/home/coreboot/.ssh \
-w /home/coreboot/coreboot coreboot/coreboot-sdk:$SDKVER \
/bin/bash -c "./build/cbfstool \
./build/coreboot.rom add \
-r BOOTSPLASH \
-f "$PERSISTENT_LOGO" \
-n logo.bmp \
-t raw \
-c lzma"

cp build/coreboot.rom protectli_vault_cml_${FW_VERSION}_vp46xx.rom
if [ $? -eq 0 ]; then
echo "Result binary placed in $PWD/protectli_vault_cml_${FW_VERSION}_vp46xx.rom"
Expand Down

0 comments on commit 09f457e

Please sign in to comment.