Re: [PATCH v5 20/29] acpi: Add support for DMAR

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > 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. > > Reviewed-by: Bin Meng > Reviewed-by: Wolfgang W

[PATCH v5 20/29] acpi: Add support for DMAR

2020-04-08 Thread Simon Glass
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. Reviewed-by: Bin Meng Reviewed-by: Wolfgang Wallner Signed-off-by: Simon Glass --- Changes in v5: - Add #ifnd