summaryrefslogtreecommitdiff
path: root/DuetPkg/AcpiResetDxe/Reset.inf
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-21 20:46:36 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-21 20:46:36 +0000
commit09163a4d9dd14fb0e182a002b9967152f2e5ea86 (patch)
treeaa661729912f1e48ed3ea5f85e66f4ada3b90eda /DuetPkg/AcpiResetDxe/Reset.inf
parent0e047a2a83d3e4c04f73d26f3978a4efde0b2bc4 (diff)
downloadedk2-platforms-09163a4d9dd14fb0e182a002b9967152f2e5ea86.tar.xz
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
Diffstat (limited to 'DuetPkg/AcpiResetDxe/Reset.inf')
-rw-r--r--DuetPkg/AcpiResetDxe/Reset.inf7
1 files changed, 0 insertions, 7 deletions
diff --git a/DuetPkg/AcpiResetDxe/Reset.inf b/DuetPkg/AcpiResetDxe/Reset.inf
index 3af6becbe3..a0bd634110 100644
--- a/DuetPkg/AcpiResetDxe/Reset.inf
+++ b/DuetPkg/AcpiResetDxe/Reset.inf
@@ -36,8 +36,6 @@
[Sources]
Reset.c
- Reset.h
- ResetEntry.c
[Protocols]
gEfiResetArchProtocolGuid
@@ -47,8 +45,3 @@
[Depex]
TRUE
-
-[BuildOptions]
- MSFT:*_*_IA32_CC_FLAGS = /Od
-
-