summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/Uefi/UefiSpec.h
diff options
context:
space:
mode:
authorMichael Brown2016-10-16 17:32:49 +0200
committerMichael Brown2016-10-16 18:08:02 +0200
commitf796d5b6b63d3b986996458b4dbed4679e1abb3a (patch)
tree8891c0d73d116f2a5ea97be4bb4f4310d13add74 /src/include/ipxe/efi/Uefi/UefiSpec.h
parent[efi] Mark AppleNetBoot.h as a native iPXE header (diff)
downloadipxe-f796d5b6b63d3b986996458b4dbed4679e1abb3a.tar.gz
ipxe-f796d5b6b63d3b986996458b4dbed4679e1abb3a.tar.xz
ipxe-f796d5b6b63d3b986996458b4dbed4679e1abb3a.zip
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Uefi/UefiSpec.h')
-rw-r--r--src/include/ipxe/efi/Uefi/UefiSpec.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/include/ipxe/efi/Uefi/UefiSpec.h b/src/include/ipxe/efi/Uefi/UefiSpec.h
index 98ac8765..27edf43a 100644
--- a/src/include/ipxe/efi/Uefi/UefiSpec.h
+++ b/src/include/ipxe/efi/Uefi/UefiSpec.h
@@ -1006,11 +1006,15 @@ EFI_STATUS
@param[in] ResetType The type of reset to perform.
@param[in] ResetStatus The status code for the reset.
- @param[in] DataSize The size, in bytes, of WatchdogData.
+ @param[in] DataSize The size, in bytes, of ResetData.
@param[in] ResetData For a ResetType of EfiResetCold, EfiResetWarm, or
EfiResetShutdown the data buffer starts with a Null-terminated
string, optionally followed by additional binary data.
-
+ The string is a description that the caller may use to further
+ indicate the reason for the system reset. ResetData is only
+ valid if ResetStatus is something other than EFI_SUCCESS
+ unless the ResetType is EfiResetPlatformSpecific
+ where a minimum amount of ResetData is always required.
**/
typedef
VOID