Re: [PATCH 25/32] x86: Set up Chrome OS to boot into developer mode

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > Set up a few fields necessarily to make Chrome OS boot without showing a > firmware error. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/apollolake/acpi.c | 25 - > 1 file changed, 20 insertions(+), 5 deletio

[PATCH 25/32] x86: Set up Chrome OS to boot into developer mode

2020-09-27 Thread Simon Glass
Set up a few fields necessarily to make Chrome OS boot without showing a firmware error. Signed-off-by: Simon Glass --- arch/x86/cpu/apollolake/acpi.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/arch/x86/cpu/apollolake/acpi.c b/arch/x86/cpu/apo