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

Clean up PCIe headers #3013

Merged
merged 1 commit into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions include/industry_standard/pci_idekm.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* Copyright Notice:
* Copyright 2021-2022 DMTF. All rights reserved.
* Copyright 2021-2025 DMTF. All rights reserved.
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
**/

/** @file
* Definitions of Integrity and data Encryption (IDE) ECN in PCI-SIG.
* Definitions of Integrity and data Encryption (IDE) in the PCIe Base specification.
**/

#ifndef PCI_IDE_KM_H
Expand Down
4 changes: 2 additions & 2 deletions include/industry_standard/pci_tdisp.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* Copyright Notice:
* Copyright 2022 DMTF. All rights reserved.
* Copyright 2022-2025 DMTF. All rights reserved.
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
**/

/** @file
* Definitions of TEE Device Interface Security Protocol (TDISP) ECN in PCI-SIG.
* Definitions of TEE Device Interface Security Protocol (TDISP) in the PCIe Base specification.
**/

#ifndef PCI_TDISP_H
Expand Down
8 changes: 2 additions & 6 deletions include/industry_standard/pcidoe.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
/**
* Copyright Notice:
* Copyright 2021-2024 DMTF. All rights reserved.
* Copyright 2021-2025 DMTF. All rights reserved.
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
**/

/** @file
* Definitions of Component Measurement and Authentication (CMA) ECN in PCI-SIG.
*
* Definitions of data Object Exchange (DOE) ECN in PCI-SIG.
*
* Definitions of Integrity and data Encryption (IDE) ECN in PCI-SIG.
* Definitions of Data Object Exchange (DOE) in the PCIe Base specification.
**/

#ifndef PCI_DOE_BINDING_H
Expand Down