commit | 54950fa7d2ac22e5de2424ed69fa39ec5d7136cd | [log] [tgz] |
---|---|---|
author | Urja Rannikko <urjaman@gmail.com> | Thu Apr 11 20:27:51 2019 +0000 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Aug 23 18:15:50 2019 +0800 |
tree | 271b4d31b3e58026c65582e2ab360d9705406f28 | |
parent | 80bded750d6ea2cccc1850d9fa12bb4d3cdd1537 [diff] |
disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCs Some ChromeOS devices (atleast veyron speedy) have the first 8MiB of the eMMC write protected and equipped with a dummy 'IGNOREME' GPT header - instead of spewing error messages about it, just silently try the backup GPT. Note: this does not touch the gpt cmd writing/verifying functions, those will still complain. Signed-off-by: Urja Rannikko <urjaman@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>