diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-03-19 17:19:48 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-03-21 07:10:39 +0000 |
commit | 09da11081915dea25d2d1bba87cdf460102e52bb (patch) | |
tree | 6d1e0e2b902ea489860e7f0e04c8fb6bef3f7fc4 /Maintainers.txt | |
parent | f859c6796f4064e2142d4bfaae55dbd3aaf70c55 (diff) | |
download | edk2-platforms-09da11081915dea25d2d1bba87cdf460102e52bb.tar.xz |
MdeModulePkg/BootGraphicsResourceTableDxe: don't allocate below 4 GB
The BGRT table has an 8 byte field for the memory address of the image
data, and yet the driver explicitly allocates below 4 GB. This results
in an ASSERT() on systems that do not have any memory below 4 GB to begin
with.
Since neither the PI, the UEFI or the ACPI spec contain any mention of
why this data should reside below 4 GB, replace the allocation call
with an ordinary AllocatePages() call.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'Maintainers.txt')
0 files changed, 0 insertions, 0 deletions