public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Leif Lindholm" <leif.lindholm@linaro.org>
To: devel@edk2.groups.io, abner.chang@hpe.com
Cc: Palmer Dabbelt <palmer@sifive.com>
Subject: Re: [edk2-devel] [platforms/devel-riscv-v2 PATCHv3 00/13] Updates to sync-up with
Date: Thu, 3 Oct 2019 18:55:41 +0100	[thread overview]
Message-ID: <20191003175541.GT25504@bivouac.eciton.net> (raw)
In-Reply-To: <1569210037-32285-1-git-send-email-abner.chang@hpe.com>

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
> 
> 
> 
> 

      parent reply	other threads:[~2019-10-03 17:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23  3:40 [platforms/devel-riscv-v2 PATCHv3 00/13] Updates to sync-up with Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 01/13] U500Pkg/OpenSbiPlatformLib: Use Fdtlib in EmbeddedPkg Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 02/13] U500Pkg/Sec: Remove unnecessary PCD reference Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 03/13] U500Pkg/Sec: Add information to header file references Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 04/13] U500Pkg/SerialIoLib: Header file reference change Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 05/13] U500Pkg: Update DEC revision Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 06/13] RiscV :Update INF revision Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 07/13] Silicon/SiFive: Update " Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 08/13] Silicon/SiFive :Update DEC revision Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 09/13] U500Pkg/riscVPlatformTimerLib: Change source code to *.S Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 10/13] RiscV/Sec: " Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 11/13] U500Pkg/SerialIoLib: Add copyrights Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 12/13] RiscV: Update DEC revision Abner Chang
2019-09-23  3:40 ` [platforms/devel-riscv-v2 PATCHv3 13/13] U500Pkg: Leverage EmbeddedPkg modules Abner Chang
2019-10-03 17:55 ` Leif Lindholm [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191003175541.GT25504@bivouac.eciton.net \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox