You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for reading CCEL EventLogs from devmem (#288)
* Add support for reading CCEL EventLogs from devmem
"ACPI sysfs support for CCEL records" [1] is merged in linux kernel
since v6.4, and some old kernels may not have the sysfs feature.
Parse the CCEL EventLogs' physics address and length from the raw ACPI
table and read the EventLog from /dev/mem to faclitate old kernels.
Signed-off-by: GuoRui.Yu <[email protected]>
[1] torvalds/linux@4f855dc
* Make tdx_{eventlogs,extend_rtmr,tdreport,verify_rtmr} executable
Signed-off-by: GuoRui.Yu <[email protected]>
---------
Signed-off-by: GuoRui.Yu <[email protected]>
Co-authored-by: GuoRui.Yu <[email protected]>
0 commit comments