commit | 0557d46b63cc1d871f3752ed771a9fc13d0c9786 | [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 | 20c568cae6e95c727bb97ba55a558916dc42baf4 [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>