]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite48c2014259edd8d80d9b4d202ff6dc6d3f9cd98
treef8fbb083e1d9ff84b1e084113932167bfba69efa
parentd2afcdc6938bd78174d18c94420a5af0e5fd9da0
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