Browse Source
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>pull/1993/merge
Govindraj Raja
1 year ago
1 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue