All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] riscv: show registers in crash dumps by default
@ 2024-08-11 11:01 Heinrich Schuchardt
  2024-08-11 11:01 ` [PATCH 1/2] riscv: allow to enable SHOW_REGS in main U-Boot only Heinrich Schuchardt
  2024-08-11 11:01 ` [PATCH 2/2] riscv: show registers in crash dumps by default Heinrich Schuchardt
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2024-08-11 11:01 UTC (permalink / raw)
  To: Rick Chen, Leo, Kongyang Liu, Randolph, Michal Simek,
	Łukasz Stelmach, Yu Chien Peter Lin, Ben Dooks,
	Samuel Holland, Dan Carpenter, u-boot
  Cc: Heinrich Schuchardt

To minimize SPL size it is reasonable to disable SHOW_REGS. For main U-Boot
the size restrictions are much more relaxed.

* Provide separate Kconfig symbols for SPL and main U-Boot.
* Enable showing registers in main U-Boot by default.

Heinrich Schuchardt (2):
  riscv: allow to enable SHOW_REGS in main U-Boot only
  riscv: enable showing registers by default

 arch/riscv/Kconfig          | 13 +++++++++++++
 arch/riscv/lib/interrupts.c |  7 +++----
 2 files changed, 16 insertions(+), 4 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-08-13  3:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 11:01 [PATCH 0/2] riscv: show registers in crash dumps by default Heinrich Schuchardt
2024-08-11 11:01 ` [PATCH 1/2] riscv: allow to enable SHOW_REGS in main U-Boot only Heinrich Schuchardt
2024-08-13  3:26   ` Leo Liang
2024-08-11 11:01 ` [PATCH 2/2] riscv: show registers in crash dumps by default Heinrich Schuchardt
2024-08-13  3:26   ` Leo Liang

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.