Skip to content

Commit bd6e9f6

Browse files
committed
mb/protectli/vault_jsl/spd/spd_16147960_NEW.hex: add
Add the new SPD for the new V1410 hardware revision, extracted from the corresponding AMI binary. Also adds a comment note where further implementation should follow. Upstream-Status: Pending Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
1 parent 5feb3fa commit bd6e9f6

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

src/mainboard/protectli/vault_jsl/Makefile.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ smm-y += die.c
1515
#SPD_SOURCES = MT53E512M32D4NQ-053 # 2GBx4 (pre-production V1210)
1616
SPD_SOURCES = MT53D512M64D4RQ-046 # 2GBx4 (production V1210)
1717
SPD_SOURCES += MT53E1G32D2NP-046 # 4GBx4
18+
SPD_SOURCES += spd_16147960_NEW # V1410 new revision

src/mainboard/protectli/vault_jsl/romstage.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ static const struct mb_cfg memcfg_cfg = {
4444

4545
static int get_spd_index(void)
4646
{
47+
/*
48+
* TODO: add GPIO strap handling logic here, if not present fall back to
49+
* the old revision's SPD.
50+
*
51+
* Alternatively, add and select new BOARD_ variant for the new HW revision.
52+
*
53+
*/
54+
4755
return (CONFIG(BOARD_PROTECTLI_V1410) || CONFIG(BOARD_PROTECTLI_V1610));
4856
}
4957

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
23 11 11 0E 15 21 B0 08 00 40 00 00 0A 22 00 00
2+
00 00 04 0F 92 54 05 00 87 00 90 A8 90 C0 08 60
3+
04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8+
00 00 00 00 00 00 00 00 00 00 00 00 00 E1 00 00
9+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
11+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
12+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
13+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
14+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
15+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
16+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
17+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
18+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
19+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
21+
00 00 00 00 00 20 00 00 00 20 20 20 20 20 20 20
22+
20 20 20 20 20 20 20 20 20 20 20 20 20 00 00 00
23+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
24+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
25+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
26+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
27+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
28+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
29+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
31+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
32+
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

0 commit comments

Comments
 (0)