Re: [PATCH 018/108] acpi: Add support for DMAR

2020-02-10 Thread Bin Meng
Hi Simon, On Mon, Jan 27, 2020 at 1:08 PM 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. > > Signed-off-by: Simon Glass > --- >

[PATCH 018/108] acpi: Add support for DMAR

2020-01-26 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. Signed-off-by: Simon Glass --- include/acpi_table.h | 57 +++ lib/acp