d/rules : switch to 64bits PEI for OVMF(X64) image
The OVMF image (for X64) has been switched from OvmfPkgX64 conf to OvmfPkgIa32X64 conf (see f839ec86) because 64-bit PEI doesn't not support S3 for SMM at the time.
Recently, this problem has been fixed by commits:
- 8bd2028f ("MdeModulePkg: Supporting S3 in 64bit PEI")
- 6acf7290 ("UefiCpuPkg: Supporting S3 in 64bit PEI") See also https://bugzilla.tianocore.org/show_bug.cgi?id=4195
This commit switches OVMF conf back to OvmfPkgX64.
Edited by Hector Cao