3aa95b210a
Create a folder for prebuild raslib which contains the RAS binary and configure files. The CMakeLists.txt is changed to include those files. Change-Id: I530198cff5686a19e58096c87457ab8b7c52d5f3
34 linhas
856 B
JSON
34 linhas
856 B
JSON
{
|
|
"version": "0.0.1",
|
|
"type": {
|
|
"parity": 1,
|
|
"single_correctable": 2,
|
|
"multi_uncorrectable": 4,
|
|
"poison": 8
|
|
},
|
|
"block": {
|
|
"umc": {
|
|
"index": 0,
|
|
"support": 1,
|
|
"type": [
|
|
"single_correctable",
|
|
"multi_uncorrectable",
|
|
"poison"
|
|
]
|
|
}
|
|
},
|
|
"tests": [
|
|
{
|
|
"name": "ras_umc.0.2",
|
|
"block": "umc",
|
|
"type": "single_correctable",
|
|
"nullDispatchCS": "sp3/gfx10/edc/bin/sienna_cichlid/gc_edc_sqc_inst_bank_snop.bin"
|
|
},
|
|
{
|
|
"name": "ras_umc.0.4",
|
|
"block": "umc",
|
|
"type": "multi_uncorrectable",
|
|
"nullDispatchCS": "sp3/gfx10/edc/bin/sienna_cichlid/gc_edc_sqc_inst_bank_snop.bin"
|
|
}
|
|
]
|
|
} |