Antwort: [PATCH v2 22/39] x86: Allow devices to write ACPI tables

2020-03-11 Thread Wolfgang Wallner
-"Simon Glass" schrieb: - > > Call the new core function to permit devices to write their own ACPI > tables. These tables will appear after all other tables. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/lib/acpi_table.c | 2 ++ > 1 file changed, 2 inserti

[PATCH v2 22/39] x86: Allow devices to write ACPI tables

2020-03-08 Thread Simon Glass
Call the new core function to permit devices to write their own ACPI tables. These tables will appear after all other tables. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/lib/acpi_table.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/lib/acpi_table.c b/arch/x86/