summaryrefslogtreecommitdiffstats
path: root/src/img4.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-23 00:36:06 +0200
committerGravatar Nikias Bassen2020-06-23 00:36:06 +0200
commit5c5e0a613b62d1850b090734f6018d0257736b13 (patch)
treebb4658144f994e3eb971d1050c99d78b9f295854 /src/img4.c
parent21a242e3bb3645b9cbf34260091bcd646c541461 (diff)
downloadidevicerestore-5c5e0a613b62d1850b090734f6018d0257736b13.tar.gz
idevicerestore-5c5e0a613b62d1850b090734f6018d0257736b13.tar.bz2
img4: Add some new IMG4 component types
Diffstat (limited to 'src/img4.c')
-rw-r--r--src/img4.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/img4.c b/src/img4.c
index e1914b7..5c2c47d 100644
--- a/src/img4.c
+++ b/src/img4.c
@@ -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" },