From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: edk2-devel@lists.01.org, lersek@redhat.com
Cc: drjones@redhat.com, leif.lindholm@linaro.org,
Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: [PATCH v2 0/4] ArmVirtPkg: make DT vs ACPI support mutually exclusive
Date: Thu, 9 Mar 2017 18:21:09 +0100 [thread overview]
Message-ID: <1489080073-13328-1-git-send-email-ard.biesheuvel@linaro.org> (raw)
Instead of supplying both ACPI and DT hw descriptions, and allow the latter
to be inihibited by setting a compile time define, make DT table installation
dependent on the absence of a ACPI 2.0 table when the ReadyToBoot even fires.
Changes since v1:
- add missing includes
- cosmetic coding style fixes
- reorder event registration with protocol installation (#2)
- add Laszlo's patch to add missing EFIAPI specifiers
As Laszlo has pointed out, this affects the Xen port as well as the QEMU/KVM
one, which I consider to be an advantage. And of course, I am happy to keep
both halves if it turns out I ended up breaking it :-)
Ard Biesheuvel (3):
ArmVirtPkg/ArmVirtPL031FdtClientLib: unconditionally disable DT node
ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot
ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent
Laszlo Ersek (1):
ArmVirtPkg/FdtClientDxe: supplement missing EFIAPI calling conv
specifiers
ArmVirtPkg/ArmVirtPkg.dec | 10 ----
ArmVirtPkg/ArmVirtQemu.dsc | 5 --
ArmVirtPkg/FdtClientDxe/FdtClientDxe.c | 58 +++++++++++++++++---
ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf | 6 +-
ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.c | 22 ++++----
ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf | 3 -
6 files changed, 62 insertions(+), 42 deletions(-)
--
2.7.4
next reply other threads:[~2017-03-09 17:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 17:21 Ard Biesheuvel [this message]
2017-03-09 17:21 ` [PATCH v2 1/4] ArmVirtPkg/FdtClientDxe: supplement missing EFIAPI calling conv specifiers Ard Biesheuvel
2017-03-09 17:29 ` Laszlo Ersek
2017-03-09 17:32 ` Leif Lindholm
2017-03-09 17:21 ` [PATCH v2 2/4] ArmVirtPkg/ArmVirtPL031FdtClientLib: unconditionally disable DT node Ard Biesheuvel
2017-03-09 17:21 ` [PATCH v2 3/4] ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot Ard Biesheuvel
2017-03-09 17:33 ` Laszlo Ersek
2017-03-09 17:21 ` [PATCH v2 4/4] ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent Ard Biesheuvel
2017-03-09 17:35 ` Laszlo Ersek
2017-03-09 17:39 ` [PATCH v2 0/4] ArmVirtPkg: make DT vs ACPI support mutually exclusive Ard Biesheuvel
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=1489080073-13328-1-git-send-email-ard.biesheuvel@linaro.org \
--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