]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg AcpiTimerLib: Fix issue with I/O address initialization
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Aug 2011 23:20:23 +0000 (23:20 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Aug 2011 23:20:23 +0000 (23:20 +0000)
commit1c2ae02e764e7d8b2b2ed00fb01e093aa33f6331
tree0c27629be18c764052cc5543546c2a33a24335b6
parent1fc930834bc7fe1b2cba41b5dc5be7e1716b3840
OvmfPkg AcpiTimerLib: Fix issue with I/O address initialization

For the first instance of the library that runs, the
base is initialized to 0x400, but we access it at 0x401.

Signed-off-by: jljusten
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12121 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c