TianoCore EDK2 master
|
#include <Pi/PiStatusCode.h>
Go to the source code of this file.
Macros | |
#define | IPMI_NETFN_GROUP_EXT 0x2C |
#define | IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_SEND 0x02 |
#define | IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_GET 0x03 |
#define | IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_NORMALLY 0x00 |
#define | IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_ERROR 0x80 |
#define | IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_DEFINING_BODY 0xAE |
IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1.
Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.
Copyright (c) 2024, Ampere Computing LLC. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file IpmiNetFnGroupExtension.h.
#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_ERROR 0x80 |
Definition at line 51 of file IpmiNetFnGroupExtension.h.
#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_NORMALLY 0x00 |
Definition at line 50 of file IpmiNetFnGroupExtension.h.
#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_DEFINING_BODY 0xAE |
Definition at line 52 of file IpmiNetFnGroupExtension.h.
#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_GET 0x03 |
Definition at line 45 of file IpmiNetFnGroupExtension.h.
#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_SEND 0x02 |
Constants and structure definitions for Boot Progress Codes
See Section F of the Arm Server Base Manageability Requirements 2.0 specification, https://developer.arm.com/documentation/den0069
Definition at line 40 of file IpmiNetFnGroupExtension.h.
#define IPMI_NETFN_GROUP_EXT 0x2C |
Definition at line 23 of file IpmiNetFnGroupExtension.h.