Loading fastboot/fastboot.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,9 @@ fastboot::FastBootDriver* fb = nullptr; static std::vector<Image> images = { // clang-format off { "boot", "boot.img", "boot.sig", "boot", false, ImageType::BootCritical }, { "bootloader", "bootloader.img", "", "bootloader", true, ImageType::Extra }, { "init_boot", "init_boot.img", "init_boot.sig", "init_boot", Loading @@ -132,6 +135,7 @@ static std::vector<Image> images = { { "odm_dlkm", "odm_dlkm.img", "odm_dlkm.sig", "odm_dlkm", true, ImageType::Normal }, { "product", "product.img", "product.sig", "product", true, ImageType::Normal }, { "pvmfw", "pvmfw.img", "pvmfw.sig", "pvmfw", true, ImageType::BootCritical }, { "radio", "radio.img", "", "radio", true, ImageType::Extra }, { "recovery", "recovery.img", "recovery.sig", "recovery", true, ImageType::BootCritical }, { "super", "super.img", "super.sig", "super", true, ImageType::Extra }, { "system", "system.img", "system.sig", "system", false, ImageType::Normal }, Loading Loading
fastboot/fastboot.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,9 @@ fastboot::FastBootDriver* fb = nullptr; static std::vector<Image> images = { // clang-format off { "boot", "boot.img", "boot.sig", "boot", false, ImageType::BootCritical }, { "bootloader", "bootloader.img", "", "bootloader", true, ImageType::Extra }, { "init_boot", "init_boot.img", "init_boot.sig", "init_boot", Loading @@ -132,6 +135,7 @@ static std::vector<Image> images = { { "odm_dlkm", "odm_dlkm.img", "odm_dlkm.sig", "odm_dlkm", true, ImageType::Normal }, { "product", "product.img", "product.sig", "product", true, ImageType::Normal }, { "pvmfw", "pvmfw.img", "pvmfw.sig", "pvmfw", true, ImageType::BootCritical }, { "radio", "radio.img", "", "radio", true, ImageType::Extra }, { "recovery", "recovery.img", "recovery.sig", "recovery", true, ImageType::BootCritical }, { "super", "super.img", "super.sig", "super", true, ImageType::Extra }, { "system", "system.img", "system.sig", "system", false, ImageType::Normal }, Loading