From 5c5e0a613b62d1850b090734f6018d0257736b13 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 23 Jun 2020 00:36:06 +0200 Subject: img4: Add some new IMG4 component types --- src/img4.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/img4.c') 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" }, -- cgit v1.1-32-gdbae