[PATCH v2 edk2-platforms 0/2] Fix Ecc reported errors from ArmPlatformPkg
PierreGondois
From: Pierre Gondois <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
|
|