From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.193.1637771019899826443 for ; Wed, 24 Nov 2021 08:23:40 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7EFBA1FB; Wed, 24 Nov 2021 08:23:39 -0800 (PST) Received: from e126645.nice.arm.com (e126645.nice.arm.com [10.34.125.4]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id F11953F66F; Wed, 24 Nov 2021 08:23:38 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Sami Mujawar Subject: [PATCH edk2-platforms v1 00/10] Fix Arm platforms CI errors Date: Wed, 24 Nov 2021 17:23:20 +0100 Message-Id: <20211124162330.236813-1-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois Running the edk2 CI locally raised some warnings. Fix them. The patches also aim to enable a CI for the edk2-platforms repository. The changes can be seen at:https://github.com/PierreARM/edk2-platforms/tr= ee/1957_Fix_Arm_platforms_CI_errors_v1 Pierre Gondois (10): Platform/ARM: Modify duplicated GUID in PciHostBridgeLib Platform/ARM: Modify duplicated GUID in ArmVExpressLib Platform/ARM: Modify duplicated GUID in ArmVExpressLibSec Platform/ARM: Modify duplicated GUID in ArmVExpressPkg.dec Platform/ARM: Fix Ecc error 1001 Platform/ARM: Fix Ecc error 1008 Platform/ARM: Fix Ecc error 1012 Platform/ARM: Fix Ecc error 3003 Platform/ARM: Fix Ecc error 9005 Platform/ARM: Fix Ecc error 5005 .../Drivers/SataSiI3132Dxe/SataSiI3132.c | 4 +- .../SataSiI3132Dxe/SiI3132AtaPassThru.c | 5 ++- .../SmbiosPlatformDxe/SmbiosPlatformDxe.c | 40 ++++++++++--------- .../PciHostBridgeLib/PciHostBridgeLibFvp.inf | 2 +- .../SmbiosPlatformDxe/Type17MemoryDevice.c | 14 +++---- Platform/ARM/VExpressPkg/ArmVExpressPkg.dec | 4 +- .../Drivers/Lan9118Dxe/Lan9118DxeUtil.h | 4 +- .../ArmVExpressLibRTSM/ArmVExpressLib.inf | 2 +- .../ArmVExpressPciHostBridgeLib.c | 2 +- .../ArmPlatformLibSec.inf | 2 +- 10 files changed, 42 insertions(+), 37 deletions(-) -- 2.25.1