From: "David Woodhouse" <dwmw2@infradead.org>
To: Laszlo Ersek <lersek@redhat.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>, Jordan Justen <jordan.l.justen@intel.com>
Subject: Re: [edk2] [PATCH] OvmfPkg: prevent 64-bit MMIO BAR degradation if there is no CSM
Date: Wed, 19 Jun 2019 13:50:33 +0100 [thread overview]
Message-ID: <9c690717587ff1ccd9a8ec8bd3d741e6c86f8bb3.camel@infradead.org> (raw)
In-Reply-To: <1463609573-16626-1-git-send-email-lersek@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2529 bytes --]
On Thu, 2016-05-19 at 00:12 +0200, Laszlo Ersek wrote:
> According to edk2 commit
>
> "MdeModulePkg/PciBus: do not improperly degrade resource"
>
> and to the EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL definition in the
> Platform Init 1.4a specification, a platform can provide such a protocol
> in order to influence the PCI resource allocation performed by the PCI Bus
> driver.
>
> In particular it is possible instruct the PCI Bus driver, with a
> "wildcard" hint, to allocate the 64-bit MMIO BARs of a device in 64-bit
> address space, regardless of whether the device features an option ROM.
>
> (By default, the PCI Bus driver considers an option ROM reason enough for
> allocating the 64-bit MMIO BARs in 32-bit address space. It cannot know if
> BDS will launch a legacy boot option, and under legacy boot, a legacy BIOS
> binary from a combined option ROM could be dispatched, and fail to access
> MMIO BARs in 64-bit address space.)
>
> In platform code we can ascertain whether a CSM is present or not. If not,
> then legacy BIOS binaries in option ROMs can't be dispatched, hence the
> BAR degradation is detrimental, and we should prevent it. This is expected
> to conserve the 32-bit address space for 32-bit MMIO BARs.
>
> The driver added in this patch could be simplified based on the following
> facts:
>
> - In the Ia32 build, the 64-bit MMIO aperture is always zero-size, hence
> the driver will exit immediately. Therefore the driver could be omitted
> from the Ia32 build.
>
> - In the Ia32X64 and X64 builds, the driver could be omitted if CSM_ENABLE
> was defined (because in that case the degradation would be justified).
> On the other hand, if CSM_ENABLE was undefined, then the driver could be
> included, and it could provide the hint unconditionally (without looking
> for the Legacy BIOS protocol).
>
> These short-cuts are not taken because they would increase the differences
> between the OVMF DSC/FDF files. If we can manage without extreme
> complexity, we should use dynamic logic (vs. build time configuration),
> plus keep conditional compilation to a minimum.
>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
This (commit 855743f717745) appears not to be working any more. I see
NVMe controllers' BARs being assigned above 4GiB where the CSM can't
reach them.
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 5174 bytes --]
next parent reply other threads:[~2019-06-19 12:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1463609573-16626-1-git-send-email-lersek@redhat.com>
2019-06-19 12:50 ` David Woodhouse [this message]
2019-06-19 22:10 ` [edk2] [PATCH] OvmfPkg: prevent 64-bit MMIO BAR degradation if there is no CSM Laszlo Ersek
2019-06-19 22:19 ` David Woodhouse
2019-06-20 12:57 ` Laszlo Ersek
2019-06-20 13:58 ` David Woodhouse
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=9c690717587ff1ccd9a8ec8bd3d741e6c86f8bb3.camel@infradead.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