Home
last modified time | relevance | path

Searched hist:"3 e6d245772ccb4b43f1ba6cd9d1bb8abe86a516c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_io.c3e6d245772ccb4b43f1ba6cd9d1bb8abe86a516c Mon Oct 16 14:30:16 UTC 2023 Govindraj Raja <govindraj.raja@arm.com> feat(arm): add IO policy to use backup gpt header

Add a IO block spec to use GPT backup header if primary fails.
Currently we use only the primary gpt header which is in the second
block(LBA-1) after the MBR block(LBA-0) so we restrict IO access to
primary gpt header and its entries.

But we plan to use backup GPT which is the last block of the
partition (LBA-n) in case our primary GPT header fails verification
or is corrupted.

Offset and length of the block spec will be updated runtime from
partition driver after parsing MBR data.

Change-Id: Id1d49841d6f4cbcc3248af19faf2fbd8e24a8ba1
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>