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
Currently, all ACPI tables can be accessed via entries under
'/sys/firmware/acpi/tables/'. The TDEL(Trust Domain Event Log)[1]
table simply provide the address and length of the TDEL records
area in UEFI reserved memory. To access these records, userspace
can use /dev/mem to retrieve them. But '/dev/mem' is not enabled on
many systems for security reasons.
The ACPI driver has provided read only access to BERT records area
via '/sys/firmware/acpi/tables/data/BERT' in sysfs. So follow the same
way, this patch create a new file /sys/firmware/acpi/tables/data/TDEL
to enable read-only access to the TDEL records area.
[1] https://software.intel.com/content/dam/develop/external/us/en/
documents/intel-tdx-guest-hypervisor-communication-interface-
1.0-344426-002.pdf
Signed-off-by: Haibo Xu <[email protected]>
0 commit comments