We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e29551 commit c3f0b42Copy full SHA for c3f0b42
include/slrt.h
@@ -93,6 +93,8 @@ struct slr_entry_amd_info {
93
u64 slrt_size;
94
u64 slrt_base;
95
u64 boot_params_base;
96
+ u16 psp_version;
97
+ u16 reserved[3];
98
} __packed;
99
100
/* Secure Kernel Loader */
0 commit comments