Re: [PATCH 04/40] arm: Allow supporting ACPI-table generation

2022-01-23 Thread Simon Glass
Hi François, On Wed, 1 Dec 2021 at 10:45, François Ozog wrote: > > Hi > > Le mer. 1 déc. 2021 à 18:11, Tom Rini a écrit : >> >> On Wed, Dec 01, 2021 at 05:49:54PM +0100, Mark Kettenis wrote: >> > > From: Simon Glass >> > > Date: Wed, 1 Dec 2021 09:02:38 -0700 >> > > >> > > Some ARM boards are

Re: [PATCH 04/40] arm: Allow supporting ACPI-table generation

2021-12-01 Thread Simon Glass
Hi François, On Wed, 1 Dec 2021 at 10:45, François Ozog wrote: > > Hi > > Le mer. 1 déc. 2021 à 18:11, Tom Rini a écrit : >> >> On Wed, Dec 01, 2021 at 05:49:54PM +0100, Mark Kettenis wrote: >> > > From: Simon Glass >> > > Date: Wed, 1 Dec 2021 09:02:38 -0700 >> > > >> > > Some ARM boards are

Re: [PATCH 04/40] arm: Allow supporting ACPI-table generation

2021-12-01 Thread François Ozog
Hi Le mer. 1 déc. 2021 à 18:11, Tom Rini a écrit : > On Wed, Dec 01, 2021 at 05:49:54PM +0100, Mark Kettenis wrote: > > > From: Simon Glass > > > Date: Wed, 1 Dec 2021 09:02:38 -0700 > > > > > > Some ARM boards are using ACPI now. It seems that U-Boot should support > > > this method. Add ARM

Re: [PATCH 04/40] arm: Allow supporting ACPI-table generation

2021-12-01 Thread Tom Rini
On Wed, Dec 01, 2021 at 05:49:54PM +0100, Mark Kettenis wrote: > > From: Simon Glass > > Date: Wed, 1 Dec 2021 09:02:38 -0700 > > > > Some ARM boards are using ACPI now. It seems that U-Boot should support > > this method. Add ARM to the list of archs which can generate ACPI tables. > > Can

Re: [PATCH 04/40] arm: Allow supporting ACPI-table generation

2021-12-01 Thread Mark Kettenis
> From: Simon Glass > Date: Wed, 1 Dec 2021 09:02:38 -0700 > > Some ARM boards are using ACPI now. It seems that U-Boot should support > this method. Add ARM to the list of archs which can generate ACPI tables. Can you explain why you think U-Boot should care? Because I think promoting ACPI

[PATCH 04/40] arm: Allow supporting ACPI-table generation

2021-12-01 Thread Simon Glass
Some ARM boards are using ACPI now. It seems that U-Boot should support this method. Add ARM to the list of archs which can generate ACPI tables. Signed-off-by: Simon Glass --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index