On 14 December 2015 at 13:15, Leif Lindholm <leif.lindh...@linaro.org> wrote:
> On Mon, Dec 14, 2015 at 11:59:00AM +0100, Ard Biesheuvel wrote:
>> This fixes five copy-pasted instances where the gArmMpCoreInfoPpiGuid PPI
>> is redeclared in an open-coded fashion rather than simply declared in the
>> module .inf.
>>
>> Ard Biesheuvel (5):
>>   ArmPlatformPkg/ArmPlatformLibNull: use declared PPI rather than module
>>     local var
>>   ArmPlatformPkg/ArmJunoLib: use declared PPI rather than module local
>>     var
>>   ArmPlatformPkg/CTA15-A7: use declared PPI rather than module local var
>>   ArmPlatformPkg/CTA9x4: use declared PPI rather than module local var
>>   ArmPlatformPkg/RTSM: use declared PPI rather than module local var
>
> For the series:
> Reviewed-by: Leif Lindholm <leif.lindh...@linaro.org>
>

Thanks. Committed as SVN r19239 .. r19243


>>  ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/ArmJuno.c                      
>>      | 4 +---
>>  ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/ArmJunoLib.inf                 
>>      | 3 +++
>>  
>> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/ArmVExpressLib.inf
>>   | 3 +++
>>  ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/CTA15-A7.c     
>>      | 4 +---
>>  
>> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressLib.inf
>>     | 3 +++
>>  
>> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressLibSec.inf
>>  | 3 +++
>>  ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4.c         
>>      | 4 +---
>>  ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf 
>>      | 3 +++
>>  
>> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
>>    | 3 +++
>>  ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/RTSM.c             
>>      | 4 +---
>>  ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.c              
>>      | 4 +---
>>  ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf            
>>      | 3 +++
>>  12 files changed, 26 insertions(+), 15 deletions(-)
>>
>> --
>> 2.5.0
>>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to