File tree 4 files changed +8
-8
lines changed
library/spdm_transport_pcidoe_lib
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
17
17
[ DSP0276] ( https://www.dmtf.org/dsp/DSP0276 ) Secured Messages using SPDM over MCTP Binding Specification (version [ 1.2.0] ( https://www.dmtf.org/sites/default/files/standards/documents/DSP0276_1.2.0.pdf ) )
18
18
19
- PCIE follows :
19
+ PCIe follows :
20
20
21
21
PCI Express Base Specification [ Revision 6.2] ( https://members.pcisig.com/wg/PCI-SIG/document/20590 )
22
22
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright Notice:
3
- * Copyright 2021-2022 DMTF. All rights reserved.
3
+ * Copyright 2021-2025 DMTF. All rights reserved.
4
4
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
5
5
**/
6
6
@@ -80,7 +80,7 @@ typedef struct {
80
80
uint8_t reserved2 ;
81
81
uint8_t key_sub_stream ;
82
82
uint8_t port_index ;
83
- /*KEY 8 DW - same as PCIE IDE
83
+ /*KEY 8 DW - same as PCIe IDE
84
84
* Pending Initial IV 3 DW - ignore if IV_DEFAULT = 1*/
85
85
} cxl_ide_km_key_prog_t ;
86
86
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright Notice:
3
- * Copyright 2021-2024 DMTF. All rights reserved.
3
+ * Copyright 2021-2025 DMTF. All rights reserved.
4
4
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
5
5
**/
6
6
@@ -135,7 +135,7 @@ libspdm_return_t libspdm_pci_doe_decode_discovery_request(size_t transport_messa
135
135
136
136
/**
137
137
* Decode a DOE discovery request message to get the DOE Discovery Version field.
138
- * DOE Discovery Version is introduced in PCIE Spec 6.1 Section 6.30.1.1.
138
+ * DOE Discovery Version is introduced in PCIe Spec 6.1 Section 6.30.1.1.
139
139
*
140
140
* @param transport_message_size Size in bytes of the transport message data buffer.
141
141
* @param transport_message A pointer to a source buffer to store the transport message.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright Notice:
3
- * Copyright 2021-2024 DMTF. All rights reserved.
3
+ * Copyright 2021-2025 DMTF. All rights reserved.
4
4
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
5
5
**/
6
6
@@ -303,7 +303,7 @@ libspdm_return_t libspdm_pci_doe_decode_discovery_request(size_t transport_messa
303
303
304
304
/**
305
305
* Decode a DOE discovery request message to get the DOE Discovery Version field.
306
- * DOE Discovery Version is introduced in PCIE Spec 6.1 Section 6.30.1.1.
306
+ * DOE Discovery Version is introduced in PCIe Spec 6.1 Section 6.30.1.1.
307
307
*
308
308
* @param transport_message_size Size in bytes of the transport message data buffer.
309
309
* @param transport_message A pointer to a source buffer to store the transport message.
@@ -334,7 +334,7 @@ libspdm_return_t libspdm_pci_doe_decode_discovery_request_version(size_t transpo
334
334
* of the PCIe DOE spec. DOE discovery is mandatory for all
335
335
* implementations.
336
336
*
337
- * DOE Discovery Version is introduced in PCIE Spec 6.1 Section 6.30.1.1.
337
+ * DOE Discovery Version is introduced in PCIe Spec 6.1 Section 6.30.1.1.
338
338
* It is Byte-1 in DOE discovery request.
339
339
*/
340
340
message = (const uint8_t * )transport_message + sizeof (pci_doe_data_object_header_t ) + 1 ;
You can’t perform that action at this time.
0 commit comments