Lawrence Tang | 617949e | 2022-08-08 14:21:42 +0100 | [diff] [blame] | 1 | { |
| 2 | "type": "object", |
| 3 | "required": ["sectionDescriptor", "section"], |
| 4 | "additionalProperties": false, |
| 5 | "properties": { |
| 6 | "header": { |
| 7 | "$ref": "./cper-json-header.json" |
| 8 | }, |
| 9 | "sectionDescriptor": { |
| 10 | "$ref": "./cper-json-section-descriptor.json" |
| 11 | }, |
| 12 | "section": { |
| 13 | "type": "object", |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 14 | "minProperties": 1, |
| 15 | "maxProperties": 1, |
Ed Tanous | 7a531ff | 2025-03-14 17:06:49 -0700 | [diff] [blame] | 16 | "additionalProperties": false, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 17 | "properties": { |
| 18 | "GenericProcessor": { |
| 19 | "$ref": "./sections/cper-generic-processor.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 20 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 21 | "Ia32x64Processor": { |
| 22 | "$ref": "./sections/cper-ia32x64-processor.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 23 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 24 | "ArmProcessor": { |
| 25 | "$ref": "./sections/cper-arm-processor.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 26 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 27 | "Memory": { |
| 28 | "$ref": "./sections/cper-memory.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 29 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 30 | "Memory2": { |
| 31 | "$ref": "./sections/cper-memory2.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 32 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 33 | "Pcie": { |
| 34 | "$ref": "./sections/cper-pcie.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 35 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 36 | "PciBus": { |
| 37 | "$ref": "./sections/cper-pci-bus.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 38 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 39 | "PciComponent": { |
| 40 | "$ref": "./sections/cper-pci-component.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 41 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 42 | "Firmware": { |
| 43 | "$ref": "./sections/cper-firmware.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 44 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 45 | "GenericDmar": { |
| 46 | "$ref": "./sections/cper-generic-dmar.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 47 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 48 | "VtdDmar": { |
| 49 | "$ref": "./sections/cper-vtd-dmar.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 50 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 51 | "IommuDmar": { |
| 52 | "$ref": "./sections/cper-iommu-dmar.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 53 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 54 | "CcixPer": { |
| 55 | "$ref": "./sections/cper-ccix-per.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 56 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 57 | "CxlProtocol": { |
| 58 | "$ref": "./sections/cper-cxl-protocol.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 59 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 60 | "CxlComponent": { |
| 61 | "$ref": "./sections/cper-cxl-component.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 62 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 63 | "Nvidia": { |
| 64 | "$ref": "./sections/cper-nvidia.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 65 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 66 | "Ampere": { |
| 67 | "$ref": "./sections/cper-ampere.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 68 | }, |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 69 | "Unknown": { |
| 70 | "$ref": "./sections/cper-unknown.json" |
Ed Tanous | b07061a | 2024-09-22 10:33:29 -0700 | [diff] [blame] | 71 | } |
Ed Tanous | 7474a74 | 2025-03-14 15:51:24 -0700 | [diff] [blame] | 72 | } |
Lawrence Tang | 617949e | 2022-08-08 14:21:42 +0100 | [diff] [blame] | 73 | } |
| 74 | } |
John Chung | 044afd0 | 2024-05-03 19:58:02 +0800 | [diff] [blame] | 75 | } |