
19 Jul
2019
19 Jul
'19
11:48 a.m.
On Thu, Jul 18, 2019 at 10:27 PM Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Jul 15, 2019 at 12:24 AM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
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
arch/x86/include/asm/acpi_table.h | 1 + arch/x86/lib/acpi_table.c | 32 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!