Re: [edk2] [PATCH v3 edk2-platforms 0/2] Move ArmPlatformPkg stuff into edk2-platforms

2017-12-08 Thread Ard Biesheuvel
On 8 December 2017 at 15:56, Leif Lindholm  wrote:
> On Mon, Dec 04, 2017 at 10:12:33PM +, Ard Biesheuvel wrote:
>> This v3 series contains the remaining patches that move drivers and other 
>> code that
>> is highly specific to ARM Ltd. Versatile Express platforms into 
>> edk2-platforms,
>> hopefully making the line between generic drivers for ARM IP and VExpress 
>> boards
>> incorporating it less blurry.
>>
>> The most notable change in this version is that the LCD graphics output 
>> driver is
>> no longer migrated. There is work ongoing to add Mali support to it, which 
>> will
>> hopefully be reusable by other platforms than VExpress ones.
>
> For the series:
> Reviewed-by: Leif Lindholm 
>

Thanks. Pushed as ec842a8c5f66..40d0673c2e3d

>> Ard Biesheuvel (2):
>>   Platform/ARM/VExpress: import VExpressPkg from EDK2
>>   Platform/ARM: import BootMonFs and ArmShellCmdRunAxf from EDK2
>>
>>  Platform/ARM/ARM.dec
>>|   25 +
>>  Platform/ARM/Drivers/BootMonFs/BootMonFs.dec
>>|   26 +
>>  Platform/ARM/Drivers/BootMonFs/BootMonFs.inf
>>|   63 ++
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsApi.h   
>>|  388 +++
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsDir.c   
>>|  766 ++
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsEntryPoint.c
>>|  529 ++
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsHw.h
>>|   57 ++
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsImages.c
>>|  222 
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsInternal.h  
>>|  101 ++
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsOpenClose.c 
>>|  795 +++
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsReadWrite.c 
>>|  259 +
>>  Platform/ARM/Drivers/BootMonFs/BootMonFsUnsupported.c   
>>|   37 +
>>  Platform/ARM/Include/Guid/BootMonFsFileInfo.h   
>>|   47 +
>>  Platform/ARM/Include/Library/ArmShellCmdLib.h   
>>|   57 ++
>>  Platform/ARM/JunoPkg/ArmJuno.dsc
>>|2 +-
>>  Platform/ARM/JunoPkg/ArmJuno.fdf
>>|2 +-
>>  Platform/ARM/JunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf  
>>|1 +
>>  Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.c  
>>|   95 ++
>>  Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h  
>>|   83 ++
>>  Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf
>>|   54 +
>>  Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.uni
>>|   68 ++
>>  Platform/ARM/Library/ArmShellCmdRunAxf/BootMonFsLoader.c
>>|  154 +++
>>  Platform/ARM/Library/ArmShellCmdRunAxf/BootMonFsLoader.h
>>|   66 ++
>>  Platform/ARM/Library/ArmShellCmdRunAxf/ElfLoader.c  
>>|  340 +++
>>  Platform/ARM/Library/ArmShellCmdRunAxf/ElfLoader.h  
>>|   64 ++
>>  Platform/ARM/Library/ArmShellCmdRunAxf/RunAxf.c 
>>|  395 
>>  Platform/ARM/Library/ArmShellCmdRunAxf/elf32.h  
>>|  258 +
>>  Platform/ARM/Library/ArmShellCmdRunAxf/elf64.h  
>>|  260 +
>>  Platform/ARM/Library/ArmShellCmdRunAxf/elf_common.h 
>>| 1059 
>>  Platform/ARM/VExpressPkg/AcpiTables/AcpiTables.inf  
>>|3 +-
>>  Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc   
>>|   29 +-
>>  Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf   
>>|8 +-
>>  Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc
>>|   19 +-
>>  Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf
>> 

[edk2] [PATCH v3 edk2-platforms 0/2] Move ArmPlatformPkg stuff into edk2-platforms

2017-12-04 Thread Ard Biesheuvel
This v3 series contains the remaining patches that move drivers and other code 
that
is highly specific to ARM Ltd. Versatile Express platforms into edk2-platforms,
hopefully making the line between generic drivers for ARM IP and VExpress boards
incorporating it less blurry.

The most notable change in this version is that the LCD graphics output driver 
is
no longer migrated. There is work ongoing to add Mali support to it, which will
hopefully be reusable by other platforms than VExpress ones.

Ard Biesheuvel (2):
  Platform/ARM/VExpress: import VExpressPkg from EDK2
  Platform/ARM: import BootMonFs and ArmShellCmdRunAxf from EDK2

 Platform/ARM/ARM.dec   
|   25 +
 Platform/ARM/Drivers/BootMonFs/BootMonFs.dec   
|   26 +
 Platform/ARM/Drivers/BootMonFs/BootMonFs.inf   
|   63 ++
 Platform/ARM/Drivers/BootMonFs/BootMonFsApi.h  
|  388 +++
 Platform/ARM/Drivers/BootMonFs/BootMonFsDir.c  
|  766 ++
 Platform/ARM/Drivers/BootMonFs/BootMonFsEntryPoint.c   
|  529 ++
 Platform/ARM/Drivers/BootMonFs/BootMonFsHw.h   
|   57 ++
 Platform/ARM/Drivers/BootMonFs/BootMonFsImages.c   
|  222 
 Platform/ARM/Drivers/BootMonFs/BootMonFsInternal.h 
|  101 ++
 Platform/ARM/Drivers/BootMonFs/BootMonFsOpenClose.c
|  795 +++
 Platform/ARM/Drivers/BootMonFs/BootMonFsReadWrite.c
|  259 +
 Platform/ARM/Drivers/BootMonFs/BootMonFsUnsupported.c  
|   37 +
 Platform/ARM/Include/Guid/BootMonFsFileInfo.h  
|   47 +
 Platform/ARM/Include/Library/ArmShellCmdLib.h  
|   57 ++
 Platform/ARM/JunoPkg/ArmJuno.dsc   
|2 +-
 Platform/ARM/JunoPkg/ArmJuno.fdf   
|2 +-
 Platform/ARM/JunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf 
|1 +
 Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.c 
|   95 ++
 Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h 
|   83 ++
 Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf   
|   54 +
 Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.uni   
|   68 ++
 Platform/ARM/Library/ArmShellCmdRunAxf/BootMonFsLoader.c   
|  154 +++
 Platform/ARM/Library/ArmShellCmdRunAxf/BootMonFsLoader.h   
|   66 ++
 Platform/ARM/Library/ArmShellCmdRunAxf/ElfLoader.c 
|  340 +++
 Platform/ARM/Library/ArmShellCmdRunAxf/ElfLoader.h 
|   64 ++
 Platform/ARM/Library/ArmShellCmdRunAxf/RunAxf.c
|  395 
 Platform/ARM/Library/ArmShellCmdRunAxf/elf32.h 
|  258 +
 Platform/ARM/Library/ArmShellCmdRunAxf/elf64.h 
|  260 +
 Platform/ARM/Library/ArmShellCmdRunAxf/elf_common.h
| 1059 
 Platform/ARM/VExpressPkg/AcpiTables/AcpiTables.inf 
|3 +-
 Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc  
|   29 +-
 Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf  
|8 +-
 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc   
|   19 +-
 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf   
|2 +-
 Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc   
|   14 +-
 Platform/ARM/VExpressPkg/ArmVExpressPkg.dec
|   60 ++
 Platform/ARM/VExpressPkg/Drivers/ArmVExpressDxe/ArmFvpDxe.c
|   90 ++
 Platform/ARM/VExpressPkg/Drivers/ArmVExpressDxe/ArmFvpDxe.inf  
|   40 +
 Platform/ARM/VExpressPkg/Drivers/ArmVExpressDxe/ArmHwDxe.c