commit | e962989ff93b493bee327c53cb2bb2d31224e257 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 08 16:57:39 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 16 14:36:28 2020 +0800 |
tree | 879f1cdfc787a1eb66bb8f5a54b6dbdc0c5497b3 | |
parent | b2672ea4420106586a13037e13788d40fe9ea7f4 [diff] |
acpi: Add support for DMAR The DMA Remapping Reporting (DMAR) table contains information about DMA remapping. Add a version simple version of this table with only the minimum fields filled out. i.e. no entries. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>