All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] x86: coral: Correct some FSP-M settings
@ 2020-05-25 20:15 Simon Glass
  2020-05-25 20:15 ` [PATCH 2/4] x86: apl: Add hex offsets for registers in FSP-M Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Simon Glass @ 2020-05-25 20:15 UTC (permalink / raw)
  To: u-boot

Some settings were modified slightly in the device-tree conversion. Return
these to their original values.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/x86/dts/chromebook_coral.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index aad12f2c4d..5ee056fc95 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -517,6 +517,11 @@
 		20 23 22 21 18 19 16 17
 		/* DQB[7:15] pins of LPDDR4 module with offset of 16 */
 		25 28 30 31 26 27 24 29>;
+
+	fspm,dimm0-spd-address = <0>;
+	fspm,dimm1-spd-address = <0>;
+	fspm,skip-cse-rbp = <1>;
+	fspm,enable-s3-heci2 = <0>;
 };
 
 &fsp_s {
-- 
2.27.0.rc0.183.gde8f92d652-goog

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-27 11:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 20:15 [PATCH 1/4] x86: coral: Correct some FSP-M settings Simon Glass
2020-05-25 20:15 ` [PATCH 2/4] x86: apl: Add hex offsets for registers in FSP-M Simon Glass
2020-05-26  8:13   ` Bin Meng
2020-05-25 20:15 ` [PATCH 3/4] x86: coral: Correct some FSP-S settings Simon Glass
2020-05-26  8:15   ` Bin Meng
2020-05-27 11:40     ` Simon Glass
2020-05-25 20:16 ` [PATCH 4/4] x86: apl: Add hex offsets for registers in FSP-S Simon Glass
2020-05-26  8:16   ` Bin Meng
2020-05-26  8:12 ` [PATCH 1/4] x86: coral: Correct some FSP-M settings Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.