Patrick Williams | 2339fe2 | 2015-05-29 07:47:07 -0500 | [diff] [blame^] | 1 | From c53b40e0dcc250d75a159389e099dd40b64e5468 Mon Sep 17 00:00:00 2001 |
| 2 | From: Dan Crowell <dcrowell@us.ibm.com> |
| 3 | Date: Wed, 27 May 2015 16:39:23 -0500 |
| 4 | Subject: [PATCH] Remove gard actions for memory plugging errors |
| 5 | |
| 6 | Modified errors related to unsupported or invalid dimm |
| 7 | configurations to no longer gard any hardware. |
| 8 | |
| 9 | Change-Id: I67459425e973ad1c6f4cf95ccd164b73bdd46a80 |
| 10 | --- |
| 11 | .../mss_eff_config/memory_mss_eff_config.xml | 208 +++++---------------- |
| 12 | .../memory_mss_eff_config_termination.xml | 69 +------ |
| 13 | 2 files changed, 50 insertions(+), 227 deletions(-) |
| 14 | |
| 15 | diff --git a/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config.xml b/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config.xml |
| 16 | index ed1de55..c6a2d37 100644 |
| 17 | --- a/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config.xml |
| 18 | +++ b/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config.xml |
| 19 | @@ -5,7 +5,7 @@ |
| 20 | <!-- --> |
| 21 | <!-- OpenPOWER HostBoot Project --> |
| 22 | <!-- --> |
| 23 | -<!-- Contributors Listed Below - COPYRIGHT 2013,2014 --> |
| 24 | +<!-- Contributors Listed Below - COPYRIGHT 2013,2015 --> |
| 25 | <!-- [+] International Business Machines Corp. --> |
| 26 | <!-- --> |
| 27 | <!-- --> |
| 28 | @@ -22,7 +22,7 @@ |
| 29 | <!-- permissions and limitations under the License. --> |
| 30 | <!-- --> |
| 31 | <!-- IBM_PROLOG_END_TAG --> |
| 32 | -<!-- $Id: memory_mss_eff_config.xml,v 1.3 2014/10/20 22:12:59 asaetow Exp $ --> |
| 33 | +<!-- $Id: memory_mss_eff_config.xml,v 1.4 2015-05-27 19:56:31 asaetow Exp $ --> |
| 34 | <!-- For file ../../ipl/fapi/mss_eff_config.C --> |
| 35 | <!-- // *! OWNER NAME : Anuwat Saetow Email: asaetow@us.ibm.com --> |
| 36 | <!-- // *! BACKUP NAME : Mark Bellows Email: bellows@us.ibm.com --> |
| 37 | @@ -47,9 +47,6 @@ |
| 38 | <target>TARGET_MBA</target> |
| 39 | </deconfigure> |
| 40 | |
| 41 | - <gard> |
| 42 | - <target>TARGET_MBA</target> |
| 43 | - </gard> |
| 44 | </hwpError> |
| 45 | |
| 46 | <!-- *********************************************************************** --> |
| 47 | @@ -71,9 +68,6 @@ |
| 48 | <target>TARGET_MBA</target> |
| 49 | </deconfigure> |
| 50 | |
| 51 | - <gard> |
| 52 | - <target>TARGET_MBA</target> |
| 53 | - </gard> |
| 54 | </hwpError> |
| 55 | |
| 56 | <!-- *********************************************************************** --> |
| 57 | @@ -98,9 +92,6 @@ |
| 58 | <target>TARGET_MBA</target> |
| 59 | </deconfigure> |
| 60 | |
| 61 | - <gard> |
| 62 | - <target>TARGET_MBA</target> |
| 63 | - </gard> |
| 64 | </hwpError> |
| 65 | |
| 66 | <!-- *********************************************************************** --> |
| 67 | @@ -125,9 +116,6 @@ |
| 68 | <target>TARGET_MBA</target> |
| 69 | </deconfigure> |
| 70 | |
| 71 | - <gard> |
| 72 | - <target>TARGET_MBA</target> |
| 73 | - </gard> |
| 74 | </hwpError> |
| 75 | |
| 76 | <!-- *********************************************************************** --> |
| 77 | @@ -169,10 +157,10 @@ |
| 78 | <description>Plug rule violation, one position is empty but other are present |
| 79 | </description> |
| 80 | <FFDC>TARGET_MBA</FFDC> |
| 81 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_0</ffdc> |
| 82 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_1</ffdc> |
| 83 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_0</ffdc> |
| 84 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_1</ffdc> |
| 85 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_0</ffdc> |
| 86 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_1</ffdc> |
| 87 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_0</ffdc> |
| 88 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_1</ffdc> |
| 89 | <callout> |
| 90 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 91 | <priority>HIGH</priority> |
| 92 | @@ -186,10 +174,6 @@ |
| 93 | <target>TARGET_MBA</target> |
| 94 | </deconfigure> |
| 95 | |
| 96 | - <gard> |
| 97 | - <target>TARGET_MBA</target> |
| 98 | - <priority>HIGH</priority> |
| 99 | - </gard> |
| 100 | </hwpError> |
| 101 | |
| 102 | <!-- *********************************************************************** --> |
| 103 | @@ -198,10 +182,10 @@ |
| 104 | <description>Plug rule violation, sides do not match |
| 105 | </description> |
| 106 | <FFDC>TARGET_MBA</FFDC> |
| 107 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_0</ffdc> |
| 108 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_1</ffdc> |
| 109 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_0</ffdc> |
| 110 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_1</ffdc> |
| 111 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_0</ffdc> |
| 112 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_1</ffdc> |
| 113 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_0</ffdc> |
| 114 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_1</ffdc> |
| 115 | |
| 116 | <callout> |
| 117 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 118 | @@ -216,10 +200,6 @@ |
| 119 | <target>TARGET_MBA</target> |
| 120 | </deconfigure> |
| 121 | |
| 122 | - <gard> |
| 123 | - <target>TARGET_MBA</target> |
| 124 | - <priority>HIGH</priority> |
| 125 | - </gard> |
| 126 | </hwpError> |
| 127 | |
| 128 | |
| 129 | @@ -229,10 +209,10 @@ |
| 130 | <description>Plug rule violation, top and bottom do not match |
| 131 | </description> |
| 132 | <FFDC>TARGET_MBA</FFDC> |
| 133 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_0</ffdc> |
| 134 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_1</ffdc> |
| 135 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_0</ffdc> |
| 136 | - <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_1</ffdc> |
| 137 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_0</ffdc> |
| 138 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_0_1</ffdc> |
| 139 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_0</ffdc> |
| 140 | + <ffdc>CUR_DIMM_SPD_VALID_U8ARRAY_1_1</ffdc> |
| 141 | |
| 142 | <callout> |
| 143 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 144 | @@ -247,10 +227,6 @@ |
| 145 | <target>TARGET_MBA</target> |
| 146 | </deconfigure> |
| 147 | |
| 148 | - <gard> |
| 149 | - <target>TARGET_MBA</target> |
| 150 | - <priority>HIGH</priority> |
| 151 | - </gard> |
| 152 | </hwpError> |
| 153 | |
| 154 | <!-- *********************************************************************** --> |
| 155 | @@ -259,10 +235,10 @@ |
| 156 | <description>Incompatable DRAM generation |
| 157 | </description> |
| 158 | <FFDC>TARGET_MBA</FFDC> |
| 159 | - <ffdc>DRAM_DEVICE_TYPE_0_0</ffdc> |
| 160 | - <ffdc>DRAM_DEVICE_TYPE_0_1</ffdc> |
| 161 | - <ffdc>DRAM_DEVICE_TYPE_1_0</ffdc> |
| 162 | - <ffdc>DRAM_DEVICE_TYPE_1_1</ffdc> |
| 163 | + <ffdc>DRAM_DEVICE_TYPE_0_0</ffdc> |
| 164 | + <ffdc>DRAM_DEVICE_TYPE_0_1</ffdc> |
| 165 | + <ffdc>DRAM_DEVICE_TYPE_1_0</ffdc> |
| 166 | + <ffdc>DRAM_DEVICE_TYPE_1_1</ffdc> |
| 167 | |
| 168 | <callout> |
| 169 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 170 | @@ -277,10 +253,6 @@ |
| 171 | <target>TARGET_MBA</target> |
| 172 | </deconfigure> |
| 173 | |
| 174 | - <gard> |
| 175 | - <target>TARGET_MBA</target> |
| 176 | - <priority>HIGH</priority> |
| 177 | - </gard> |
| 178 | </hwpError> |
| 179 | |
| 180 | <!-- *********************************************************************** --> |
| 181 | @@ -289,10 +261,10 @@ |
| 182 | <description>Incompatable DIMM type |
| 183 | </description> |
| 184 | <FFDC>TARGET_MBA</FFDC> |
| 185 | - <ffdc>MODULE_TYPE_0_0</ffdc> |
| 186 | - <ffdc>MODULE_TYPE_0_1</ffdc> |
| 187 | - <ffdc>MODULE_TYPE_1_0</ffdc> |
| 188 | - <ffdc>MODULE_TYPE_1_1</ffdc> |
| 189 | + <ffdc>MODULE_TYPE_0_0</ffdc> |
| 190 | + <ffdc>MODULE_TYPE_0_1</ffdc> |
| 191 | + <ffdc>MODULE_TYPE_1_0</ffdc> |
| 192 | + <ffdc>MODULE_TYPE_1_1</ffdc> |
| 193 | |
| 194 | <callout> |
| 195 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 196 | @@ -307,10 +279,6 @@ |
| 197 | <target>TARGET_MBA</target> |
| 198 | </deconfigure> |
| 199 | |
| 200 | - <gard> |
| 201 | - <target>TARGET_MBA</target> |
| 202 | - <priority>HIGH</priority> |
| 203 | - </gard> |
| 204 | </hwpError> |
| 205 | |
| 206 | <!-- *********************************************************************** --> |
| 207 | @@ -319,10 +287,10 @@ |
| 208 | <description>Incompatable DIMM ranks |
| 209 | </description> |
| 210 | <FFDC>TARGET_MBA</FFDC> |
| 211 | - <ffdc>NUM_RANKS_0_0</ffdc> |
| 212 | - <ffdc>NUM_RANKS_0_1</ffdc> |
| 213 | - <ffdc>NUM_RANKS_1_0</ffdc> |
| 214 | - <ffdc>NUM_RANKS_1_1</ffdc> |
| 215 | + <ffdc>NUM_RANKS_0_0</ffdc> |
| 216 | + <ffdc>NUM_RANKS_0_1</ffdc> |
| 217 | + <ffdc>NUM_RANKS_1_0</ffdc> |
| 218 | + <ffdc>NUM_RANKS_1_1</ffdc> |
| 219 | |
| 220 | <callout> |
| 221 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 222 | @@ -337,10 +305,6 @@ |
| 223 | <target>TARGET_MBA</target> |
| 224 | </deconfigure> |
| 225 | |
| 226 | - <gard> |
| 227 | - <target>TARGET_MBA</target> |
| 228 | - <priority>HIGH</priority> |
| 229 | - </gard> |
| 230 | </hwpError> |
| 231 | |
| 232 | <!-- *********************************************************************** --> |
| 233 | @@ -349,10 +313,10 @@ |
| 234 | <description>Incompatable DIMM banks |
| 235 | </description> |
| 236 | <FFDC>TARGET_MBA</FFDC> |
| 237 | - <ffdc>SDRAM_BANKS_0_0</ffdc> |
| 238 | - <ffdc>SDRAM_BANKS_0_1</ffdc> |
| 239 | - <ffdc>SDRAM_BANKS_1_0</ffdc> |
| 240 | - <ffdc>SDRAM_BANKS_1_1</ffdc> |
| 241 | + <ffdc>SDRAM_BANKS_0_0</ffdc> |
| 242 | + <ffdc>SDRAM_BANKS_0_1</ffdc> |
| 243 | + <ffdc>SDRAM_BANKS_1_0</ffdc> |
| 244 | + <ffdc>SDRAM_BANKS_1_1</ffdc> |
| 245 | |
| 246 | <callout> |
| 247 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 248 | @@ -367,10 +331,6 @@ |
| 249 | <target>TARGET_MBA</target> |
| 250 | </deconfigure> |
| 251 | |
| 252 | - <gard> |
| 253 | - <target>TARGET_MBA</target> |
| 254 | - <priority>HIGH</priority> |
| 255 | - </gard> |
| 256 | </hwpError> |
| 257 | |
| 258 | <!-- *********************************************************************** --> |
| 259 | @@ -379,10 +339,10 @@ |
| 260 | <description>Incompatable DIMM rows |
| 261 | </description> |
| 262 | <FFDC>TARGET_MBA</FFDC> |
| 263 | - <ffdc>SDRAM_ROWS_0_0</ffdc> |
| 264 | - <ffdc>SDRAM_ROWS_0_1</ffdc> |
| 265 | - <ffdc>SDRAM_ROWS_1_0</ffdc> |
| 266 | - <ffdc>SDRAM_ROWS_1_1</ffdc> |
| 267 | + <ffdc>SDRAM_ROWS_0_0</ffdc> |
| 268 | + <ffdc>SDRAM_ROWS_0_1</ffdc> |
| 269 | + <ffdc>SDRAM_ROWS_1_0</ffdc> |
| 270 | + <ffdc>SDRAM_ROWS_1_1</ffdc> |
| 271 | |
| 272 | <callout> |
| 273 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 274 | @@ -397,10 +357,6 @@ |
| 275 | <target>TARGET_MBA</target> |
| 276 | </deconfigure> |
| 277 | |
| 278 | - <gard> |
| 279 | - <target>TARGET_MBA</target> |
| 280 | - <priority>HIGH</priority> |
| 281 | - </gard> |
| 282 | </hwpError> |
| 283 | |
| 284 | <!-- *********************************************************************** --> |
| 285 | @@ -409,10 +365,10 @@ |
| 286 | <description>Incompatable DIMM columns |
| 287 | </description> |
| 288 | <FFDC>TARGET_MBA</FFDC> |
| 289 | - <ffdc>SDRAM_COLS_0_0</ffdc> |
| 290 | - <ffdc>SDRAM_COLS_0_1</ffdc> |
| 291 | - <ffdc>SDRAM_COLS_1_0</ffdc> |
| 292 | - <ffdc>SDRAM_COLS_1_1</ffdc> |
| 293 | + <ffdc>SDRAM_COLS_0_0</ffdc> |
| 294 | + <ffdc>SDRAM_COLS_0_1</ffdc> |
| 295 | + <ffdc>SDRAM_COLS_1_0</ffdc> |
| 296 | + <ffdc>SDRAM_COLS_1_1</ffdc> |
| 297 | |
| 298 | <callout> |
| 299 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 300 | @@ -427,10 +383,6 @@ |
| 301 | <target>TARGET_MBA</target> |
| 302 | </deconfigure> |
| 303 | |
| 304 | - <gard> |
| 305 | - <target>TARGET_MBA</target> |
| 306 | - <priority>HIGH</priority> |
| 307 | - </gard> |
| 308 | </hwpError> |
| 309 | |
| 310 | <!-- *********************************************************************** --> |
| 311 | @@ -439,10 +391,10 @@ |
| 312 | <description>Incompatable DRAM primary bus width |
| 313 | </description> |
| 314 | <FFDC>TARGET_MBA</FFDC> |
| 315 | - <ffdc>BUS_WIDTH_0_0</ffdc> |
| 316 | - <ffdc>BUS_WIDTH_0_1</ffdc> |
| 317 | - <ffdc>BUS_WIDTH_1_0</ffdc> |
| 318 | - <ffdc>BUS_WIDTH_1_1</ffdc> |
| 319 | + <ffdc>BUS_WIDTH_0_0</ffdc> |
| 320 | + <ffdc>BUS_WIDTH_0_1</ffdc> |
| 321 | + <ffdc>BUS_WIDTH_1_0</ffdc> |
| 322 | + <ffdc>BUS_WIDTH_1_1</ffdc> |
| 323 | |
| 324 | <callout> |
| 325 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 326 | @@ -457,10 +409,6 @@ |
| 327 | <target>TARGET_MBA</target> |
| 328 | </deconfigure> |
| 329 | |
| 330 | - <gard> |
| 331 | - <target>TARGET_MBA</target> |
| 332 | - <priority>HIGH</priority> |
| 333 | - </gard> |
| 334 | </hwpError> |
| 335 | |
| 336 | |
| 337 | @@ -483,10 +431,6 @@ |
| 338 | <target>TARGET_MBA</target> |
| 339 | </deconfigure> |
| 340 | |
| 341 | - <gard> |
| 342 | - <target>TARGET_MBA</target> |
| 343 | - <priority>HIGH</priority> |
| 344 | - </gard> |
| 345 | </hwpError> |
| 346 | |
| 347 | |
| 348 | @@ -496,10 +440,10 @@ |
| 349 | <description>Incompatable DRAM width |
| 350 | </description> |
| 351 | <FFDC>TARGET_MBA</FFDC> |
| 352 | - <ffdc>DRAM_WIDTH_0_0</ffdc> |
| 353 | - <ffdc>DRAM_WIDTH_0_1</ffdc> |
| 354 | - <ffdc>DRAM_WIDTH_1_0</ffdc> |
| 355 | - <ffdc>DRAM_WIDTH_1_1</ffdc> |
| 356 | + <ffdc>DRAM_WIDTH_0_0</ffdc> |
| 357 | + <ffdc>DRAM_WIDTH_0_1</ffdc> |
| 358 | + <ffdc>DRAM_WIDTH_1_0</ffdc> |
| 359 | + <ffdc>DRAM_WIDTH_1_1</ffdc> |
| 360 | |
| 361 | <callout> |
| 362 | <procedure>MEMORY_PLUGGING_ERROR</procedure> |
| 363 | @@ -514,10 +458,6 @@ |
| 364 | <target>TARGET_MBA</target> |
| 365 | </deconfigure> |
| 366 | |
| 367 | - <gard> |
| 368 | - <target>TARGET_MBA</target> |
| 369 | - <priority>HIGH</priority> |
| 370 | - </gard> |
| 371 | </hwpError> |
| 372 | |
| 373 | <!-- *********************************************************************** --> |
| 374 | @@ -540,10 +480,6 @@ |
| 375 | <target>TARGET_MBA</target> |
| 376 | </deconfigure> |
| 377 | |
| 378 | - <gard> |
| 379 | - <target>TARGET_MBA</target> |
| 380 | - <priority>HIGH</priority> |
| 381 | - </gard> |
| 382 | </hwpError> |
| 383 | |
| 384 | <!-- *********************************************************************** --> |
| 385 | @@ -566,10 +502,6 @@ |
| 386 | <target>TARGET_MBA</target> |
| 387 | </deconfigure> |
| 388 | |
| 389 | - <gard> |
| 390 | - <target>TARGET_MBA</target> |
| 391 | - <priority>HIGH</priority> |
| 392 | - </gard> |
| 393 | </hwpError> |
| 394 | |
| 395 | <!-- *********************************************************************** --> |
| 396 | @@ -591,10 +523,6 @@ |
| 397 | <target>TARGET_MBA</target> |
| 398 | </deconfigure> |
| 399 | |
| 400 | - <gard> |
| 401 | - <target>TARGET_MBA</target> |
| 402 | - <priority>HIGH</priority> |
| 403 | - </gard> |
| 404 | </hwpError> |
| 405 | |
| 406 | <!-- *********************************************************************** --> |
| 407 | @@ -616,10 +544,6 @@ |
| 408 | <target>TARGET_MBA</target> |
| 409 | </deconfigure> |
| 410 | |
| 411 | - <gard> |
| 412 | - <target>TARGET_MBA</target> |
| 413 | - <priority>HIGH</priority> |
| 414 | - </gard> |
| 415 | </hwpError> |
| 416 | |
| 417 | <!-- *********************************************************************** --> |
| 418 | @@ -641,10 +565,6 @@ |
| 419 | <target>TARGET_MBA</target> |
| 420 | </deconfigure> |
| 421 | |
| 422 | - <gard> |
| 423 | - <target>TARGET_MBA</target> |
| 424 | - <priority>HIGH</priority> |
| 425 | - </gard> |
| 426 | </hwpError> |
| 427 | |
| 428 | <!-- *********************************************************************** --> |
| 429 | @@ -666,10 +586,6 @@ |
| 430 | <target>TARGET_MBA</target> |
| 431 | </deconfigure> |
| 432 | |
| 433 | - <gard> |
| 434 | - <target>TARGET_MBA</target> |
| 435 | - <priority>HIGH</priority> |
| 436 | - </gard> |
| 437 | </hwpError> |
| 438 | |
| 439 | <!-- *********************************************************************** --> |
| 440 | @@ -691,10 +607,6 @@ |
| 441 | <target>TARGET_MBA</target> |
| 442 | </deconfigure> |
| 443 | |
| 444 | - <gard> |
| 445 | - <target>TARGET_MBA</target> |
| 446 | - <priority>HIGH</priority> |
| 447 | - </gard> |
| 448 | </hwpError> |
| 449 | |
| 450 | <!-- *********************************************************************** --> |
| 451 | @@ -716,10 +628,6 @@ |
| 452 | <target>TARGET_MBA</target> |
| 453 | </deconfigure> |
| 454 | |
| 455 | - <gard> |
| 456 | - <target>TARGET_MBA</target> |
| 457 | - <priority>HIGH</priority> |
| 458 | - </gard> |
| 459 | </hwpError> |
| 460 | |
| 461 | <!-- *********************************************************************** --> |
| 462 | @@ -741,10 +649,6 @@ |
| 463 | <target>TARGET_MBA</target> |
| 464 | </deconfigure> |
| 465 | |
| 466 | - <gard> |
| 467 | - <target>TARGET_MBA</target> |
| 468 | - <priority>HIGH</priority> |
| 469 | - </gard> |
| 470 | </hwpError> |
| 471 | |
| 472 | <!-- *********************************************************************** --> |
| 473 | @@ -766,10 +670,6 @@ |
| 474 | <target>TARGET_MBA</target> |
| 475 | </deconfigure> |
| 476 | |
| 477 | - <gard> |
| 478 | - <target>TARGET_MBA</target> |
| 479 | - <priority>HIGH</priority> |
| 480 | - </gard> |
| 481 | </hwpError> |
| 482 | |
| 483 | <!-- *********************************************************************** --> |
| 484 | @@ -791,10 +691,6 @@ |
| 485 | <target>TARGET_MBA</target> |
| 486 | </deconfigure> |
| 487 | |
| 488 | - <gard> |
| 489 | - <target>TARGET_MBA</target> |
| 490 | - <priority>HIGH</priority> |
| 491 | - </gard> |
| 492 | </hwpError> |
| 493 | |
| 494 | <!-- *********************************************************************** --> |
| 495 | @@ -816,10 +712,6 @@ |
| 496 | <target>TARGET_MBA</target> |
| 497 | </deconfigure> |
| 498 | |
| 499 | - <gard> |
| 500 | - <target>TARGET_MBA</target> |
| 501 | - <priority>HIGH</priority> |
| 502 | - </gard> |
| 503 | </hwpError> |
| 504 | |
| 505 | <!-- *********************************************************************** --> |
| 506 | @@ -841,10 +733,6 @@ |
| 507 | <target>TARGET_MBA</target> |
| 508 | </deconfigure> |
| 509 | |
| 510 | - <gard> |
| 511 | - <target>TARGET_MBA</target> |
| 512 | - <priority>HIGH</priority> |
| 513 | - </gard> |
| 514 | </hwpError> |
| 515 | |
| 516 | <!-- *********************************************************************** --> |
| 517 | @@ -866,10 +754,6 @@ |
| 518 | <target>TARGET_MBA</target> |
| 519 | </deconfigure> |
| 520 | |
| 521 | - <gard> |
| 522 | - <target>TARGET_MBA</target> |
| 523 | - <priority>HIGH</priority> |
| 524 | - </gard> |
| 525 | </hwpError> |
| 526 | |
| 527 | |
| 528 | diff --git a/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config_termination.xml b/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config_termination.xml |
| 529 | index 9f3c89c..f04b0a6 100644 |
| 530 | --- a/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config_termination.xml |
| 531 | +++ b/src/usr/hwpf/hwp/mc_config/mss_eff_config/memory_mss_eff_config_termination.xml |
| 532 | @@ -5,7 +5,9 @@ |
| 533 | <!-- --> |
| 534 | <!-- OpenPOWER HostBoot Project --> |
| 535 | <!-- --> |
| 536 | -<!-- COPYRIGHT International Business Machines Corp. 2013,2014 --> |
| 537 | +<!-- Contributors Listed Below - COPYRIGHT 2013,2015 --> |
| 538 | +<!-- [+] International Business Machines Corp. --> |
| 539 | +<!-- --> |
| 540 | <!-- --> |
| 541 | <!-- Licensed under the Apache License, Version 2.0 (the "License"); --> |
| 542 | <!-- you may not use this file except in compliance with the License. --> |
| 543 | @@ -20,7 +22,7 @@ |
| 544 | <!-- permissions and limitations under the License. --> |
| 545 | <!-- --> |
| 546 | <!-- IBM_PROLOG_END_TAG --> |
| 547 | -<!-- $Id: memory_mss_eff_config_termination.xml,v 1.2 2014/04/07 23:02:10 lapietra Exp $ --> |
| 548 | +<!-- $Id: memory_mss_eff_config_termination.xml,v 1.3 2015-05-27 20:02:29 asaetow Exp $ --> |
| 549 | <!-- For file ../../ipl/fapi/mss_eff_config_termination.C --> |
| 550 | <!-- // *! OWNER NAME : Dave Cadigan Email: dcadiga@us.ibm.com --> |
| 551 | <!-- // *! BACKUP NAME : Anuwat Saetow Email: asaetow@us.ibm.com --> |
| 552 | @@ -195,9 +197,6 @@ |
| 553 | <target>TARGET_MBA</target> |
| 554 | </deconfigure> |
| 555 | |
| 556 | - <gard> |
| 557 | - <target>TARGET_MBA</target> |
| 558 | - </gard> |
| 559 | </hwpError> |
| 560 | |
| 561 | <!-- *********************************************************************** --> |
| 562 | @@ -220,9 +219,6 @@ |
| 563 | <target>TARGET_MBA</target> |
| 564 | </deconfigure> |
| 565 | |
| 566 | - <gard> |
| 567 | - <target>TARGET_MBA</target> |
| 568 | - </gard> |
| 569 | </hwpError> |
| 570 | <!-- *********************************************************************** --> |
| 571 | <hwpError> |
| 572 | @@ -245,9 +241,6 @@ |
| 573 | <target>TARGET_MBA</target> |
| 574 | </deconfigure> |
| 575 | |
| 576 | - <gard> |
| 577 | - <target>TARGET_MBA</target> |
| 578 | - </gard> |
| 579 | </hwpError> |
| 580 | |
| 581 | <!-- *********************************************************************** --> |
| 582 | @@ -271,9 +264,6 @@ |
| 583 | <target>TARGET_MBA</target> |
| 584 | </deconfigure> |
| 585 | |
| 586 | - <gard> |
| 587 | - <target>TARGET_MBA</target> |
| 588 | - </gard> |
| 589 | </hwpError> |
| 590 | |
| 591 | <!-- *********************************************************************** --> |
| 592 | @@ -297,9 +287,6 @@ |
| 593 | <target>TARGET_MBA</target> |
| 594 | </deconfigure> |
| 595 | |
| 596 | - <gard> |
| 597 | - <target>TARGET_MBA</target> |
| 598 | - </gard> |
| 599 | </hwpError> |
| 600 | |
| 601 | <!-- *********************************************************************** --> |
| 602 | @@ -323,9 +310,6 @@ |
| 603 | <target>TARGET_MBA</target> |
| 604 | </deconfigure> |
| 605 | |
| 606 | - <gard> |
| 607 | - <target>TARGET_MBA</target> |
| 608 | - </gard> |
| 609 | </hwpError> |
| 610 | |
| 611 | <!-- *********************************************************************** --> |
| 612 | @@ -349,9 +333,6 @@ |
| 613 | <target>TARGET_MBA</target> |
| 614 | </deconfigure> |
| 615 | |
| 616 | - <gard> |
| 617 | - <target>TARGET_MBA</target> |
| 618 | - </gard> |
| 619 | </hwpError> |
| 620 | |
| 621 | <!-- *********************************************************************** --> |
| 622 | @@ -374,9 +355,6 @@ |
| 623 | <target>TARGET_MBA</target> |
| 624 | </deconfigure> |
| 625 | |
| 626 | - <gard> |
| 627 | - <target>TARGET_MBA</target> |
| 628 | - </gard> |
| 629 | </hwpError> |
| 630 | |
| 631 | <!-- *********************************************************************** --> |
| 632 | @@ -400,9 +378,6 @@ |
| 633 | <target>TARGET_MBA</target> |
| 634 | </deconfigure> |
| 635 | |
| 636 | - <gard> |
| 637 | - <target>TARGET_MBA</target> |
| 638 | - </gard> |
| 639 | </hwpError> |
| 640 | |
| 641 | <!-- *********************************************************************** --> |
| 642 | @@ -425,9 +400,6 @@ |
| 643 | <target>TARGET_MBA</target> |
| 644 | </deconfigure> |
| 645 | |
| 646 | - <gard> |
| 647 | - <target>TARGET_MBA</target> |
| 648 | - </gard> |
| 649 | </hwpError> |
| 650 | |
| 651 | <!-- *********************************************************************** --> |
| 652 | @@ -450,9 +422,6 @@ |
| 653 | <target>TARGET_MBA</target> |
| 654 | </deconfigure> |
| 655 | |
| 656 | - <gard> |
| 657 | - <target>TARGET_MBA</target> |
| 658 | - </gard> |
| 659 | </hwpError> |
| 660 | |
| 661 | <!-- *********************************************************************** --> |
| 662 | @@ -476,9 +445,6 @@ |
| 663 | <target>TARGET_MBA</target> |
| 664 | </deconfigure> |
| 665 | |
| 666 | - <gard> |
| 667 | - <target>TARGET_MBA</target> |
| 668 | - </gard> |
| 669 | </hwpError> |
| 670 | |
| 671 | <!-- *********************************************************************** --> |
| 672 | @@ -497,9 +463,6 @@ |
| 673 | <target>TARGET_MBA</target> |
| 674 | </deconfigure> |
| 675 | |
| 676 | - <gard> |
| 677 | - <target>TARGET_MBA</target> |
| 678 | - </gard> |
| 679 | </hwpError> |
| 680 | |
| 681 | <!-- *********************************************************************** --> |
| 682 | @@ -523,9 +486,6 @@ |
| 683 | <target>TARGET_MBA</target> |
| 684 | </deconfigure> |
| 685 | |
| 686 | - <gard> |
| 687 | - <target>TARGET_MBA</target> |
| 688 | - </gard> |
| 689 | </hwpError> |
| 690 | <!-- *********************************************************************** --> |
| 691 | <hwpError> |
| 692 | @@ -650,9 +610,6 @@ |
| 693 | <target>TARGET_MBA</target> |
| 694 | </deconfigure> |
| 695 | |
| 696 | - <gard> |
| 697 | - <target>TARGET_MBA</target> |
| 698 | - </gard> |
| 699 | </hwpError> |
| 700 | |
| 701 | <!-- *********************************************************************** --> |
| 702 | @@ -675,9 +632,6 @@ |
| 703 | <target>TARGET_MBA</target> |
| 704 | </deconfigure> |
| 705 | |
| 706 | - <gard> |
| 707 | - <target>TARGET_MBA</target> |
| 708 | - </gard> |
| 709 | </hwpError> |
| 710 | |
| 711 | <!-- *********************************************************************** --> |
| 712 | @@ -699,9 +653,6 @@ |
| 713 | <target>TARGET_MBA</target> |
| 714 | </deconfigure> |
| 715 | |
| 716 | - <gard> |
| 717 | - <target>TARGET_MBA</target> |
| 718 | - </gard> |
| 719 | </hwpError> |
| 720 | |
| 721 | |
| 722 | @@ -724,9 +675,6 @@ |
| 723 | <target>TARGET_MBA</target> |
| 724 | </deconfigure> |
| 725 | |
| 726 | - <gard> |
| 727 | - <target>TARGET_MBA</target> |
| 728 | - </gard> |
| 729 | </hwpError> |
| 730 | |
| 731 | <!-- *********************************************************************** --> |
| 732 | @@ -750,9 +698,6 @@ |
| 733 | <target>TARGET_MBA</target> |
| 734 | </deconfigure> |
| 735 | |
| 736 | - <gard> |
| 737 | - <target>TARGET_MBA</target> |
| 738 | - </gard> |
| 739 | </hwpError> |
| 740 | |
| 741 | <!-- *********************************************************************** --> |
| 742 | @@ -820,9 +765,6 @@ |
| 743 | <target>TARGET_MBA</target> |
| 744 | </deconfigure> |
| 745 | |
| 746 | - <gard> |
| 747 | - <target>TARGET_MBA</target> |
| 748 | - </gard> |
| 749 | </hwpError> |
| 750 | |
| 751 | <!-- *********************************************************************** --> |
| 752 | @@ -845,9 +787,6 @@ |
| 753 | <target>TARGET_MBA</target> |
| 754 | </deconfigure> |
| 755 | |
| 756 | - <gard> |
| 757 | - <target>TARGET_MBA</target> |
| 758 | - </gard> |
| 759 | </hwpError> |
| 760 | |
| 761 | </hwpErrors> |
| 762 | -- |
| 763 | 2.3.0 |
| 764 | |