commit | ddd2a4244c26068ae1a4e3161b21b738a8bec46e | [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 | eef30079454c744ad1c9d4202ac2e4066986ffec [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>