OVMF will fail, if large 64 bit BARs are used. GCD-Map doesn't cover 64 bit addresses of BARs.
OVMF assumes that 64 bit addresses of BARS are located on next 32 GB boundary behind Top of High RAM.
See D27230
This patch moves 64 bit BARs on next 32 GB boundary behind Top of High RAM to match OVMF assumptions.