From 09881212c3ce8938156ac779463d8859dcddff6b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 12 Oct 2023 22:21:02 +0100 Subject: use me_cleaner from coreboot instead of upstream coreboot closely matches upstream, whose current release is version 1.2 from 2018, and coreboot has not changed it in any meaningful way. the upstream did add patches since, but they are documentation patches only. this means: we do not need to use the upstream version Signed-off-by: Leah Rowe --- script/update/project/release | 2 +- script/update/vendor/download | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'script') diff --git a/script/update/project/release b/script/update/project/release index 8843f2d1..3b869f6a 100755 --- a/script/update/project/release +++ b/script/update/project/release @@ -11,7 +11,7 @@ eval "$(setvars "" vdir basename src_dirname srcdir _nogit _xm target romdir \ microcode_required CONFIG_HAVE_MRC CONFIG_HAVE_ME_BIN \ CONFIG_KBC1126_FIRMWARE CONFIG_INCLUDE_SMSC_SCH5545_EC_FW)" -_f="coreboot u-boot seabios flashrom grub memtest86plus me_cleaner uefitool" +_f="coreboot u-boot seabios flashrom grub memtest86plus uefitool" _f="${_f} bios_extract biosutilities pico-serprog stm32-vserprog" _f="${_f} rpi-pico-serprog" diff --git a/script/update/vendor/download b/script/update/vendor/download index de5abb68..2d90b9b0 100755 --- a/script/update/vendor/download +++ b/script/update/vendor/download @@ -42,7 +42,7 @@ build_dependencies() { [ -d ${cbdir} ] || \ x_ ./update project trees -f coreboot ${cbdir##*/} - for d in uefitool biosutilities bios_extract me_cleaner; do + for d in uefitool biosutilities bios_extract; do [ -d "src/${d}" ] && continue x_ ./update project trees -f "${d}" done -- cgit v1.2.1