commit | 205dd1d7e443486831bdeb36b269629c49b7f06c | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 16:23:38 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 16:23:38 2022 +0100 |
tree | c18b520aa005e9f0ebcce6ff3c8afffb83a56255 | |
parent | 3b7f45b562adaa70cbc645526581fa5f303c3c35 [diff] [blame] |
Add all DMAR, CCIX, PCI, firmware conversions.
diff --git a/sections/cper-section-dmar-vtd.h b/sections/cper-section-dmar-vtd.h index 54e2082..4a49e56 100644 --- a/sections/cper-section-dmar-vtd.h +++ b/sections/cper-section-dmar-vtd.h
@@ -23,5 +23,6 @@ } EFI_VTD_FAULT_RECORD; json_object* cper_section_dmar_vtd_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); +void ir_section_dmar_vtd_to_cper(json_object* section, FILE* out); #endif \ No newline at end of file