From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 3CDE5D8062F for ; Thu, 11 Jan 2024 16:38:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0rPI3G6XdV27Nbumx8J00ho5x6T38CWciJUG9ObJAvs=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1704991084; v=1; b=LwTdtOfG97gkpoNezAJav/27nIrP/jekbNbJRlPknYIk6P1TQnC7fxYbY6NAzFIP6i+kcCNi Rs66JKKob9xF8bzuAr6aEkjis+/zOOgD8CIB+JoVCYnTEHwt3xeMRWcNnMVMgl9UONv2gEYPSwK WJRCOQMohFjz+AHex4t7ayb8= X-Received: by 127.0.0.2 with SMTP id ELNxYY7687511xhUdelt3cz9; Thu, 11 Jan 2024 08:38:04 -0800 X-Received: from us-smtp-delivery-137.mimecast.com (us-smtp-delivery-137.mimecast.com [170.10.133.137]) by mx.groups.io with SMTP id smtpd.web10.16082.1704991083747868014 for ; Thu, 11 Jan 2024 08:38:03 -0800 X-Received: from mail-ed1-f71.google.com (mail-ed1-f71.google.com [209.85.208.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-690-5gJVwX5SNgqCc-e5AwvpAw-1; Thu, 11 Jan 2024 11:37:49 -0500 X-MC-Unique: 5gJVwX5SNgqCc-e5AwvpAw-1 X-Received: by mail-ed1-f71.google.com with SMTP id 4fb4d7f45d1cf-5561bf805daso2258390a12.3 for ; Thu, 11 Jan 2024 08:37:49 -0800 (PST) X-Gm-Message-State: l8OI9Gc8bsKibSnNKnZMBLtlx7686176AA= X-Received: by 2002:aa7:de1a:0:b0:556:ef28:52ab with SMTP id h26-20020aa7de1a000000b00556ef2852abmr932568edv.45.1704991068693; Thu, 11 Jan 2024 08:37:48 -0800 (PST) X-Google-Smtp-Source: AGHT+IF4i0Swna0Bc7n5x7UZCXJD1O5+IbES2WJIrLEXN4j4i6uDCDJ6HXQEMokSi+HTOHsinv+Ut5cm9kV7Hi29Bq8= X-Received: by 2002:aa7:de1a:0:b0:556:ef28:52ab with SMTP id h26-20020aa7de1a000000b00556ef2852abmr932558edv.45.1704991068379; Thu, 11 Jan 2024 08:37:48 -0800 (PST) MIME-Version: 1.0 References: <283db24a1d906fd115f85636bd1c2f9ddcde150c.1704921917.git.tbarrett@crusoeenergy.com> In-Reply-To: From: "Thomas Barrett" Date: Thu, 11 Jan 2024 08:37:37 -0800 Message-ID: Subject: Re: [edk2-devel] [PATCH 1/2] CloudHv: Add CloudHv support to PlatformScanE820 utility function. To: Laszlo Ersek Cc: Anatol Belski , Gerd Hoffmann , Jianyong Wu , devel@edk2.groups.io X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: crusoeenergy.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,tbarrett@crusoeenergy.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: multipart/alternative; boundary="000000000000f9ec2c060eae2a28" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=LwTdtOfG; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=crusoeenergy.com (policy=none) --000000000000f9ec2c060eae2a28 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey Laslo, Thank you for the link to your git workflow and your patience. I will send out a =E2=80=98PATCH v2=E2=80=99 series that hopefully has all the necessar= y components by following the steps in the guide. Thomas On Thu, Jan 11, 2024 at 1:39 AM Laszlo Ersek wrote: > Hello Thomas, > > (+ Jianyong, Anatol, Gerd) > > On 1/10/24 23:21, Thomas Barrett wrote: > > Signed-off-by: Thomas Barrett > > --- > > OvmfPkg/Library/PlatformInitLib/MemDetect.c | 95 ++++++++++++++------- > > 1 file changed, 65 insertions(+), 30 deletions(-) > > please don't paste patches in email bodies; they are hard to read > (review) and effectively impossible to apply that way. > > Here's the official dev guide: > > > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-= Process > > > A few more personal ideas: > > > https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-= git-guide-for-edk2-contributors-and-maintainers > > > Please don't forget to run the GetMaintainer.py script either, for > composing the Cc: tags in the commit message body. > > > Laszlo > Disclaimer The information contained in this communication from the sender is confiden= tial. It is intended solely for use by the recipient and others authorized = to receive it. If you are not the recipient, you are hereby notified that a= ny disclosure, copying, distribution or taking action in relation of the co= ntents of this information is strictly prohibited and may be unlawful. This email has been scanned for viruses and malware, and may have been auto= matically archived by Mimecast, a leader in email security and cyber resili= ence. Mimecast integrates email defenses with brand protection, security aw= areness training, web security, compliance and other essential capabilities= . Mimecast helps protect large and small organizations from malicious activ= ity, human error and technology failure; and to lead the movement toward bu= ilding a more resilient world. To find out more, visit our website. -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113626): https://edk2.groups.io/g/devel/message/113626 Mute This Topic: https://groups.io/mt/103657892/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --000000000000f9ec2c060eae2a28 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey Laslo,

Thank you for the link to = your git workflow and your patience. I will send out a =E2=80=98PATCH v2=E2= =80=99 series that hopefully has all the necessary components by following = the steps in the guide.

= Thomas

On Thu, Jan 11, 2024 at 1:39 AM Laszlo Ersek= <lersek@redhat.c= om> wrote:
Hello Thomas,

(+ Jianyong, Anatol, Gerd)

On 1/10/24 23:21, Thomas Barrett wrote:
> Signed-off-by: Thomas Barrett <tbarrett@crusoeenergy.com>
> ---
> OvmfPkg/Library/PlatformInitLib/MemDetect.c | 95 ++++++++++++++-------=
> 1 file changed, 65 insertions(+), 30 deletions(-)

please don't paste patches in email bodies; they are hard to read
(review) and effectively impossible to apply that way.

Here's the official dev guide:

https://github.com/tianocore/tianocore.= github.io/wiki/EDK-II-Development-Process

A few more personal ideas:

https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-g= it-guide-for-edk2-contributors-and-maintainers

Please don't forget to run the GetMaintainer.py script either, for
composing the Cc: tags in the commit message body.


Laszlo


<= b>Disclaimer

The information contained in this communication from the sender i= s confidential. It is intended solely for use by the recipient and others a= uthorized to receive it. If you are not the recipient, you are hereby notif= ied that any disclosure, copying, distribution or taking action in relation= of the contents of this information is strictly prohibited and may be unla= wful.

_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#113626) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--000000000000f9ec2c060eae2a28--