From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web10.7846.1585129089685352897 for ; Wed, 25 Mar 2020 02:38:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=GrEVka6c; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wr1-f67.google.com with SMTP id m17so1975203wrw.11 for ; Wed, 25 Mar 2020 02:38:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dnacbY03Ugp6ilhk+aPZ2SR7R34M9Ut311OcHKcdhE4=; b=GrEVka6ccSVph3ZiNAjVMibhGwSgaKAt8z+J2VBeVtJZxYJjgXkqv8SsHWPxKFZZbz qBxY0C50XpUNvRsB6UWGJGQINwsMO1pAw146/+72C9kQ96Q0G3oPjYWaHRA8FMtASf3c znZ4uwzgkGUt/PFBm6WRB1eOx6oU8cKja+AuDk6D+Gplec+DKwvbD8KomKO0/bNll211 XHkBNlY+sDnY2SYX0ldr3BEhdG0GZR6wwOuHmTqlcX14Gz34DV/xNEEmF5NFqzTqpuuQ NIB+578qagTE+rifWwPEw4MXamQsNr7nlAMOg8a5c3ZI862hMTPt9va/58WHaSHPNbNQ HqCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dnacbY03Ugp6ilhk+aPZ2SR7R34M9Ut311OcHKcdhE4=; b=fGt4An2zISSVDYwuwKCihxmw9/4xudwhEIYuuCiY624+pqQ81ncpkPQWefeXfjUx/F Kzq+kkr846KNNwhDdvvX1QIAfx/zcQ+OK15EBsfQGsrRiAk+vPmyL06zUWSq6PEoZ4UN pzWDIpBdMGnDrYLE24oH7vZZ46YHtAL0/9mREFUkAZ4n4gD1Vyo7/xAtg1xz4zpR6ILT /3l/gzMPGG2/Uadj05+cA2CytB0HFaDcfl7YFkW8ExfDWT5cvbMEN9xWjRsug2ZKF4nD hRy4XDJv241OTwT97um5UaLv29pmy9PWFcwpNizx+jWVJXAgdV6vuqRrCz1x+zuHTtfS nM8Q== X-Gm-Message-State: ANhLgQ14ONclcS7YSEFCUvTBtISsNQtzcUfYTjXs7/BEvtPzAdzhxboh hF4yu5eC3y+6n9reLMn2ikgDMLWb+H8t+RAOqnBlvA== X-Google-Smtp-Source: ADFU+vvPZ4phf8eScpAHaACXZ1XHFkJHz5BvAGwQp54t13HFrtvWrGhXRlhgWaudPIclhubNbKEvQnLA31Lq3uiySC0= X-Received: by 2002:a5d:604a:: with SMTP id j10mr2414188wrt.126.1585129088232; Wed, 25 Mar 2020 02:38:08 -0700 (PDT) MIME-Version: 1.0 References: <20200309142119.7260-1-pete@akeo.ie> In-Reply-To: <20200309142119.7260-1-pete@akeo.ie> From: "Ard Biesheuvel" Date: Wed, 25 Mar 2020 10:37:57 +0100 Message-ID: Subject: Re: [edk2-devel][PATCH 0/2] Platform/RPi: Fix compilation warnings To: Pete Batard Cc: edk2-devel-groups-io , Leif Lindholm , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , Andrei Warkentin Content-Type: text/plain; charset="UTF-8" On Mon, 9 Mar 2020 at 15:21, Pete Batard wrote: > > This addresses the following warnings, that are generated during > compilation of the RPi firmware: > Thanks Pete Reviewed-by: Ard Biesheuvel Pushed as 3daa70143953..79c06cfaeaee > ------------------------------------------------------------------ > > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/AcpiTables/AcpiTables/OUTPUT/./Dsdt.iiii 165: }) > Warning 3150 - Empty Resource Template (END_TAG only) ^ > > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/AcpiTables/AcpiTables/OUTPUT/./Dsdt.iiii 173: Name (_GPI, Buffer() > Warning 3133 - Unknown reserved name ^ (_GPI) > > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/AcpiTables/AcpiTables/OUTPUT/./Dsdt.iiii 189: Name (_GCI, Buffer() > Warning 3133 - Unknown reserved name ^ (_GCI) > > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/AcpiTables/AcpiTables/OUTPUT/./Dsdt.iiii 218: Name (_GDI, Buffer() > Warning 3133 - Unknown reserved name ^ (_GDI) > > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/AcpiTables/AcpiTables/OUTPUT/./Dsdt.iiii 354: Offset (0), > Remark 2158 - Unnecessary/redundant use of Offset operator ^ > > ------------------------------------------------------------------ > > VfrCompile... > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe/OUTPUT/ConfigDxeHii.i(240): WARNING: default > : default value re-defined with different value > > VfrCompile... > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe/OUTPUT/ConfigDxeHii.i(246): WARNING: default > : default value re-defined with different value > > VfrCompile... > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe/OUTPUT/ConfigDxeHii.i(252): WARNING: default > : default value re-defined with different value > > VfrCompile... > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe/OUTPUT/ConfigDxeHii.i(258): WARNING: default > : default value re-defined with different value > > VfrCompile... > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe/OUTPUT/ConfigDxeHii.i(264): WARNING: default > : default value re-defined with different value > > VfrCompile... > /usr/src/Build/RPi4/DEBUG_GCC5/AARCH64/Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe/OUTPUT/ConfigDxeHii.i(270): WARNING: default > : default value re-defined with different value > > ------------------------------------------------------------------ > > Pete Batard (2): > Platform/RPi/AcpiTables: Fix ASL compilation warnings > Platform/RPi/ConfigDxe: Fix a compilation warning > > Platform/RaspberryPi/AcpiTables/AcpiTables.inf | 3 +++ > Platform/RaspberryPi/AcpiTables/Xhci.asl | 1 - > Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.vfr | 6 ------ > Platform/RaspberryPi/RPi3/RPi3.dsc | 2 +- > Platform/RaspberryPi/RPi4/RPi4.dsc | 2 +- > Platform/RaspberryPi/RaspberryPi.dec | 2 +- > 6 files changed, 6 insertions(+), 10 deletions(-) > > -- > 2.21.0.windows.1 >