From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 28 May 2020 15:07:34 +0800 Subject: [PATCH v1 1/3] x86: acpi: Create buffers outside of the methods In-Reply-To: References: <20200526171624.14973-1-andriy.shevchenko@linux.intel.com> 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 Andy, On Thu, May 28, 2020 at 2:58 PM Bin Meng wrote: > > Hi Andy, > > On Wed, May 27, 2020 at 1:16 AM Andy Shevchenko > wrote: > > > > Create buffers outside of the methods as ACPICA 20200214 complains about this: > > > > Remark 2173 - Creation of named objects within a method is > > highly inefficient, use globals or method local variables > > instead > > > > Reported-by: Bin Meng > > Signed-off-by: Andy Shevchenko > > --- > > .../asm/arch-tangier/acpi/southcluster.asl | 106 +++++++++--------- > > 1 file changed, 55 insertions(+), 51 deletions(-) > > > > This does not apply on top of u-boot-x86/master. Could you please rebase? > When you send v2, please include "tangier" as a tag since the changes are only for tangier. Regards, Bin