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.web09.879.1607019599607142285 for ; Thu, 03 Dec 2020 10:19:59 -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 42F0611D4; Thu, 3 Dec 2020 10:19:59 -0800 (PST) Received: from e120189.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D4CA03F575; Thu, 3 Dec 2020 10:19:57 -0800 (PST) From: "PierreGondois" To: leif@nuviainc.com, ard.biesheuvel@arm.com, thomas.abraham@arm.com, devel@edk2.groups.io Cc: sami.mujawar@arm.com Subject: [PATCH v1 00/16] Fix Ecc reported errors in ArmPlatformPkg Date: Thu, 3 Dec 2020 18:19:29 +0000 Message-Id: <20201203181945.10880-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. This patch set has a dependency over a similar patch set named "Fix Ecc reported errors from ArmPlatformPkg" for edk2-platforms and should not be merged independently. The changes can be seen at: https://github.com/PierreARM/edk2/tree/1537_Ecc_ArmPlatformPkg_v1 Pierre Gondois (16): ArmPlatformPkg: Fix Ecc error 3001 in NorFlashDxe ArmPlatformPkg: Fix Ecc error 3002 in PL011UartLib ArmPlatformPkg: Fix Ecc error 3002 in PL061GpioDxe ArmPlatformPkg: Fix Ecc error 5007 in LcdGraphicsOutputDxe ArmPlatformPkg: Fix Ecc error 5007 in NorFlashDxe ArmPlatformPkg: Fix Ecc error 5007 in PL061GpioDxe ArmPlatformPkg: Fix Ecc error 5007 in PL031RealTimeClockLib ArmPlatformPkg: Fix Ecc error 10016 in PrePi ArmPlatformPkg: Fix Ecc error 10016 in LcdPlatformNullLib ArmPlatformPkg: Fix Ecc error 10014 in LcdGraphicsOutputDxe ArmPlatformPkg: Fix Ecc error 10014 in PL061GpioDxe ArmPlatformPkg: Fix Ecc error 10014 in SP805WatchdogDxe ArmPlatformPkg: Fix Ecc error 10006 in ArmPlatformPkg.dsc ArmPlatformPkg: Fix Ecc error 8001 in PrePi ArmPlatformPkg: Fix Ecc error 8005 ArmPlatformPkg: Fix cspell reported spelling/wording ArmPlatformPkg/ArmPlatformPkg.dsc | 9 +- .../LcdGraphicsOutputBlt.c | 98 ++++++++++--------- .../LcdGraphicsOutputDxe.c | 30 +++--- .../LcdGraphicsOutputDxe.h | 4 +- .../LcdGraphicsOutputDxe.inf | 5 +- .../Drivers/NorFlashDxe/NorFlashDxe.c | 8 +- .../Drivers/PL061GpioDxe/PL061Gpio.c | 12 +-- .../Drivers/PL061GpioDxe/PL061GpioDxe.inf | 3 +- .../SP805WatchdogDxe/SP805WatchdogDxe.inf | 3 +- .../Include/Library/LcdPlatformLib.h | 21 ++-- .../LcdPlatformNullLib/LcdPlatformNullLib.c | 4 +- .../LcdPlatformNullLib/LcdPlatformNullLib.inf | 3 +- .../Library/PL011UartLib/PL011UartLib.c | 12 +-- .../PL031RealTimeClockLib.c | 4 +- ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c | 4 +- .../PrePi/AArch64/ModuleEntryPoint.S | 4 +- ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.S | 4 +- ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.asm | 4 +- ArmPlatformPkg/PrePi/PeiUniCore.inf | 3 +- ArmPlatformPkg/PrePi/PrePi.h | 4 +- 20 files changed, 126 insertions(+), 113 deletions(-) -- 2.17.1