diff options
author | Nikias Bassen | 2020-06-23 00:36:06 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-23 00:36:06 +0200 |
commit | 5c5e0a613b62d1850b090734f6018d0257736b13 (patch) | |
tree | bb4658144f994e3eb971d1050c99d78b9f295854 | |
parent | 21a242e3bb3645b9cbf34260091bcd646c541461 (diff) | |
download | idevicerestore-5c5e0a613b62d1850b090734f6018d0257736b13.tar.gz idevicerestore-5c5e0a613b62d1850b090734f6018d0257736b13.tar.bz2 |
img4: Add some new IMG4 component types
-rw-r--r-- | src/img4.c | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -273,11 +273,26 @@ static const char *_img4_get_component_tag(const char *compname) }; const struct comp_tags component_tags[] = { { "ACIBT", "acib" }, + { "ACIBTLPEM", "lpbt" }, { "ACIWIFI", "aciw" }, { "Alamo", "almo" }, { "ANE", "anef" }, + { "ANS", "ansf" }, { "AOP", "aopf" }, + { "Ap,AudioAccessibilityBootChime", "auac" }, + { "Ap,AudioBootChime", "aubt" }, + { "Ap,AudioPowerAttachChime", "aupr" }, + { "Ap,CIO", "ciof" }, { "Ap,HapticAssets", "hpas" }, + { "Ap,LocalBoot", "lobo" }, + { "Ap,LocalPolicy", "lpol" }, + { "Ap,NextStageIM4MHash", "nsih" }, + { "Ap,RecoveryOSPolicyNonceHash", "ronh" }, + { "Ap,RestoreCIO", "rcio" }, + { "Ap,RestoreTMU", "rtmu" }, + { "Ap,Scorpius", "scpf" }, + { "Ap,TMU", "tmuf" }, + { "Ap,VolumeUUID", "vuid" }, { "AppleLogo", "logo" }, { "AudioCodecFirmware", "acfw" }, { "AVE", "avef" }, @@ -294,6 +309,7 @@ static const char *_img4_get_component_tag(const char *compname) { "DeviceTree", "dtre" }, { "Diags", "diag" }, { "EngineeringTrustCache", "dtrs" }, + { "ExtDCP", "edcp" }, { "ftap", "ftap" }, { "ftsp", "ftsp" }, { "GFX", "gfxf" }, @@ -329,8 +345,10 @@ static const char *_img4_get_component_tag(const char *compname) { "Rap,RTKitOS", "rkos" }, { "Rap,RestoreRTKitOS", "rrko" }, { "RecoveryMode", "recm" }, + { "RestoreANS", "rans" }, { "RestoreDCP", "rdcp" }, { "RestoreDeviceTree", "rdtr" }, + { "RestoreExtDCP", "recp" }, { "RestoreKernelCache", "rkrn" }, { "RestoreLogo", "rlgo" }, { "RestoreRamDisk", "rdsk" }, @@ -340,6 +358,7 @@ static const char *_img4_get_component_tag(const char *compname) { "rfts", "rfts" }, { "RTP", "rtpf" }, { "SCE", "scef" }, + { "SCE1Firmware", "sc1f" }, { "SEP", "sepi" }, { "SIO", "siof" }, { "StaticTrustCache", "trst" }, |