Re: [PATCH v2 05/13] acpi: move acpi_init_common_fadt_data to acpi-common.c

2020-05-06 Thread Gerd Hoffmann
On Tue, May 05, 2020 at 04:25:55PM +0200, Igor Mammedov wrote: > On Tue, 5 May 2020 15:42:57 +0200 > Gerd Hoffmann wrote: > > the same question like with FACS, why legacy data are needed for with reduced > profile? > it mostly initializes data for fixed-hw model. > > I'd preffer if you drop FA

Re: [PATCH v2 05/13] acpi: move acpi_init_common_fadt_data to acpi-common.c

2020-05-05 Thread Igor Mammedov
On Tue, 5 May 2020 15:42:57 +0200 Gerd Hoffmann wrote: the same question like with FACS, why legacy data are needed for with reduced profile? it mostly initializes data for fixed-hw model. I'd preffer if you drop FACS and use minimal FADT like build_fadt_rev5() does without pulling along a bun