From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 19 Mar 2020 08:39:48 +0100 Subject: Antwort: [PATCH v2 33/39] acpi: Add support for SSDT generation In-Reply-To: <20200308214442.v2.33.I5ed669af183c547e044a628e7c670f1ef73bfa3d@changeid> References: <20200309034504.149659-1-sjg@chromium.org> <20200308214442.v2.33.I5ed669af183c547e044a628e7c670f1ef73bfa3d@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, during the review of a later patch I spotted a typo in this patch that I missed initially, see below. "Simon Glass" schrieb am 09.03.2020 04:44:57: > Betreff: [PATCH v2 33/39] acpi: Add support for SSDT generation > > Some devices need to generate code for the Secondary System Descriptor > Table (SSDT). Add a method to handle this. > > Signed-off-by: Simon Glass [snip] > diff --git a/drivers/core/acpi.c b/drivers/core/acpi.c > index 10bac38c1d..d2f6a9a9d1 100644 > --- a/drivers/core/acpi.c > +++ b/drivers/core/acpi.c > @@ -17,6 +17,7 @@ > /* Type of method to call */ > enum method_t { > METHOD_WRITE_TABLES, > + METHOD_FILL_SDDT, typo: this should be METHOD_FILL_SSDT > }; > regards, Wolfgang