![Intel Extensible Firmware Interface Specification Download Page 114](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117114.webp)
Extensible Firmware Interface Specification
96
12/12/00
Version 1.02
3.8.1 ResetSystem()
Summary
Resets the entire platform.
Prototype
VOID
ResetSystem (
IN EFI_RESET_TYPE
ResetType,
IN EFI_STATUS
ResetStatus,
IN UINTN
DataSize,
IN CHAR16
*ResetData
OPTIONAL
);
Parameters
ResetType
The type of reset to perform. Type
EFI_RESET_TYPE
is defined in
“Related Definitions”.
ResetStatus
The status code for the reset. If the system reset is part of a normal
operation, the status code would be
EFI_SUCCESS
. If the system reset
is due to some type of failure the most appropriate EFI Status code
would be used.
DataSize
The size, in bytes, of
ResetData
.
ResetData
A data buffer that includes a Null-terminated Unicode 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 then
EFI_SUCCESS
. This pointer must be a physical address.
Related Definitions
//*******************************************************
// EFI_RESET_TYPE
//*******************************************************
typedef enum {
EfiResetCold,
EfiResetWarm
} EFI_RESET_TYPE;
Summary of Contents for Extensible Firmware Interface
Page 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Page 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Page 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Page 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Page 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Page 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Page 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Page 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Page 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Page 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Page 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Page 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Page 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Page 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Page 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...