mb/google/nightfury: Update RAM IDs usage
Add support LP_16G_2133 SPD for nightfury. BUG=None BRANCH=firmware-hatch-12672.B TEST=emerge-hatch coreboot Change-Id: I3709431d8ecb600e25909f456eb0c95db3a3cde2 Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49735 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
197c486997
commit
9f5c365e6d
|
@ -1,7 +1,7 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
SPD_SOURCES = LP_8G_2133 # 0b000
|
||||
SPD_SOURCES += empty_ddr4 # 0b001
|
||||
SPD_SOURCES += LP_16G_2133 # 0b001
|
||||
SPD_SOURCES += LP_4G_2133 # 0b010
|
||||
|
||||
romstage-y += memory.c
|
||||
|
|
Loading…
Reference in New Issue