James Chao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47382 )
Change subject: mb/google/reef/variants/: add Naya NT6AN256T32AV-J2 ......................................................................
mb/google/reef/variants/: add Naya NT6AN256T32AV-J2
BUG=b:172843935 BRANCH=coral TEST=emerge-coral coreboot chromeos-bootimage
Signed-off-by: James Chao james_chao@asus.corp-partner.google.com Change-Id: I70195acc33218d3ad4c77acfdbc8f6ed93ab144e --- M src/mainboard/google/reef/variants/baseboard/memory.c 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/47382/1
diff --git a/src/mainboard/google/reef/variants/baseboard/memory.c b/src/mainboard/google/reef/variants/baseboard/memory.c index aac160b..6b267c9 100644 --- a/src/mainboard/google/reef/variants/baseboard/memory.c +++ b/src/mainboard/google/reef/variants/baseboard/memory.c @@ -138,6 +138,13 @@ .ch1_rank_density = LP4_8Gb_DENSITY, .part_num = "K4F8E3S4HD-MGCL", }, + /* NT6AN256T32AV-J2 - both logical channels */ + [9] = { + .speed = LP4_SPEED_2400, + .ch0_rank_density = LP4_8Gb_DENSITY, + .ch1_rank_density = LP4_8Gb_DENSITY, + .part_num = "NT6AN256T32AV-J2", + }, };
static const struct lpddr4_cfg lp4cfg = {
James Chao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47382 )
Change subject: mb/google/reef/variants/: add Naya NT6AN256T32AV-J2 ......................................................................
Patch Set 1: Code-Review+1
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47382 )
Change subject: mb/google/reef/variants/: add Naya NT6AN256T32AV-J2 ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47382 )
Change subject: mb/google/reef/variants/: add Naya NT6AN256T32AV-J2 ......................................................................
mb/google/reef/variants/: add Naya NT6AN256T32AV-J2
BUG=b:172843935 BRANCH=coral TEST=emerge-coral coreboot chromeos-bootimage
Signed-off-by: James Chao james_chao@asus.corp-partner.google.com Change-Id: I70195acc33218d3ad4c77acfdbc8f6ed93ab144e Reviewed-on: https://review.coreboot.org/c/coreboot/+/47382 Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/reef/variants/baseboard/memory.c 1 file changed, 7 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved James Chao: Looks good to me, but someone else must approve
diff --git a/src/mainboard/google/reef/variants/baseboard/memory.c b/src/mainboard/google/reef/variants/baseboard/memory.c index aac160b..6b267c9 100644 --- a/src/mainboard/google/reef/variants/baseboard/memory.c +++ b/src/mainboard/google/reef/variants/baseboard/memory.c @@ -138,6 +138,13 @@ .ch1_rank_density = LP4_8Gb_DENSITY, .part_num = "K4F8E3S4HD-MGCL", }, + /* NT6AN256T32AV-J2 - both logical channels */ + [9] = { + .speed = LP4_SPEED_2400, + .ch0_rank_density = LP4_8Gb_DENSITY, + .ch1_rank_density = LP4_8Gb_DENSITY, + .part_num = "NT6AN256T32AV-J2", + }, };
static const struct lpddr4_cfg lp4cfg = {