From 181da2777a6028a87df53939253fb2e83c364f34 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 6 Nov 2015 08:06:55 +0000 Subject: Don't build ifdtool. Not needed in libreboot. --- resources/scripts/helpers/build/module/coreboot | 4 ++-- resources/scripts/helpers/build/roms/withgrub_helper | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'resources/scripts/helpers') diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index b33f1e3f..09d3cde4 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -36,7 +36,7 @@ for architecture in i386 arm; do make -j$(nproc) -BC coreboot crossgcc-${architecture} done -# cbfstool, ifdtool, cbmem, nvramtool -for util in {cbfs,ifd,nvram}tool cbmem; do +# cbfstool, cbmem, nvramtool +for util in {cbfs,nvram}tool cbmem; do make -j$(nproc) -BC coreboot/util/${util} done diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 3c74ab27..4542bc79 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -148,7 +148,4 @@ rm -f "lbversion" # go back to main source directory cd "../" -# create ROM image layout to allow flashing specific regions only -./coreboot/util/ifdtool/ifdtool -f bin/grub/"${boardtarget}"/rom.layout "$(find bin/grub/"${boardtarget}" -type f -name "*.rom" -print -quit)" - printf "\n\n" -- cgit v1.2.3-70-g09d2