Skip to content

Commit a56ffe7

Browse files
committed
build.sh: Remove obtaining LAN ROM from regular NVC builds
The build_novacsutom function is sued for boards that do not require LAN ROM. Remove obtaining the release binary and UEFIExtract as it is not used in the flow. Seems like a copy-pasta error. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent 4e4e467 commit a56ffe7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@ function build_novacustom {
198198
-w /home/coreboot/coreboot coreboot/coreboot-sdk:$SDKVER \
199199
/bin/bash -c "make olddefconfig && make -j$(nproc)"
200200

201-
# Obtain LAN ROM blob from release binary
202-
wget -O UEFIExtract_NE_A68_x64_linux.zip https://github.com/LongSoft/UEFITool/releases/download/A68/UEFIExtract_NE_A68_x64_linux.zip
203-
unzip -o UEFIExtract_NE_A68_x64_linux.zip
204-
wget -O novacustom_v54x_mtl_v0.9.0.rom https://dl.3mdeb.com/open-source-firmware/Dasharo/novacustom_v54x_mtl/v0.9.0/novacustom_v54x_mtl_v0.9.0.rom
205-
cp build/coreboot.rom novacustom_$1_${FW_VERSION}.rom
206-
207201
if [ $? -eq 0 ]; then
208202
echo "Result binary placed in $PWD/novacustom_$1_${FW_VERSION}.rom"
209203
sha256sum novacustom_$1_${FW_VERSION}.rom > novacustom_$1_${FW_VERSION}.rom.sha256

0 commit comments

Comments
 (0)