commit | db1b7ce26f84bd6f4e68c816a54e4331f20d6349 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 06 15:40:26 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 06 15:40:26 2022 +0100 |
tree | d52737092a8fac70dedcd2d8caf70425d091b7c0 | |
parent | 4795d4ae833e1d2e1367c443cf36f2b212fdc5aa [diff] [blame] |
Add support for IOMMU/VT-d specific sections.
diff --git a/sections/cper-section-dmar-vtd.h b/sections/cper-section-dmar-vtd.h new file mode 100644 index 0000000..48be0d2 --- /dev/null +++ b/sections/cper-section-dmar-vtd.h
@@ -0,0 +1,9 @@ +#ifndef CPER_SECTION_DMAR_VTD_H +#define CPER_SECTION_DMAR_VTD_H + +#include "json.h" +#include "../edk/Cper.h" + +json_object* cper_section_dmar_vtd_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); + +#endif \ No newline at end of file