[U-Boot] [PATCH 2/2] disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCs

Urja Rannikko urjaman at gmail.com
Fri Apr 26 10:26:27 UTC 2019


Hi Simon,

On Wed, Apr 24, 2019 at 3:54 AM Simon Glass <sjg at chromium.org> wrote:
>
> Hi Urja,
<snip>
>
> Could we add a Kconfig to control this? Other devices shouldn't have this code.
I suppose i can do that... but I will need to know all the devices
that do this -
I'd assume atleast jerry, minnie and speedy but maybe also rk3399
chromeos devices?

I'm thinking basically an ifdef around the check in is_gpt_valid and
let gcc optimize the rest of the code (test for 2) out, and then
select the Kconfig (ummm maybe CONFIG_IGNORE_CROS_IGNOREME_GPT or do
you have better ideas?) for the appropriate boards.

-- 
Urja Rannikko


More information about the U-Boot mailing list