pipa: Add firmware extraction support

Change-Id: If6cb6334a8f7b2fcc77c8947569eba1b2002190a
This commit is contained in:
Michael Bestas
2024-07-30 19:10:06 +05:30
committed by Abdulwahab Isam
parent 0f4b246d63
commit a61a07371b
3 changed files with 23 additions and 0 deletions

View File

@@ -53,3 +53,5 @@ export VENDOR=xiaomi
export VENDOR_COMMON=${VENDOR}
"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/extract-files.sh" "$@"
extract_firmware "${MY_DIR}/proprietary-firmware.txt" "${SRC}"

19
proprietary-firmware.txt Normal file
View File

@@ -0,0 +1,19 @@
# Unpinned firmware from pipa_global-user 14 UKQ1.230917.001 V816.0.7.0.UMZMIXM release-keys
abl.img;AB
aop.img;AB
bluetooth.img;AB
cmnlib.img;AB
cmnlib64.img;AB
devcfg.img;AB
dsp.img;AB
featenabler.img;AB
hyp.img;AB
imagefv.img;AB
keymaster.img;AB
modem.img;AB
qupfw.img;AB
tz.img;AB
uefisecapp.img;AB
xbl.img;AB
xbl_config.img;AB

View File

@@ -26,3 +26,5 @@ export VENDOR=xiaomi
export VENDOR_COMMON=${VENDOR}
"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
append_firmware_calls_to_makefiles "${MY_DIR}/proprietary-firmware.txt"