mirror of https://github.com/acidanthera/audk.git
OvmfPkg/PlatformInitLib: fix comment about uncacheable MTRRs
In commit49edde1523
("OvmfPkg/PlatformPei: set 32-bit UC area at PciBase / PciExBarBase (pc/q35)", 2019-06-03), I forgot to update the comment. Do it now. Fixes:49edde1523
Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
fe405f08a0
commit
85fd05ab97
|
@ -968,7 +968,7 @@ PlatformQemuInitializeRam (
|
|||
//
|
||||
// We'd like to keep the following ranges uncached:
|
||||
// - [640 KB, 1 MB)
|
||||
// - [LowerMemorySize, 4 GB)
|
||||
// - [Uc32Base, 4 GB)
|
||||
//
|
||||
// Everything else should be WB. Unfortunately, programming the inverse (ie.
|
||||
// keeping the default UC, and configuring the complement set of the above as
|
||||
|
|
Loading…
Reference in New Issue