mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
blobutil/inject: check me path
This commit is contained in:
@@ -258,7 +258,9 @@ inject_blob_intel_me()
|
|||||||
{
|
{
|
||||||
rom="${1}"
|
rom="${1}"
|
||||||
|
|
||||||
# TODO: check if CONFIG_ME_BIN_PATH is empty
|
if [ -z ${CONFIG_ME_BIN_PATH} ]; then
|
||||||
|
fail "CONFIG_ME_BIN_PATH not set"
|
||||||
|
fi
|
||||||
_me_location=${CONFIG_ME_BIN_PATH#../../}
|
_me_location=${CONFIG_ME_BIN_PATH#../../}
|
||||||
printf 'adding intel management engine\n'
|
printf 'adding intel management engine\n'
|
||||||
${ifdtool} -i me:${_me_location} ${rom} -O ${rom} || exit 1
|
${ifdtool} -i me:${_me_location} ${rom} -O ${rom} || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user