From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Fri, 3 Apr 2020 16:15:51 +0300 Subject: [PATCH v3 20/29] acpi: Add support for DMAR In-Reply-To: <20200330171226.v3.20.Iffd9fd365ee53abc99a8f1e85c40d30c9368c19d@changeid> References: <20200330231305.130488-1-sjg@chromium.org> <20200330171226.v3.20.Iffd9fd365ee53abc99a8f1e85c40d30c9368c19d@changeid> Message-ID: <20200403131551.GG3676135@smile.fi.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Mar 30, 2020 at 05:12:56PM -0600, 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. > +/* TODO(sjg at chromium.org): Figure out how to get compiler revision */ > +#define ASL_REVISION 0 Why do you need this? I don't see any users here either. -- With Best Regards, Andy Shevchenko