Searched hist:"938 e8a500a25a949cfd25f0cb79f6c1359c9b40c" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/drivers/partition/ |
| H A D | partition.h | 938e8a500a25a949cfd25f0cb79f6c1359c9b40c Fri Jul 02 10:52:55 UTC 2021 Sughosh Ganu <sughosh.ganu@linaro.org> feat(partition): make provision to store partition GUID value
The FWU multi bank feature supports multiple partitions or banks of firmware components, where a platform can support having an active and a backup partition(bank) of firmware images to boot from. This feature identifies the images in a given bank using image GUID's -- this GUID value corresponds to the UniquePartitionGUID value used to uniquely identify a GPT partition.
To support identification of images, add a member to the partition_entry structure to store the UniquePartitionGUID value of the GPT partition entry. This value is subsequently used to select the firmware image to boot in a multi partition setup.
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Change-Id: I2d235467ce7a7f20ebc1cef4db09924a5282e714
|