]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/AcpiPlatformDxe: split S3/S4 package into bytes
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Feb 2013 19:20:57 +0000 (19:20 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Feb 2013 19:20:57 +0000 (19:20 +0000)
commit3d80db51f4ecc5d097ef4254b1b4cf4d73a23fb4
tree4140b48663327e6d982551e91a45decd358c19ab
parent54c9a68d9c95325f784c27f09de7aecd2a7322b2
OvmfPkg/AcpiPlatformDxe: split S3/S4 package into bytes

This should be more compatible with AML parsers in practice
since older versions of ACPICA's OS support would not accept
the previous OVMF format (despite being spec compliant).
(For example, on OpenBSD 5.2 it caused a kernel crash)

ACPICA has fixed this issue in:
https://github.com/otcshare/acpica/commit/5869690a

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: David Woodhouse <David.Woodhouse@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14130 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/AcpiPlatformDxe/Qemu.c