]> git.proxmox.com Git - mirror_edk2.git/commit
Fix build breaks
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 21 Feb 2010 20:46:36 +0000 (20:46 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 21 Feb 2010 20:46:36 +0000 (20:46 +0000)
commit09163a4d9dd14fb0e182a002b9967152f2e5ea86
treeaa661729912f1e48ed3ea5f85e66f4ada3b90eda
parent0e047a2a83d3e4c04f73d26f3978a4efde0b2bc4
Fix build breaks
Update EfiAcpiResetSystem() to match function prototype for EFI_RESET_SYSTEM
Add CpuDeadLoop() in all paths, so EfiAcpiResetSystem() can never return to be compliant with UEFI Spec, even when ASSERT() statements are disabled.
Change DEBUG() messages from EFI_D_ERROR to DEBUG_INFO because they are not error messages.
Simplify implementation from 4 files down to 2 files.
Use IoAndTheOr16() and MmioAndTheOr16() instead if IoRead/Write16() and MmioRead/Write16()

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10035 6f19259b-4bc3-4df7-8a09-765794883524
DuetPkg/AcpiResetDxe/Reset.c
DuetPkg/AcpiResetDxe/Reset.h [deleted file]
DuetPkg/AcpiResetDxe/Reset.inf
DuetPkg/AcpiResetDxe/ResetEntry.c [deleted file]