]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfield
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 12 Sep 2012 07:18:50 +0000 (07:18 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 12 Sep 2012 07:18:50 +0000 (07:18 +0000)
commita1eff44b5ef7ef4cd96ecc54960dcfb18a455fb8
treee2ae8ba9a4b2b9d5747b697955fb63ede9ba7e4f
parent830067bfa29358963dda22df935fefe7323f60b0
OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfield

The Index Register Base Address bitfield is selected by the binary mask
00000000 00000000 11111111 11000000, 0xFFC0; fix the typo.

Reported-by: Gleb Natapov <gleb@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13720 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
OvmfPkg/PlatformPei/Platform.c