]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/PlatformPei: assign PciSize on both i440fx/q35 branches explicitly
authorLaszlo Ersek <lersek@redhat.com>
Tue, 22 Jan 2019 19:37:31 +0000 (20:37 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 16 May 2019 19:18:41 +0000 (21:18 +0200)
commit60e95bf5094fbb9b728729ccfaf32184b3662317
treea66e91252228c6e54b2bbf8bcfaab1d2bb0025b2
parent3b7a897cd8e3d70f5759ef5998be684d1eaa260f
OvmfPkg/PlatformPei: assign PciSize on both i440fx/q35 branches explicitly

In the MemMapInitialization() function, we currently have a common
PciSize assignment, shared between i440fx and q35. In order to simplify
the rest of this series, lift and duplicate the assignment identically to
both board-specific branches.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1814
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1666941
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1701710
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
OvmfPkg/PlatformPei/Platform.c