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

2023-06-12 Thread Andrei Gherzan
On Wed, Mar 1, 2023 at 10:38 AM Bruce Ashfield < > bruce.ashfi...@gmail.com> wrote: > > >> > > >> Patch 1/2 looks fine, but 2/2 reverts the following commit: > > >> > > >> == > > >> commit 41751659d0650c4eff

Re: [linux-yocto] [kernel-cache][PATCH] efi.cfg: Drop ACPI dependency

2022-08-26 Thread Andrei Gherzan
On Fri, 26 Aug 2022, at 03:43, Bruce Ashfield wrote: > On Wed, Aug 24, 2022 at 4:30 AM Andrei Gherzan wrote: >> >> On Wed, 24 Aug 2022, at 02:26, Bruce Ashfield wrote: >> > In message: Re: [linux-yocto] [kernel-cache][PATCH] efi.cfg: Drop ACPI >> > dependency

Re: [linux-yocto] [kernel-cache][PATCH] efi.cfg: Drop ACPI dependency

2022-08-24 Thread Andrei Gherzan
On Wed, 24 Aug 2022, at 02:26, Bruce Ashfield wrote: > In message: Re: [linux-yocto] [kernel-cache][PATCH] efi.cfg: Drop ACPI > dependency > on 22/08/2022 Andrei Gherzan wrote: > >> On Mon, 22 Aug 2022, at 18:55, Andrei Gherzan wrote: >> > From: Andrei Gherzan >>

Re: [linux-yocto] [kernel-cache][PATCH] efi.cfg: Drop ACPI dependency

2022-08-22 Thread Andrei Gherzan
On Mon, 22 Aug 2022, at 18:55, Andrei Gherzan wrote: > From: Andrei Gherzan > > On X86 this will have no impact as CONFIG_ACPI is enabled by default. On > the other hand, ARM64 would be affected as they don't have the same > default. The defconfig for arm64 recommends CONFIG

[linux-yocto] [kernel-cache][PATCH] efi.cfg: Drop ACPI dependency

2022-08-22 Thread Andrei Gherzan
From: Andrei Gherzan On X86 this will have no impact as CONFIG_ACPI is enabled by default. On the other hand, ARM64 would be affected as they don't have the same default. The defconfig for arm64 recommends CONFIG_ACPI and this patch follows this recommendation in the qemuarm64 bsp configur