
24 Apr
2019
24 Apr
'19
5:54 a.m.
Hi Urja,
On Wed, 3 Apr 2019 at 06:25, Urja Rannikko urjaman@gmail.com wrote:
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
disk/part_efi.c | 28 +++++++++++++++++++++------- include/part_efi.h | 2 ++ 2 files changed, 23 insertions(+), 7 deletions(-)
Could we add a Kconfig to control this? Other devices shouldn't have this code.
Regards, SImon