public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sunil V L" <sunilvl@ventanamicro.com>
To: devel@edk2.groups.io, evan.chai@linux.alibaba.com
Cc: "yong.li" <yong.li@intel.com>,
	Andrei Warkentin <andrei.warkentin@intel.com>
Subject: Re: 转发:[edk2-devel] [PATCH V2 0/2] Initial commit for RISC-V Qemu-based Server
Date: Wed, 10 Jul 2024 11:55:15 +0530	[thread overview]
Message-ID: <Zo4pSwGJHeFD4YFl@sunil-laptop> (raw)
In-Reply-To: <2e1866c9-762b-4b1c-aff3-df6d996376da.evan.chai@linux.alibaba.com>

Hi Evan,

Did you look at all the comments I gave? Since I replied inline in the
patch which had images, I am not sure mail whether the mail client
truncated them.

Thanks,
Sunil
On Tue, Jul 09, 2024 at 08:51:07PM +0800, EvanChai via groups.io wrote:
> Hi Sunil,
>  Thanks for your comments, it's the enhanced one. 
> 1. I referenced image links from the PI 1.8 spec instead of directly uploading them.
> 2. Seperated all the changes into two parts. The second patch simply merges the two .dsc files. As described in my commit log, to make it easier for users to manage .dsc files.
> Hi Andrei, Yong,
> Let me know if any. 
> BR,
> Evan
> ------------------------------------------------------------------
> 发件人:Evan Chai <evanchai91@gmail.com>
> 发送时间:2024年7月9日(星期二) 20:37
> 收件人:devel<devel@edk2.groups.io>
> 抄 送:Evan Chai<evan.chai@linux.alibaba.com>
> 主 题:[edk2-devel] [PATCH V2 0/2] Initial commit for RISC-V Qemu-based Server
> This is a foundational patch to move the 'RISC-V QEMU Server Reference Platform' forward.
> Evan Chai (2):
>  RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server
>  platform
>  RiscVQemuServerPlatform: Unified .dsc files into a single file
>  Platform/Qemu/RiscVQemuServerPlatform/Documents/Media/RISC-V_Platform_EDK2_Firmware_Enabling_Philosophy.jpg | Bin 0 -> 329871 bytes
>  Platform/Qemu/RiscVQemuServerPlatform/Readme.md | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc | 799 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.fdf | 315 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.fdf.inc | 41 +++++++++++++++++++++++++++++++++++++++++
>  Platform/Qemu/RiscVQemuServerPlatform/VarStore.fdf.inc | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 1582 insertions(+)
>  create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/Documents/Media/RISC-V_Platform_EDK2_Firmware_Enabling_Philosophy.jpg
>  create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/Readme.md
>  create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc
>  create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.fdf
>  create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.fdf.inc
>  create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/VarStore.fdf.inc
> -- 
> 2.45.1.windows.1
> 
> 
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119860): https://edk2.groups.io/g/devel/message/119860
Mute This Topic: https://groups.io/mt/107121708/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  parent reply	other threads:[~2024-07-10  6:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-09 12:37 [edk2-devel] [PATCH V2 0/2] Initial commit for RISC-V Qemu-based Server Evan Chai
2024-07-09 12:37 ` [edk2-devel] [PATCH V2 1/2] RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server platform Evan Chai
2024-07-09 12:37 ` [edk2-devel] [PATCH V2 2/2] RiscVQemuServerPlatform: Unified .dsc files into a single file Evan Chai
2024-07-09 12:51 ` 转发:[edk2-devel] [PATCH V2 0/2] Initial commit for RISC-V Qemu-based Server EvanChai
2024-07-10  2:39   ` 回复:[edk2-devel] " EvanChai
2024-07-10  6:25   ` Sunil V L [this message]
2024-07-10  9:14     ` [edk2-devel] 转发:[edk2-devel] " EvanChai
2024-07-10 14:33       ` Sunil V L
2024-07-11  8:07         ` 回复:[edk2-devel] " Fu Siyuan via groups.io
2024-07-11 13:03         ` EvanChai

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=Zo4pSwGJHeFD4YFl@sunil-laptop \
    --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