From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by mx.groups.io with SMTP id smtpd.web12.57038.1583763695449337687 for ; Mon, 09 Mar 2020 07:21:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=ntGNLbl9; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.208.68, mailfrom: pete@akeo.ie) Received: by mail-ed1-f68.google.com with SMTP id a13so12201983edu.7 for ; Mon, 09 Mar 2020 07:21:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JZThIdT2bOexaL63dmHATNn2en81QhyTjbdzBkCToJI=; b=ntGNLbl9liHmKOIMf/qb7Si7adZhqCNk8cvQHMNUptz1pFH8A5VH9xs4YXXGrOo0+6 PMQr+9M8Rc3tlwU8MOY0db6IBTj2ra3mHPP3dj5zXBZvfUZ2sT2XLxLceHIp8VsdH3Gm TtTXZANltnsj0+KdTU83fChWtvpppx7bDDtJH3mPr0kTVNSuwiJDR1whGwf94F/oo72B TeqYyjkj+eZsWGs57B3gYdnZapOl0XwzWsM1mWV2njgJow5NhSWwpcVlVifIVBXx5EZ6 f3FMd+Qp0yS2wt+1tuxBZ0dRiY76oK2fZE3gn/KzfjoCpdJS7VnuEXRf27bVu8FQ4GfH E6uQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JZThIdT2bOexaL63dmHATNn2en81QhyTjbdzBkCToJI=; b=hgq7oqEosMmsEzPcEamewTGzcTX48nUPPKARCCXD8ZnDE97WQVDIJZbGhGI+V8PxMc ftyxaH//gddnaL/9SniY6fuN0ZIQxPo7SKT7vHlwxnlfZSmfKOC33ig9yYX4gD9/JoFk eeVvgDZA1lhHMrVRwHKKvcw0a6mgFVpLpUM79zc2WDXpwUAm689eoriWMw3ExGxYsyP+ EyLfsshbNo2/fy2aqDcC1ajsM+hOfpgA7MI9QhcNyMzc5Wev7qHIp3u1tR8nkoz+py3c +XhpMhCAiAM/wDXfZyQSTXGjztEVz9PB2l5aBfyY5bgy0xdZhPJVVba6N1Oj9cdRNT++ Rrww== X-Gm-Message-State: ANhLgQ3E6s5LTU6vJnRNuwnSF4gSiQDg7YroLuQCXsjiAJrLg+7wWOkM gXuj83ZUP4og+gcKQlaoPs6ZhQ307LE= X-Google-Smtp-Source: ADFU+vsZVTqMPpm0MRlSXeRZZkPgGKnxp3fVEjVqe76D64U8KoUihpYj3ibHD219cJAO948ZWtcCNQ== X-Received: by 2002:a05:6402:2036:: with SMTP id ay22mr16978522edb.382.1583763691654; Mon, 09 Mar 2020 07:21:31 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([84.203.66.228]) by smtp.gmail.com with ESMTPSA id r23sm3901569edx.24.2020.03.09.07.21.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Mar 2020 07:21:30 -0700 (PDT) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif@nuviainc.com, philmd@redhat.com, awarkentin@vmware.com Subject: [edk2-devel][PATCH 0/2] Platform/RPi: Fix compilation warnings Date: Mon, 9 Mar 2020 14:21:17 +0000 Message-Id: <20200309142119.7260-1-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This addresses the following warnings, that are generated during compilation of the RPi firmware: ------------------------------------------------------------------ /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