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
This commit is contained in:
Robert Zieba 2022-03-21 10:04:08 -06:00
parent 3a8a4e7887
commit 8c580e55da
2 changed files with 11 additions and 0 deletions

View File

@ -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.