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.web10.4959.1607683159274309791 for ; Fri, 11 Dec 2020 02:39:19 -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 9008230E; Fri, 11 Dec 2020 02:39:17 -0800 (PST) Received: from e120189.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 9FC6A3F68F; Fri, 11 Dec 2020 02:39:16 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io, ard.biesheuvel@arm.com, thomas.abraham@arm.com, leif@nuviainc.com Cc: sami.mujawar@arm.com Subject: [PATCH v2 edk2-platforms 0/2] Fix Ecc reported errors from ArmPlatformPkg Date: Fri, 11 Dec 2020 10:38:25 +0000 Message-Id: <20201211103827.5820-1-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.17.1 From: Pierre Gondois The Ecc tools available in the BaseTools package checks for good practice coding standards. Some errors reported while running Ecc on edk2/ArmPlatformPkg require modifications in the edk2-platforms. This patch set has a dependency over a similar patch set named "Fix Ecc reported errors in ArmPlatformPkg" for edk2 and should not be merged independently. The changes can be seen at: https://github.com/PierreARM/edk2-platforms/tree/pg/1537_Ecc_ArmPlatformPkg_v2 Pierre Gondois (2): Platform/ARM/VExpressPkg: Remove LcdPlatformLib.h Platform/ARM: Fix Ecc error 8005 .../Library/HdLcdArmJunoLib/HdLcdArmJuno.c | 4 +- .../Library/HdLcdArmSgiLib/HdLcdArmSgi.c | 4 +- Platform/ARM/VExpressPkg/ArmVExpressPkg.dec | 3 +- .../Include/Library/LcdPlatformLib.h | 215 ------------------ .../Library/ArmMaliDpLib/ArmMaliDpLib.c | 4 +- .../HdLcdArmVExpressLib/HdLcdArmVExpress.c | 4 +- .../PL111LcdArmVExpress.c | 34 +-- 7 files changed, 26 insertions(+), 242 deletions(-) delete mode 100644 Platform/ARM/VExpressPkg/Include/Library/LcdPlatformLib.h -- 2.17.1