Add fwu configurator component
An FWU service deployment can be configured in different ways to
meet platform requirements. This commit adds a standard interface
for creating alternative configuartions with an underlying directory
structure that allows additional configurators to be added. A GPT
based configurator is included that creates the FWU configuartion
using information read from partition entries read from the GPT.
This is expected to be a common configuration method.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Idbe8daf198bb36b8b1de340df838cc82ec450f75
diff --git a/components/media/disk/guid.h b/components/media/disk/guid.h
index cf7f836..6968708 100644
--- a/components/media/disk/guid.h
+++ b/components/media/disk/guid.h
@@ -36,4 +36,10 @@
#define DISK_GUID_UNIQUE_PARTITION_DISK_HEADER \
"5cb130b7-a138-4d08-b0be-c2d4eff57870"
+#define DISK_GUID_UNIQUE_PARTITION_BOOT_BANK_A \
+ "27365ff7-90fe-410b-9fb8-4595fdc27867"
+
+#define DISK_GUID_UNIQUE_PARTITION_BOOT_BANK_B \
+ "3a87713e-4b0b-4361-b6d4-019f0ccfe41a"
+
#endif /* MEDIA_DISK_GUID_H */