pipa: Add firmware extraction support
Change-Id: If6cb6334a8f7b2fcc77c8947569eba1b2002190a
This commit is contained in:
committed by
Abdulwahab Isam
parent
0f4b246d63
commit
a61a07371b
@@ -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
19
proprietary-firmware.txt
Normal 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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user