From: "Ard Biesheuvel" <ardb@kernel.org>
To: devel@edk2.groups.io, corvink@freebsd.org
Subject: Re: [edk2-devel] [PATCH v4 0/6] OvmfPkg/Bhyve: install Acpi tables by FwCfg
Date: Fri, 23 Jun 2023 19:38:20 +0200 [thread overview]
Message-ID: <CAMj1kXECgm=2h7wxkuDSHQewX5BdKCH9_8oXHrzTq-as+UP-ew@mail.gmail.com> (raw)
In-Reply-To: <20230621073141.149094-1-corvink@FreeBSD.org>
On Wed, 21 Jun 2023 at 09:31, Corvin Köhne <corvink@freebsd.org> wrote:
>
> CI: https://github.com/tianocore/edk2/pull/4545
>
> Corvin Köhne (6):
> OvmfPkg/Library: fix definition of GetAcpiRsdpFromMemory
> OvmfPkg: avoid including AcpiPlatformLib twice
> OvmfPkg: move PciEncoding into AcpiPlatformLib
> OvmfPkg: move BootScript into AcpiPlatformLib
> OvmfPkg: move QemuFwCfgAcpi into AcpiPlatformLib
> OvmfPkg/Bhyve: install Acpi tables provided by FwCfg
>
Merged as #4568
Thanks.
> ArmVirtPkg/ArmVirtQemu.dsc | 1 +
> ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 +
> OvmfPkg/AmdSev/AmdSevX64.dsc | 1 +
> OvmfPkg/CloudHv/CloudHvX64.dsc | 1 +
> OvmfPkg/IntelTdx/IntelTdxX64.dsc | 1 +
> OvmfPkg/Microvm/MicrovmX64.dsc | 1 +
> OvmfPkg/OvmfPkgIa32.dsc | 1 +
> OvmfPkg/OvmfPkgIa32X64.dsc | 1 +
> OvmfPkg/OvmfPkgX64.dsc | 1 +
> OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc | 1 +
> OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf | 10 +-
> .../Bhyve/AcpiPlatformDxe/AcpiPlatformDxe.inf | 1 -
> .../AcpiPlatformLib/DxeAcpiPlatformLib.inf | 14 ++
> OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h | 51 ----
> OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.h | 17 --
> OvmfPkg/Include/Library/AcpiPlatformLib.h | 60 ++++-
> OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c | 3 +
> OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c | 5 +
> OvmfPkg/Bhyve/AcpiPlatformDxe/PciDecoding.c | 232 ------------------
> .../AcpiPlatformLib}/BootScript.c | 3 +-
> .../AcpiPlatformLib}/PciDecoding.c | 3 +-
> .../AcpiPlatformLib}/QemuFwCfgAcpi.c | 3 +-
> 22 files changed, 94 insertions(+), 318 deletions(-)
> delete mode 100644 OvmfPkg/Bhyve/AcpiPlatformDxe/PciDecoding.c
> rename OvmfPkg/{AcpiPlatformDxe => Library/AcpiPlatformLib}/BootScript.c (96%)
> rename OvmfPkg/{AcpiPlatformDxe => Library/AcpiPlatformLib}/PciDecoding.c (96%)
> rename OvmfPkg/{AcpiPlatformDxe => Library/AcpiPlatformLib}/QemuFwCfgAcpi.c (96%)
>
> --
> 2.41.0
>
>
>
>
>
>
prev parent reply other threads:[~2023-06-23 17:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-21 7:31 [PATCH v4 0/6] OvmfPkg/Bhyve: install Acpi tables by FwCfg Corvin Köhne
2023-06-21 7:31 ` [PATCH v4 1/6] OvmfPkg/Library: fix definition of GetAcpiRsdpFromMemory Corvin Köhne
2023-06-21 7:31 ` [PATCH v4 2/6] OvmfPkg: avoid including AcpiPlatformLib twice Corvin Köhne
2023-06-21 7:31 ` [PATCH v4 3/6] OvmfPkg: move PciEncoding into AcpiPlatformLib Corvin Köhne
2023-06-21 7:31 ` [PATCH v4 4/6] OvmfPkg: move BootScript " Corvin Köhne
2023-06-21 7:31 ` [PATCH v4 5/6] OvmfPkg: move QemuFwCfgAcpi " Corvin Köhne
2023-06-21 7:31 ` [PATCH v4 6/6] OvmfPkg/Bhyve: install Acpi tables provided by FwCfg Corvin Köhne
2023-06-23 17:38 ` 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='CAMj1kXECgm=2h7wxkuDSHQewX5BdKCH9_8oXHrzTq-as+UP-ew@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