]> git.proxmox.com Git - mirror_edk2.git/commit
BeagleBoardPkg: Ensure there is no pending IRQ and disable timer
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Jul 2011 15:13:06 +0000 (15:13 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Jul 2011 15:13:06 +0000 (15:13 +0000)
commit2d08d17d651d81d267f00dcfdff0a46013b49907
tree71a83510ff87942ddc3224a4c7869cbd7f3eb1a7
parent3e4df77fc34c9b06e78dbced73a3e7ae57315d65
BeagleBoardPkg: Ensure there is no pending IRQ and disable timer

When the BeagleBoard UEFI is started from a 1st (or 2nd stage) boot loader
it is possible there are still some pending IRQ.
Clean the interrupts before starting the BeagleBoard UEFI.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12034 6f19259b-4bc3-4df7-8a09-765794883524
BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoard.c
BeagleBoardPkg/Library/BeagleBoardLib/Clock.c
Omap35xxPkg/TimerDxe/Timer.c