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 --- include/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vendor.sh') diff --git a/include/vendor.sh b/include/vendor.sh index d6cb3cf8..51daba82 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -13,7 +13,7 @@ cbfstool="cbutils/default/cbfstool" nvmutil="util/nvmutil/nvm" pciromsdir="pciroms" -mecleaner="${PWD}/src/me_cleaner/me_cleaner.py" +mecleaner="${PWD}/src/coreboot/default/util/me_cleaner/me_cleaner.py" me7updateparser="${PWD}/util/me7_update_parser/me7_update_parser.py" e6400_unpack="${PWD}/src/bios_extract/dell_inspiron_1100_unpacker.py" kbc1126_ec_dump="${PWD}/${cbdir}/util/kbc1126/kbc1126_ec_dump" -- cgit v1.2.1