|
4 | 4 | "ApmlRetries": {
|
5 | 5 | "Description": "Number of APML retry count",
|
6 | 6 | "Value": 10,
|
7 |
| - "MaxBoundLimit": "50" |
| 7 | + "MaxBoundLimit": 50 |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
|
67 | 67 | "Description": "Disable AIFS Reset on syncflood counter",
|
68 | 68 | "Value": true
|
69 | 69 | }
|
| 70 | + }, |
| 71 | + { |
| 72 | + "DramCeccPollingEn": { |
| 73 | + "Description": "If this field is true, DRAM Cecc correctable errors will be polled.", |
| 74 | + "Value": false |
| 75 | + } |
| 76 | + }, |
| 77 | + { |
| 78 | + "McaPollingEn": { |
| 79 | + "Description": "If this field is true, MCA correctable errors will be polled.", |
| 80 | + "Value": true |
| 81 | + } |
| 82 | + }, |
| 83 | + { |
| 84 | + "PcieAerPollingEn": { |
| 85 | + "Description": "If this field is true, PCIE AER correctable errors will be polled.", |
| 86 | + "Value": false |
| 87 | + } |
| 88 | + }, |
| 89 | + { |
| 90 | + "DramCeccThresholdEn": { |
| 91 | + "Description": "If this field is true, error thresholding is enable for DRAM CECC errors.", |
| 92 | + "Value": false |
| 93 | + } |
| 94 | + }, |
| 95 | + { |
| 96 | + "McaThresholdEn": { |
| 97 | + "Description": "If this field is true, error thresholding is enable for MCa errors", |
| 98 | + "Value": false |
| 99 | + } |
| 100 | + }, |
| 101 | + { |
| 102 | + "PcieAerThresholdEn": { |
| 103 | + "Description": "If this field is true, error thresholding is enable for PCIE AER errors.", |
| 104 | + "Value": false |
| 105 | + } |
| 106 | + }, |
| 107 | + { |
| 108 | + "McaPollingPeriod": { |
| 109 | + "Description": "Polling time period in seconds for MCA errors", |
| 110 | + "Value": 3 |
| 111 | + } |
| 112 | + }, |
| 113 | + { |
| 114 | + "DramCeccPollingPeriod": { |
| 115 | + "Description": "Polling time period in seconds for DRAM CECC errors", |
| 116 | + "Value": 5 |
| 117 | + } |
| 118 | + }, |
| 119 | + { |
| 120 | + "PcieAerPollingPeriod": { |
| 121 | + "Description": "Polling time period in seconds for PCIE AER errors", |
| 122 | + "Value": 7 |
| 123 | + } |
| 124 | + }, |
| 125 | + { |
| 126 | + "DramCeccErrThresholdCnt": { |
| 127 | + "Description": "Error threshold value for DRAM CECC errors.", |
| 128 | + "Value": 1 |
| 129 | + } |
| 130 | + }, |
| 131 | + { |
| 132 | + "McaErrThresholdCnt": { |
| 133 | + "Description": "Error threshold value for MCA errors.", |
| 134 | + "Value": 1 |
| 135 | + } |
| 136 | + }, |
| 137 | + { |
| 138 | + "PcieAerErrThresholdCnt": { |
| 139 | + "Description": "Error threshold value for PCIE AER errors.", |
| 140 | + "Value": 1 |
| 141 | + } |
70 | 142 | }
|
71 | 143 | ]
|
72 | 144 | }
|
0 commit comments