summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-12 22:21:02 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-12 22:21:02 +0100
commit09881212c3ce8938156ac779463d8859dcddff6b (patch)
tree9ceaa0ffc1ee2c33cd51b2f6d5cb715b6d4fd32d /include/vendor.sh
parent1f3316422d50158a56183672088d1991c02bede6 (diff)
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>
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-xinclude/vendor.sh2
1 files changed, 1 insertions, 1 deletions
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"