TianoCore EDK2 master
Loading...
Searching...
No Matches
IpmiNetFnGroupExtension.h File Reference
#include <Pi/PiStatusCode.h>

Go to the source code of this file.

Data Structures

struct  IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_FORMAT
 
struct  IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_SEND_REQUEST
 
struct  IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_SEND_RESPONSE
 
struct  IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_GET_REQUEST
 
struct  IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_GET_RESPONSE
 

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
 

Detailed Description

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

Revision Reference:

Definition in file IpmiNetFnGroupExtension.h.

Macro Definition Documentation

◆ IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_ERROR

#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_ERROR   0x80

Definition at line 51 of file IpmiNetFnGroupExtension.h.

◆ IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_NORMALLY

#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_COMPLETED_NORMALLY   0x00

Definition at line 50 of file IpmiNetFnGroupExtension.h.

◆ IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_DEFINING_BODY

#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_DEFINING_BODY   0xAE

Definition at line 52 of file IpmiNetFnGroupExtension.h.

◆ IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_GET

#define IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_GET   0x03

Definition at line 45 of file IpmiNetFnGroupExtension.h.

◆ IPMI_GROUP_EXTENSION_BOOT_PROGRESS_CODE_SEND

#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.

◆ IPMI_NETFN_GROUP_EXT

#define IPMI_NETFN_GROUP_EXT   0x2C

Definition at line 23 of file IpmiNetFnGroupExtension.h.