]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg PlatformBdsLib: Set SCI_EN bit of PMCNTRL
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 4 May 2012 15:01:56 +0000 (15:01 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 4 May 2012 15:01:56 +0000 (15:01 +0000)
commit9b167857a4d925c459d1311de40937159c8ad464
tree7f7f75d2adcc71f0a369b2f7843113ee20afd7a2
parenta12c154727cd82faefc478458702270c296624e3
OvmfPkg PlatformBdsLib: Set SCI_EN bit of PMCNTRL

If the bit is not set, then the only method ACPI defines
for setting it is to use the SMI SCI enable code path.

Since OVMF does not support SMM, we must enable the
bit during boot.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Bei Guan <gbtju85@gmail.com>
Reviewed-by: Bei Guan <gbtju85@gmail.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13278 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c