2019-04-28 15:23:26 -04:00
|
|
|
# Copyright (C) 2009 The Android Open Source Project
|
|
|
|
# Copyright (C) 2019 The Mokee Open Source Project
|
|
|
|
# Copyright (C) 2019 The LineageOS Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
import common
|
|
|
|
import re
|
|
|
|
|
|
|
|
def FullOTA_InstallEnd(info):
|
2021-08-08 08:16:04 -04:00
|
|
|
OTA_UpdateFirmware(info)
|
2023-10-15 09:21:03 -04:00
|
|
|
OTA_InstallEnd(info)
|
2019-04-28 15:23:26 -04:00
|
|
|
return
|
|
|
|
|
|
|
|
def IncrementalOTA_InstallEnd(info):
|
2021-08-08 08:16:04 -04:00
|
|
|
OTA_UpdateFirmware(info)
|
2023-10-15 09:21:03 -04:00
|
|
|
OTA_InstallEnd(info)
|
2019-04-28 15:23:26 -04:00
|
|
|
return
|
|
|
|
|
2021-08-08 08:16:04 -04:00
|
|
|
def OTA_UpdateFirmware(info):
|
|
|
|
info.script.AppendExtra('ui_print("Patching firmware images unconditionally...");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/cmnlib64.mbn", "/dev/block/bootdevice/by-name/cmnlib64");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/cmnlib.mbn", "/dev/block/bootdevice/by-name/cmnlib");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/hyp.mbn", "/dev/block/bootdevice/by-name/hyp");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/BTFM.bin", "/dev/block/bootdevice/by-name/bluetooth");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/tz.mbn", "/dev/block/bootdevice/by-name/tz");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/aop.mbn", "/dev/block/bootdevice/by-name/aop");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/xbl_config.elf", "/dev/block/bootdevice/by-name/xbl_config");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/keymaster64.mbn", "/dev/block/bootdevice/by-name/keymaster");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/qupv3fw.elf", "/dev/block/bootdevice/by-name/qupfw");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/abl.elf", "/dev/block/bootdevice/by-name/abl");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/dspso.bin", "/dev/block/bootdevice/by-name/dsp");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/devcfg.mbn", "/dev/block/bootdevice/by-name/devcfg");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/storsec.mbn", "/dev/block/bootdevice/by-name/storsec");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/xbl.elf", "/dev/block/bootdevice/by-name/xbl");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/cmnlib64.mbn", "/dev/block/bootdevice/by-name/cmnlib64bak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/cmnlib.mbn", "/dev/block/bootdevice/by-name/cmnlibbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/hyp.mbn", "/dev/block/bootdevice/by-name/hypbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/tz.mbn", "/dev/block/bootdevice/by-name/tzbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/aop.mbn", "/dev/block/bootdevice/by-name/aopbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/xbl_config.elf", "/dev/block/bootdevice/by-name/xbl_configbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/keymaster64.mbn", "/dev/block/bootdevice/by-name/keymasterbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/qupv3fw.elf", "/dev/block/bootdevice/by-name/qupfwbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/abl.elf", "/dev/block/bootdevice/by-name/ablbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/devcfg.mbn", "/dev/block/bootdevice/by-name/devcfgbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/storsec.mbn", "/dev/block/bootdevice/by-name/storsecbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/xbl.elf", "/dev/block/bootdevice/by-name/xblbak");')
|
|
|
|
info.script.AppendExtra('package_extract_file("install/firmware-update/NON-HLOS.bin", "/dev/block/bootdevice/by-name/modem");')
|
|
|
|
|
2021-11-06 12:03:29 -04:00
|
|
|
def AddImage(info, dir, basename, dest):
|
2019-04-28 15:23:26 -04:00
|
|
|
name = basename
|
2021-11-06 12:03:29 -04:00
|
|
|
data = info.input_zip.read(dir + "/" + basename)
|
2019-04-28 15:23:26 -04:00
|
|
|
common.ZipWriteStr(info.output_zip, name, data)
|
2021-02-10 13:01:54 -05:00
|
|
|
info.script.Print("Patching {} image unconditionally...".format(dest.split('/')[-1]))
|
2019-04-28 15:23:26 -04:00
|
|
|
info.script.AppendExtra('package_extract_file("%s", "%s");' % (name, dest))
|
|
|
|
|
2021-11-06 12:03:29 -04:00
|
|
|
def FullOTA_InstallBegin(info):
|
|
|
|
AddImage(info, "RADIO", "super_dummy.img", "/tmp/super_dummy.img");
|
|
|
|
info.script.AppendExtra('package_extract_file("install/bin/flash_super_dummy.sh", "/tmp/flash_super_dummy.sh");')
|
|
|
|
info.script.AppendExtra('set_metadata("/tmp/flash_super_dummy.sh", "uid", 0, "gid", 0, "mode", 0755);')
|
|
|
|
info.script.AppendExtra('run_program("/tmp/flash_super_dummy.sh");')
|
|
|
|
return
|
|
|
|
|
2023-10-15 09:21:03 -04:00
|
|
|
def OTA_InstallEnd(info):
|
2021-11-06 12:03:29 -04:00
|
|
|
AddImage(info, "IMAGES", "vbmeta.img", "/dev/block/bootdevice/by-name/vbmeta")
|
|
|
|
AddImage(info, "IMAGES", "dtbo.img", "/dev/block/bootdevice/by-name/dtbo")
|
2019-04-28 15:23:26 -04:00
|
|
|
return
|