summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rex/spd
diff options
context:
space:
mode:
authorEric Lai <eric_lai@quanta.corp-partner.google.com>2022-06-01 11:19:39 +0800
committerSubrata Banik <subratabanik@google.com>2022-07-01 07:24:16 +0000
commit67219f73316f7b9f2bb91d195a6f95aa4e1f9e5d (patch)
treea9efc310bd403ab086ead8408c3f1baa9edc0574 /src/mainboard/google/rex/spd
parent8481056a53f5a42bfece355595c6dad21f2fd8f4 (diff)
mb/google/rex: Add memory init
Add memory init with placeholder to fill in required memory configuration parameters. DQ map and Rcomp can be auto probed by the FSP-M hence, kept it as default. BUG=b:224325352 TEST=util/abuild/abuild -p none -t google/rex -a -c max Able to boot till FSP-M/MRC using MTL simics. Signed-off-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: I5baa87411c28a20602eb5a7077f00664ccab3ade Reviewed-on: https://review.coreboot.org/c/coreboot/+/64850 Reviewed-by: Tarun Tuli <taruntuli@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rex/spd')
-rw-r--r--src/mainboard/google/rex/spd/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/spd/Makefile.inc b/src/mainboard/google/rex/spd/Makefile.inc
new file mode 100644
index 0000000000..be4d98bd1d
--- /dev/null
+++ b/src/mainboard/google/rex/spd/Makefile.inc
@@ -0,0 +1,6 @@
+## SPDX-License-Identifier: GPL-2.0-or-later
+##
+
+ifneq ($(SPD_SOURCES),)
+LIB_SPD_DEPS := $(SPD_SOURCES)
+endif