summaryrefslogtreecommitdiff
path: root/OldMdePkg/Include/Uefi
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-04 09:36:42 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-04 09:36:42 +0000
commit06fb8ffd0771d95b3f8797c30bf8e620eddd1e23 (patch)
treeaf6cf0abb258fa77de44d5d7b275cc232e26bc1c /OldMdePkg/Include/Uefi
parentdabd48785bc21cd05327c49db1fcb8f7fb9c3867 (diff)
downloadedk2-platforms-06fb8ffd0771d95b3f8797c30bf8e620eddd1e23.tar.xz
MdePkg:
1. Add AcpiTable & ComponentName2 Protocol definitions. 2. Add HardwareErrorVariable GUID definition. EdkModulePkg: 1. Update DxeCore to let InsatllConfigurationTable() signal the event group whenever a table entry is inserted, modified or deleted. 2. Update ConPlatform to let Simple Text In and Out not share a stop function . git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2625 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OldMdePkg/Include/Uefi')
-rw-r--r--OldMdePkg/Include/Uefi/UefiSpec.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/OldMdePkg/Include/Uefi/UefiSpec.h b/OldMdePkg/Include/Uefi/UefiSpec.h
index 15b3ac22d2..6f34077068 100644
--- a/OldMdePkg/Include/Uefi/UefiSpec.h
+++ b/OldMdePkg/Include/Uefi/UefiSpec.h
@@ -580,9 +580,10 @@ VOID
//
// Variable attributes
//
-#define EFI_VARIABLE_NON_VOLATILE 0x00000001
-#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
-#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
+#define EFI_VARIABLE_NON_VOLATILE 0x00000001
+#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
+#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
+#define EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008
/**
Returns the value of a variable.
@@ -2329,7 +2330,7 @@ typedef enum {
//
-// Protocols from EFI 1.10 that got thier names fixed in UEFI 2.0
+// Protocols from EFI 1.10 that got their names fixed in UEFI 2.0
//
#include <Protocol/LoadedImage.h>
#include <Protocol/SimpleTextIn.h>
@@ -2409,8 +2410,11 @@ typedef enum {
#include <Protocol/Mtftp4.h>
#include <Protocol/ServiceBinding.h>
#include <Protocol/Hash.h>
+#include <Protocol/AcpiTable.h>
+#include <Protocol/ComponentName2.h>
#include <Guid/EventGroup.h>
+#include <Guid/HardwareErrorVariable.h>
#endif