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 <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-10-12 22:21:02 +01:00
parent 1f3316422d
commit 09881212c3
4 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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