Re: [linux-yocto] [yocto-kernel-cache][master/yocto-6.1 PATCH 2/2] efi: add ACPI enablement

2023-06-19 Thread Bruce Ashfield
On Tue, Jun 6, 2023 at 11:33 AM Clément Péron wrote: > > Hi, > > On Tue, 6 Jun 2023 at 17:32, Clément Péron via lists.yoctoproject.org > wrote: > > > > Hi, > > > > On 03/03/2023 17:28, Jon Mason wrote: > > > /ATA > > > > > > On Wed, Mar 1, 2023 at 10:38 AM Bruce Ashfield > > > wrote: > > >> > >

Re: [linux-yocto] [yocto-kernel-cache][master/yocto-6.1 PATCH 2/2] efi: add ACPI enablement

2023-06-12 Thread Andrei Gherzan
Hi all, On Tue, Jun 6, 2023 at 4:33 PM Clément Péron wrote: > Hi, > > On Tue, 6 Jun 2023 at 17:32, Clément Péron via lists.yoctoproject.org > wrote: > > > > Hi, > > > > On 03/03/2023 17:28, Jon Mason wrote: > > > /ATA > > > > > > On Wed, Mar 1, 2023 at 10:38 AM Bruce Ashfield < > bruce.ashfi...

Re: [linux-yocto] [yocto-kernel-cache][master/yocto-6.1 PATCH 2/2] efi: add ACPI enablement

2023-06-06 Thread Clément Péron
Hi, On Tue, 6 Jun 2023 at 17:32, Clément Péron via lists.yoctoproject.org wrote: > > Hi, > > On 03/03/2023 17:28, Jon Mason wrote: > > /ATA > > > > On Wed, Mar 1, 2023 at 10:38 AM Bruce Ashfield > > wrote: > >> > >> Patch 1/2 looks fine, but 2/2 reverts the following commit: > >> > >> =

Re: [linux-yocto] [yocto-kernel-cache][master/yocto-6.1 PATCH 2/2] efi: add ACPI enablement

2023-06-06 Thread Clément Péron
Hi, On 03/03/2023 17:28, Jon Mason wrote: /ATA On Wed, Mar 1, 2023 at 10:38 AM Bruce Ashfield wrote: Patch 1/2 looks fine, but 2/2 reverts the following commit: == commit 41751659d0650c4effdd598f26febba39aeaf082 Author: Andrei Gherzan Date: Mon Aug 22 19:55:10 202

Re: [linux-yocto] [yocto-kernel-cache][master/yocto-6.1 PATCH 2/2] efi: add ACPI enablement

2023-03-03 Thread Jon Mason
/ATA On Wed, Mar 1, 2023 at 10:38 AM Bruce Ashfield wrote: > > Patch 1/2 looks fine, but 2/2 reverts the following commit: > > == > commit 41751659d0650c4effdd598f26febba39aeaf082 > Author: Andrei Gherzan > Date: Mon Aug 22 19:55:10 2022 +0200 > > efi.cfg: Drop ACPI

Re: [linux-yocto] [yocto-kernel-cache][master/yocto-6.1 PATCH 2/2] efi: add ACPI enablement

2023-03-01 Thread Bruce Ashfield
Patch 1/2 looks fine, but 2/2 reverts the following commit: == commit 41751659d0650c4effdd598f26febba39aeaf082 Author: Andrei Gherzan Date: Mon Aug 22 19:55:10 2022 +0200 efi.cfg: Drop ACPI dependency On X86 this will have no impact as CONFIG_ACPI is enabled by

[linux-yocto] [yocto-kernel-cache][master/yocto-6.1 PATCH 2/2] efi: add ACPI enablement

2023-02-28 Thread Jon Mason
CONFIG_ACPI is needed for qemuarm and qemuarm64 kernels to boot edk2. Since this is only needed for edk2, add this to the efi config fragment. Signed-off-by: Jon Mason --- cfg/efi.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cfg/efi.cfg b/cfg/efi.cfg index d729cbe9fc78..482e622bce9