Skip to content

Commit bfffbce

Browse files
committed
image: add cosmo mbist images
1 parent f7babd4 commit bfffbce

File tree

5 files changed

+129
-0
lines changed

5 files changed

+129
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
base = 'turin-cosmo-1.0.0.7.toml'
2+
3+
[patch]
4+
base = 'turin-cosmo-a.efs.json5'
5+
diff = 'turin-cosmo-a-mbist-noaggr.patch'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
base = 'turin-cosmo-1.0.0.7.toml'
2+
3+
[patch]
4+
base = 'turin-cosmo-a.efs.json5'
5+
diff = 'turin-cosmo-a-mbist.patch'
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
--- turin-cosmo-1.0.0.7.efs.json5 Sat Oct 4 20:42:22 2025
2+
+++ turin-cosmo-1.0.0.7.mbist-mfg-v0-dext-len3.efs.json5 Wed Oct 15 20:06:13 2025
3+
@@ -10684,7 +10684,7 @@
4+
},
5+
{
6+
Byte: {
7+
- MemMbistAggressorsChannelDdrMode: "All"
8+
+ MemMbistAggressorsChannelDdrMode: "SubChannel"
9+
}
10+
},
11+
{
12+
@@ -10749,7 +10749,7 @@
13+
},
14+
{
15+
Byte: {
16+
- MemMbistPatternLengthDdr: 6
17+
+ MemMbistPatternLengthDdr: 3
18+
}
19+
},
20+
{
21+
@@ -10966,7 +10966,7 @@
22+
},
23+
{
24+
Byte: {
25+
- MemMbistPatternSelectDdr: "Auto"
26+
+ MemMbistPatternSelectDdr: "Prbs"
27+
}
28+
},
29+
{
30+
@@ -11046,7 +11046,7 @@
31+
},
32+
{
33+
Byte: {
34+
- MemMbistDataEyeSilentExecutionDdr: "Disabled"
35+
+ MemMbistDataEyeSilentExecutionDdr: "Enabled"
36+
}
37+
},
38+
{
39+
@@ -11136,7 +11136,7 @@
40+
},
41+
{
42+
Byte: {
43+
- MemMbistTestModeDdr: "Both"
44+
+ MemMbistTestModeDdr: "DataEye"
45+
}
46+
},
47+
{
48+
@@ -11265,7 +11265,7 @@
49+
},
50+
{
51+
Byte: {
52+
- MemMbistAggressorsDdr: "Auto"
53+
+ MemMbistAggressorsDdr: "Disabled"
54+
}
55+
},
56+
{
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
--- turin-cosmo-1.0.0.7.efs.json5 Sat Oct 4 20:42:22 2025
2+
+++ turin-cosmo-1.0.0.7.mbist-mfg-v0-dext-len3.efs.json5 Wed Oct 15 20:06:13 2025
3+
@@ -10684,7 +10684,7 @@
4+
},
5+
{
6+
Byte: {
7+
- MemMbistAggressorsChannelDdrMode: "All"
8+
+ MemMbistAggressorsChannelDdrMode: "SubChannel"
9+
}
10+
},
11+
{
12+
@@ -10749,7 +10749,7 @@
13+
},
14+
{
15+
Byte: {
16+
- MemMbistPatternLengthDdr: 6
17+
+ MemMbistPatternLengthDdr: 3
18+
}
19+
},
20+
{
21+
@@ -10966,7 +10966,7 @@
22+
},
23+
{
24+
Byte: {
25+
- MemMbistPatternSelectDdr: "Auto"
26+
+ MemMbistPatternSelectDdr: "Prbs"
27+
}
28+
},
29+
{
30+
@@ -11046,7 +11046,7 @@
31+
},
32+
{
33+
Byte: {
34+
- MemMbistDataEyeSilentExecutionDdr: "Disabled"
35+
+ MemMbistDataEyeSilentExecutionDdr: "Enabled"
36+
}
37+
},
38+
{
39+
@@ -11136,7 +11136,7 @@
40+
},
41+
{
42+
Byte: {
43+
- MemMbistTestModeDdr: "Both"
44+
+ MemMbistTestModeDdr: "DataEye"
45+
}
46+
},
47+
{
48+
@@ -11265,7 +11265,7 @@
49+
},
50+
{
51+
Byte: {
52+
- MemMbistAggressorsDdr: "Auto"
53+
+ MemMbistAggressorsDdr: "Enabled"
54+
}
55+
},
56+
{

image/templates/sled/targets.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ app = "milan-gimlet-b-1.0.0.a.toml"
66
efs = "turin-cosmo-a.efs.json5"
77
app = "turin-cosmo-1.0.0.7.toml"
88

9+
[cosmo-mbist]
10+
app = "turin-cosmo-1.0.0.7-mbist.toml"
11+
feature = "mbist"
12+
13+
[cosmo-mbist-noaggr]
14+
app = "turin-cosmo-1.0.0.7-mbist-noaggr.toml"
15+
feature = "mbist"

0 commit comments

Comments
 (0)