public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: devel@edk2.groups.io, lersek@redhat.com
Cc: kraxel@redhat.com, Oliver Steffen <osteffen@redhat.com>,
	 Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Jordan Justen <jordan.l.justen@intel.com>,
	 Pawel Polawski <ppolawsk@redhat.com>,
	Jiewen Yao <jiewen.yao@intel.com>
Subject: Re: [edk2-devel] [PATCH v3 0/8] OvmfPkg: check 64bit mmio window for resource conflicts
Date: Fri, 13 Jan 2023 10:07:58 +0100	[thread overview]
Message-ID: <CAMj1kXH6GnzxX2meieJui=wG-Gz2u9AdqPpXj1KBr=Y+jnYR+A@mail.gmail.com> (raw)
In-Reply-To: <c409a50e-fc00-4870-7795-4e9630ee4733@redhat.com>

On Thu, 12 Jan 2023 at 19:34, Laszlo Ersek <lersek@redhat.com> wrote:
>
> Hi,
>
> On 1/12/23 10:34, Gerd Hoffmann wrote:
> > v3:
> >  - Add / fix comments, add notes to commit messages.
> >  - Make functions static.
> >  - Logging tweaks.
> >  - Fix windows compiler warnings.
> >  - Add patches (5,6,7) moving MMCONFIG to 0xe0000000, simplifying code
> >    and reducing differences between 'pc' and 'q35' along the way.
> >    Eventually we want split them into a separate series, but some of
> >    this was discussed in v2 review, so I just appended them here for
> >    now.
> > v2:
> >  - split up PlatformScanOrAdd64BitE820Ram() into scan function with
> >    callbacks, store results in PlatformInfoHob struct.
> >
> > Gerd Hoffmann (8):
> >   OvmfPkg/PlatformInitLib: Add PlatformScanE820 and GetFirstNonAddressCB
> >   OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCB
> >   OvmfPkg/PlatformInitLib: Add PlatformAddHobCB
> >   OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCB
> >   OvmfPkg/PlatformInitLib: reorder PlatformQemuUc32BaseInitialization
> >   OvmfPkg/PlatformInitLib: update address space layout comment
> >   OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000
> >   OvmfPkg/PlatformInitLib: simplify mtrr setup
> >
> >  OvmfPkg/AmdSev/AmdSevX64.dsc                  |   2 +-
> >  OvmfPkg/IntelTdx/IntelTdxX64.dsc              |   2 +-
> >  OvmfPkg/OvmfPkgIa32.dsc                       |   2 +-
> >  OvmfPkg/OvmfPkgIa32X64.dsc                    |   2 +-
> >  OvmfPkg/OvmfPkgX64.dsc                        |   2 +-
> >  OvmfPkg/OvmfXen.dsc                           |   2 +-
> >  OvmfPkg/Include/Library/PlatformInitLib.h     |   3 +-
> >  OvmfPkg/Library/PeilessStartupLib/Hob.c       |   3 +-
> >  .../PeilessStartupLib/PeilessStartup.c        |   7 +-
> >  OvmfPkg/Library/PlatformInitLib/MemDetect.c   | 384 ++++++++++--------
> >  OvmfPkg/Library/PlatformInitLib/Platform.c    |  39 +-
> >  OvmfPkg/PlatformPei/MemDetect.c               |   3 +-
> >  12 files changed, 246 insertions(+), 205 deletions(-)
> >
>
> please proceed with this without me. Since I've been back to edk2, just
> "temporarily" (until the BZs I've reported in 2023 would be fixed), my
> stress levels have been through the roof, I'm again working 10-12 hour
> days, things are falling apart around me. I'm simply unable to ignore
> things on the list that I have some knowledge for commenting upon, and
> that traffic happens to be sizeable, and my comments happen to be
> detailed, and while that may be good for edk2, it's *destroying* me. I'm
> an edk2 addict / workaholic that has relapsed.
>
> I'm out. Thanks for the collaboration. I must save myself.
>

Laszlo,

I'm really sorry to hear this. Thanks a lot for your input, it has
been valuable as always.

      reply	other threads:[~2023-01-13  9:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-12  9:34 [PATCH v3 0/8] OvmfPkg: check 64bit mmio window for resource conflicts Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 1/8] OvmfPkg/PlatformInitLib: Add PlatformScanE820 and GetFirstNonAddressCB Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 2/8] OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCB Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 3/8] OvmfPkg/PlatformInitLib: Add PlatformAddHobCB Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 4/8] OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCB Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 5/8] OvmfPkg/PlatformInitLib: reorder PlatformQemuUc32BaseInitialization Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 6/8] OvmfPkg/PlatformInitLib: update address space layout comment Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 7/8] OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000 Gerd Hoffmann
2023-01-12  9:34 ` [PATCH v3 8/8] OvmfPkg/PlatformInitLib: simplify mtrr setup Gerd Hoffmann
2023-01-12 18:34 ` [edk2-devel] [PATCH v3 0/8] OvmfPkg: check 64bit mmio window for resource conflicts Laszlo Ersek
2023-01-13  9:07   ` Ard Biesheuvel [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='CAMj1kXH6GnzxX2meieJui=wG-Gz2u9AdqPpXj1KBr=Y+jnYR+A@mail.gmail.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