Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHERRY-PICK] MdePkg/IndustryStandard: Adds SPMI macros #1275

Merged
merged 2 commits into from
Feb 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions MdePkg/Include/IndustryStandard/ServiceProcessorManagementInterfaceTable.h
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Intelligent Platform Management Interface Specification Second Generation.

Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

@par Revision Reference:
Expand Down Expand Up @@ -95,4 +97,17 @@ typedef struct {

#pragma pack()

///
/// SPMI Revision (defined in spec)
///
#define EFI_ACPI_SERVICE_PROCESSOR_MANAGEMENT_INTERFACE_5_TABLE_REVISION 0x05

///
/// SPMI Interface Type
///
#define EFI_ACPI_SPMI_INTERFACE_TYPE_KCS 0x01
#define EFI_ACPI_SPMI_INTERFACE_TYPE_SMIC 0x02
#define EFI_ACPI_SPMI_INTERFACE_TYPE_BT 0x03
#define EFI_ACPI_SPMI_INTERFACE_TYPE_SSIF 0x04

#endif