summaryrefslogtreecommitdiffstats
path: root/src/img4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/img4.c')
-rw-r--r--src/img4.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/img4.c b/src/img4.c
index 5c2c47d..e0c30bd 100644
--- a/src/img4.c
+++ b/src/img4.c
@@ -409,6 +409,14 @@ int img4_stitch_component(const char* component_name, const unsigned char* compo
memcpy((void*)tag, "rlgo", 4);
} else if (strcmp(component_name, "RestoreTrustCache") == 0) {
memcpy((void*)tag, "rtsc", 4);
+ } else if (strcmp(component_name, "RestoreDCP") == 0) {
+ memcpy((void*)tag, "rdcp", 4);
+ } else if (strcmp(component_name, "Ap,RestoreTMU") == 0) {
+ memcpy((void*)tag, "rtmu", 4);
+ } else if (strcmp(component_name, "Ap,RestoreCIO") == 0) {
+ memcpy((void*)tag, "rcio", 4);
+ } else if (strcmp(component_name, "Ap,DCP2") == 0) {
+ memcpy((void*)tag, "dcp2", 4);
}
}