commit | 607dbd1e56baa643d11cf02a6864ef02f1276d77 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sun Jul 14 19:23:57 2019 +0300 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 09 22:24:02 2019 +0800 |
tree | f8fbb083e1d9ff84b1e084113932167bfba69efa | |
parent | 9a37f152fad6bad349690e817aee0333be937ab4 [diff] |
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>