Skip to content

Commit c3f0b42

Browse files
committed
include/slrt.h: add PSP version to slr_entry_amd_info
Couldn't be utilized to simplify code by skipping PCI enumeration, but that's not done here. Signed-off-by: Sergii Dmytruk <[email protected]>
1 parent 2e29551 commit c3f0b42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/slrt.h

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ struct slr_entry_amd_info {
9393
u64 slrt_size;
9494
u64 slrt_base;
9595
u64 boot_params_base;
96+
u16 psp_version;
97+
u16 reserved[3];
9698
} __packed;
9799

98100
/* Secure Kernel Loader */

0 commit comments

Comments
 (0)