public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "EvanChai" <evan.chai@linux.alibaba.com>
To: "devel" <devel@edk2.groups.io>,
	"andrei.warkentin" <andrei.warkentin@intel.com>,
	"Sunil V L" <sunilvl@ventanamicro.com>
Cc: "Li, Yong" <yong.li@intel.com>
Subject: 回复:回复:[edk2-devel] [PATCH V3 0/2] Initial commit for RISC-V Qemu-based Server
Date: Mon, 29 Jul 2024 11:10:52 +0800	[thread overview]
Message-ID: <3ab74dc7-8e14-43eb-b804-cb32ce793b4d.evan.chai@linux.alibaba.com> (raw)
In-Reply-To: <PH8PR11MB685616FDEB36F6B1B5D3113083B72@PH8PR11MB6856.namprd11.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 5306 bytes --]

Hi Andrei, 
 Great! It looks that we are on the same page. Let's kick off this project now. 
Hi Sunil, 
 May I get another +1 from you, or any comments are welcome? 
BR,
Evan
------------------------------------------------------------------
发件人:Andrei Warkentin <andrei.warkentin@intel.com>
发送时间:2024年7月29日(星期一) 10:19
收件人:EvanChai<evan.chai@linux.alibaba.com>; Sunil V L<sunilvl@ventanamicro.com>
抄 送:devel<devel@edk2.groups.io>; "Li, Yong"<yong.li@intel.com>
主 题:Re: 回复:[edk2-devel] [PATCH V3 0/2] Initial commit for RISC-V Qemu-based Server
Thanks Evan for your continued work! This initial commit looks good to me and is consistent with the approach we’ve discussed in the past.
I’ll leave it up to you if you want to mention the Server Platform TG/spec in your README.
Reviewed-by: Andrei Warkentin <andrei.warkentin@intel.com <mailto:andrei.warkentin@intel.com >>
A
From: EvanChai <evan.chai@linux.alibaba.com> 
Sent: Friday, July 12, 2024 3:30 AM
To: Sunil V L <sunilvl@ventanamicro.com>
Cc: devel <devel@edk2.groups.io>; evan.chai <evan.chai@linux.alibaba.com>; Warkentin, Andrei <andrei.warkentin@intel.com>; Li, Yong <yong.li@intel.com>
Subject: 回复:[edk2-devel] [PATCH V3 0/2] Initial commit for RISC-V Qemu-based Server
Hi Sunil,
 I updated the patch by your solid commetns:
1. I didn't do any change except for renaming in this version, so the code part is no need to be splitted to pieces;
2. I simplified the Readme file, the rest of part were all linked to the  RISE wik. <https://wiki.riseproject.dev/display/HOME/EDK2_00_18+-+RISC-V+QEMU+Server+Reference+Platform > Then we can keep improving it on that page. 
Source: https://github.com/ChaiEvan/edk2-platforms/commits/RV_ServerPlatformRef_v2.5 <https://github.com/ChaiEvan/edk2-platforms/commits/RV_ServerPlatformRef_v2.5 >
BR,
Evan
------------------------------------------------------------------
发件人:Evan Chai <evanchai91@gmail.com <mailto:evanchai91@gmail.com >>
发送时间:2024年7月12日(星期五) 16:20
收件人:devel<devel@edk2.groups.io <mailto:devel@edk2.groups.io >>
抄 送:Evan Chai<evan.chai@linux.alibaba.com <mailto:evan.chai@linux.alibaba.com >>
主 题:[edk2-devel] [PATCH V3 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: added README file
 Platform/Qemu/RiscVQemuServerPlatform/Readme.md | 165 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc | 496 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc.inc | 341 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.fdf | 317 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.fdf.inc | 41 +++++++++++++++++++++++++++++++++++++++++
 Platform/Qemu/RiscVQemuServerPlatform/VarStore.fdf.inc | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 1432 insertions(+)
 create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/Readme.md
 create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc
 create mode 100644 Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc.inc
 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 (#120061): https://edk2.groups.io/g/devel/message/120061
Mute This Topic: https://groups.io/mt/107602994/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 14229 bytes --]

  reply	other threads:[~2024-07-29  3:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12  8:20 [edk2-devel] [PATCH V3 0/2] Initial commit for RISC-V Qemu-based Server Evan Chai
2024-07-12  8:20 ` [edk2-devel] [PATCH V3 1/2] RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server platform Evan Chai
2024-07-12  8:20 ` [edk2-devel] [PATCH V3 2/2] RiscVQemuServerPlatform: added README file Evan Chai
2024-07-12  8:30 ` 回复:[edk2-devel] [PATCH V3 0/2] Initial commit for RISC-V Qemu-based Server EvanChai
2024-07-19  4:29   ` EvanChai
2024-07-25  8:28     ` [edk2-devel] " Fu Siyuan
2024-07-25 12:08       ` 回复:[edk2-devel] " EvanChai
2024-07-26  1:27         ` [edk2-devel] " Fu Siyuan
2024-07-29  2:18   ` 回复:[edk2-devel] " Andrei Warkentin
2024-07-29  3:10     ` EvanChai [this message]
2024-07-29  6:30       ` 回复:回复:[edk2-devel] " Sunil V L

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=3ab74dc7-8e14-43eb-b804-cb32ce793b4d.evan.chai@linux.alibaba.com \
    --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