u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] sandbox: Initialize sysreset before relocation
@ 2022-09-25 13:27 Michal Suchanek
  2022-09-25 13:27 ` [PATCH 2/2] common: board_f: Print information for all sysresets Michal Suchanek
  2022-10-05  0:44 ` [PATCH 1/2] sandbox: Initialize sysreset before relocation Simon Glass
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Suchanek @ 2022-09-25 13:27 UTC (permalink / raw)
  To: u-boot
  Cc: Michal Suchanek, Andrew Scull, Etienne Carriere,
	Heinrich Schuchardt, Marek Behún, Philippe Reynes,
	Ramon Fried, Sean Anderson, Simon Glass

Without this the early sysreset code cannot be tested.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---

 arch/sandbox/dts/sandbox.dtsi | 1 +
 arch/sandbox/dts/test.dts     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi
index 56e6b38bfa..9e96ff12a1 100644
--- a/arch/sandbox/dts/sandbox.dtsi
+++ b/arch/sandbox/dts/sandbox.dtsi
@@ -239,6 +239,7 @@
 
 	reset@1 {
 		compatible = "sandbox,reset";
+		u-boot,dm-pre-reloc;
 	};
 
 	rng {
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 2761588f0d..c59b118e96 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -1119,10 +1119,12 @@
 
 	reset@0 {
 		compatible = "sandbox,warm-reset";
+		u-boot,dm-pre-reloc;
 	};
 
 	reset@1 {
 		compatible = "sandbox,reset";
+		u-boot,dm-pre-reloc;
 	};
 
 	resetc: reset-ctl {
-- 
2.37.3


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

end of thread, other threads:[~2022-10-05  0:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-25 13:27 [PATCH 1/2] sandbox: Initialize sysreset before relocation Michal Suchanek
2022-09-25 13:27 ` [PATCH 2/2] common: board_f: Print information for all sysresets Michal Suchanek
2022-10-05  0:44   ` Simon Glass
2022-10-05  0:44 ` [PATCH 1/2] sandbox: Initialize sysreset before relocation Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).