summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Zieba <robertzieba@google.com>2022-03-21 10:04:08 -0600
committerRobert Zieba <robertzieba@google.com>2022-03-21 16:05:58 -0600
commit8c580e55da92252fa665b5038b87100d0e076d23 (patch)
tree7c0541ec2e41b66866e711c6b9995a748f4ca0a7
parent3a8a4e7887ca6bea766d166051c8bc9199c61bf0 (diff)
downloadblobs-8c580e55da92252fa665b5038b87100d0e076d23.tar.gz
mb/google/guybrush: Update APCB file
The existing APCB file only has 4 SPD slots. This will not be enough for DeWatt devices due to upcoming changes in how RAM IDs are allocated for that variant. This commit updates the APCB file to have 16 slots which is sufficient for DeWatt. BUG=b:224884904 TEST=Used apcb_v3_edit to verify that the APCB file has 16 slots, checked that AP firmware images built with this file boot correctly Signed-off-by: Robert Zieba <robertzieba@google.com> Change-Id: Ifbfe2c61c42cd503a70fd84c51ce184c40fed318
-rw-r--r--mainboard/google/guybrush/APCB_CZN_D4.binbin11940 -> 38108 bytes
-rw-r--r--mainboard/google/guybrush/Release.txt11
2 files changed, 11 insertions, 0 deletions
diff --git a/mainboard/google/guybrush/APCB_CZN_D4.bin b/mainboard/google/guybrush/APCB_CZN_D4.bin
index ff99c5d..7fe382e 100644
--- a/mainboard/google/guybrush/APCB_CZN_D4.bin
+++ b/mainboard/google/guybrush/APCB_CZN_D4.bin
Binary files differ
diff --git a/mainboard/google/guybrush/Release.txt b/mainboard/google/guybrush/Release.txt
index df803b8..7b4aa6b 100644
--- a/mainboard/google/guybrush/Release.txt
+++ b/mainboard/google/guybrush/Release.txt
@@ -4,6 +4,17 @@ Files:
Files:
APCB_CZN_D4.bin - Data only - No license, ABI or Version #
+2022-03-21:
+- Increase the number of SPD slots in APCB_CZN_D4.bin from 4 to 16
+ Slots 0 - 3:
+ lp4x-spd-4.hex # ID = 0(0b0000) Parts = MT53E1G32D2NP-046 WT:A
+ lp4x-spd-1.hex # ID = 1(0b0001) Parts = MT53E512M32D2NP-046 WT:F
+ lp4x-spd-9.hex # ID = 2(0b0010) Parts = NT6AP256T32AV-J1
+ lp4x-spd-3.hex # ID = 3(0b0011) Parts = MT53E1G32D2NP-046 WT:B
+
+ Slots 4 - 15:
+ Place holder SPDs from Majolica
+
2021-04-05:
- Fix UMAmode
- Enable VBL/PSP to control eDP VDD.