x86: acpi: Introduce a stub to generate CSRT
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 14 Jul 2019 16:23:57 +0000 (19:23 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 9 Aug 2019 14:24:02 +0000 (22:24 +0800)
commitddd2a4244c26068ae1a4e3161b21b738a8bec46e
treef8fbb083e1d9ff84b1e084113932167bfba69efa
parenteef30079454c744ad1c9d4202ac2e4066986ffec
x86: acpi: Introduce a stub to generate CSRT

Here is a stub function that generates an empty CSRT. If the target platform
provides acpi_fill_csrt() function, it will be used to populate the table.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/acpi_table.h
arch/x86/lib/acpi_table.c