[edk2-devel] [platforms/devel-riscv-v2 PATCHv3 00/13] Updates to sync-up with

Abner Chang posted 13 patches 4 years, 7 months ago
Failed in applying to current master (apply log)
.../FirmwareContextProcessorSpecificLib.inf        |   2 +-
.../RealTimeClockLibNull/RealTimeClockLibNull.inf  |   2 +-
Platform/RiscV/RiscVPlatformPkg.dec                |   2 +-
.../OpenSbiPlatformLib/OpenSbiPlatformLib.inf      |  10 +-
.../U500Pkg/Library/OpenSbiPlatformLib/platform.c  | 242 +++++++++++----------
.../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
.../PlatformBootManagerLib.inf                     |   2 +-
.../RiscVPlatformTimerLib.inf                      |   6 +-
.../U500Pkg/Library/SerialIoLib/SerialIoLib.inf    |   2 +-
.../U500Pkg/Library/SerialIoLib/SerialPortLib.c    |   3 +-
Platform/RiscV/SiFive/U500Pkg/U500.dec             |   2 +-
Platform/RiscV/SiFive/U500Pkg/U500.dsc             |   5 +-
Platform/RiscV/SiFive/U500Pkg/U500.fdf             |   2 +-
.../FvbServicesRuntimeDxe.inf                      |   2 +-
.../U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf    |   2 +-
.../Universal/Pei/PlatformPei/PlatformPei.inf      |   2 +-
Platform/RiscV/Universal/Sec/SecMain.c             |  12 +-
Platform/RiscV/Universal/Sec/SecMain.inf           |   7 +-
.../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
Silicon/SiFive/SiFive.dec                          |   2 +-
.../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
.../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
22 files changed, 158 insertions(+), 157 deletions(-)
[edk2-devel] [platforms/devel-riscv-v2 PATCHv3 00/13] Updates to sync-up with
Posted by Abner Chang 4 years, 7 months ago
This set of patches is updated to incorporate with patches sent for
edk2-staging/RISC-V-V2 PATCH v2.

Abner Chang (13):
  U500Pkg/OpenSbiPlatformLib: Use Fdtlib in EmbeddedPkg
  U500Pkg/Sec: Remove unnecessary PCD reference
  U500Pkg/Sec: Add information to header file references
  U500Pkg/SerialIoLib: Header file reference change
  U500Pkg: Update DEC revision
  RiscV :Update INF revision
  Silicon/SiFive: Update INF revision
  Silicon/SiFive :Update DEC revision
  U500Pkg/riscVPlatformTimerLib: Change source code to *.S
  RiscV/Sec: Change source code to *.S
  U500Pkg/SerialIoLib: Add copyrights
  RiscV: Update DEC revision
  U500Pkg: Leverage EmbeddedPkg modules

 .../FirmwareContextProcessorSpecificLib.inf        |   2 +-
 .../RealTimeClockLibNull/RealTimeClockLibNull.inf  |   2 +-
 Platform/RiscV/RiscVPlatformPkg.dec                |   2 +-
 .../OpenSbiPlatformLib/OpenSbiPlatformLib.inf      |  10 +-
 .../U500Pkg/Library/OpenSbiPlatformLib/platform.c  | 242 +++++++++++----------
 .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
 .../PlatformBootManagerLib.inf                     |   2 +-
 .../RiscVPlatformTimerLib.inf                      |   6 +-
 .../U500Pkg/Library/SerialIoLib/SerialIoLib.inf    |   2 +-
 .../U500Pkg/Library/SerialIoLib/SerialPortLib.c    |   3 +-
 Platform/RiscV/SiFive/U500Pkg/U500.dec             |   2 +-
 Platform/RiscV/SiFive/U500Pkg/U500.dsc             |   5 +-
 Platform/RiscV/SiFive/U500Pkg/U500.fdf             |   2 +-
 .../FvbServicesRuntimeDxe.inf                      |   2 +-
 .../U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf    |   2 +-
 .../Universal/Pei/PlatformPei/PlatformPei.inf      |   2 +-
 Platform/RiscV/Universal/Sec/SecMain.c             |  12 +-
 Platform/RiscV/Universal/Sec/SecMain.inf           |   7 +-
 .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
 Silicon/SiFive/SiFive.dec                          |   2 +-
 .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
 .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
 22 files changed, 158 insertions(+), 157 deletions(-)

-- 
2.7.4


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47787): https://edk2.groups.io/g/devel/message/47787
Mute This Topic: https://groups.io/mt/34260839/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [platforms/devel-riscv-v2 PATCHv3 00/13] Updates to sync-up with
Posted by Leif Lindholm 4 years, 6 months ago
On Mon, Sep 23, 2019 at 11:40:24AM +0800, Abner Chang wrote:
> This set of patches is updated to incorporate with patches sent for
> edk2-staging/RISC-V-V2 PATCH v2.
> 
> Abner Chang (13):
>   U500Pkg/OpenSbiPlatformLib: Use Fdtlib in EmbeddedPkg
>   U500Pkg/Sec: Remove unnecessary PCD reference
>   U500Pkg/Sec: Add information to header file references
>   U500Pkg/SerialIoLib: Header file reference change
>   U500Pkg: Update DEC revision
>   RiscV :Update INF revision
>   Silicon/SiFive: Update INF revision
>   Silicon/SiFive :Update DEC revision
>   U500Pkg/riscVPlatformTimerLib: Change source code to *.S
>   RiscV/Sec: Change source code to *.S
>   U500Pkg/SerialIoLib: Add copyrights
>   RiscV: Update DEC revision
>   U500Pkg: Leverage EmbeddedPkg modules

Thanks for these. I won't review these individually, but they all look
like things I have commented on either for the edk2 set or the v2 set
out of the edk2-platforms one.

Please merge these into the v4 submission.

Best Regards,

Leif

>  .../FirmwareContextProcessorSpecificLib.inf        |   2 +-
>  .../RealTimeClockLibNull/RealTimeClockLibNull.inf  |   2 +-
>  Platform/RiscV/RiscVPlatformPkg.dec                |   2 +-
>  .../OpenSbiPlatformLib/OpenSbiPlatformLib.inf      |  10 +-
>  .../U500Pkg/Library/OpenSbiPlatformLib/platform.c  | 242 +++++++++++----------
>  .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
>  .../PlatformBootManagerLib.inf                     |   2 +-
>  .../RiscVPlatformTimerLib.inf                      |   6 +-
>  .../U500Pkg/Library/SerialIoLib/SerialIoLib.inf    |   2 +-
>  .../U500Pkg/Library/SerialIoLib/SerialPortLib.c    |   3 +-
>  Platform/RiscV/SiFive/U500Pkg/U500.dec             |   2 +-
>  Platform/RiscV/SiFive/U500Pkg/U500.dsc             |   5 +-
>  Platform/RiscV/SiFive/U500Pkg/U500.fdf             |   2 +-
>  .../FvbServicesRuntimeDxe.inf                      |   2 +-
>  .../U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf    |   2 +-
>  .../Universal/Pei/PlatformPei/PlatformPei.inf      |   2 +-
>  Platform/RiscV/Universal/Sec/SecMain.c             |  12 +-
>  Platform/RiscV/Universal/Sec/SecMain.inf           |   7 +-
>  .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
>  Silicon/SiFive/SiFive.dec                          |   2 +-
>  .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
>  .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf        |   2 +-
>  22 files changed, 158 insertions(+), 157 deletions(-)
> 
> -- 
> 2.7.4
> 
> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#48444): https://edk2.groups.io/g/devel/message/48444
Mute This Topic: https://groups.io/mt/34260839/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-