From 09163a4d9dd14fb0e182a002b9967152f2e5ea86 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 21 Feb 2010 20:46:36 +0000 Subject: 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.inf | 7 ------- 1 file changed, 7 deletions(-) (limited to 'DuetPkg/AcpiResetDxe/Reset.inf') 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 - - -- cgit v1.2.3