Re: [PATCH] efi_loader: Ignore DT when ACPI is on

2022-02-27 Thread Alexander Graf
Hey Heinrich, On 27.02.22 16:33, Heinrich Schuchardt wrote: On 2/27/22 15:13, Alexander Graf wrote: On 27.02.22 14:07, Mark Kettenis wrote: From: Alexander Graf Date: Sun, 27 Feb 2022 13:18:56 +0100 For targets that enable ACPI, we should not pass Device Trees into the payload. However, our

Re: [PATCH] efi_loader: Ignore DT when ACPI is on

2022-02-27 Thread Heinrich Schuchardt
On 2/27/22 15:13, Alexander Graf wrote: On 27.02.22 14:07, Mark Kettenis wrote: From: Alexander Graf Date: Sun, 27 Feb 2022 13:18:56 +0100 For targets that enable ACPI, we should not pass Device Trees into the payload. However, our distro boot logic always passes the builtin DT as an argument

Re: [PATCH] efi_loader: Ignore DT when ACPI is on

2022-02-27 Thread Alexander Graf
On 27.02.22 14:07, Mark Kettenis wrote: From: Alexander Graf Date: Sun, 27 Feb 2022 13:18:56 +0100 For targets that enable ACPI, we should not pass Device Trees into the payload. However, our distro boot logic always passes the builtin DT as an argument. To make it easy to use ACPI with dist

Re: [PATCH] efi_loader: Ignore DT when ACPI is on

2022-02-27 Thread Mark Kettenis
> From: Alexander Graf > Date: Sun, 27 Feb 2022 13:18:56 +0100 > > For targets that enable ACPI, we should not pass Device Trees into > the payload. However, our distro boot logic always passes the builtin > DT as an argument. > > To make it easy to use ACPI with distro boot, let's just ignore t

[PATCH] efi_loader: Ignore DT when ACPI is on

2022-02-27 Thread Alexander Graf
For targets that enable ACPI, we should not pass Device Trees into the payload. However, our distro boot logic always passes the builtin DT as an argument. To make it easy to use ACPI with distro boot, let's just ignore the DT argument to bootefi when ACPI is enabled. That way, we can successfully