All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: BMIPS: Improved early panic support
@ 2022-07-15 19:47 Florian Fainelli
  2022-07-15 19:47 ` [PATCH 1/2] MIPS: CFE: Add cfe_die() Florian Fainelli
  2022-07-15 19:47 ` [PATCH 2/2] MIPS: BMIPS: Utilize cfe_die() for invalid DTB Florian Fainelli
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2022-07-15 19:47 UTC (permalink / raw)
  To: linux-mips
  Cc: Florian Fainelli, Thomas Bogendoerfer,
	Broadcom internal kernel review list, open list

Hi Thomas,

This patch series adds support for cfe_die() which can be used during
early platform initialization when we do not yet have a valid DTB to
infer an earlycon console from. This is useful while bringing up new
platforms/DTBs as well.

Thanks!

Florian Fainelli (2):
  MIPS: CFE: Add cfe_die()
  MIPS: BMIPS: Utilize cfe_die() for invalid DTB

 arch/mips/Kconfig                      |  1 +
 arch/mips/bmips/setup.c                | 14 +++++++-
 arch/mips/fw/cfe/cfe_api.c             | 48 +++++++++++++++++++++++++-
 arch/mips/include/asm/fw/cfe/cfe_api.h |  2 ++
 4 files changed, 63 insertions(+), 2 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-07-15 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15 19:47 [PATCH 0/2] MIPS: BMIPS: Improved early panic support Florian Fainelli
2022-07-15 19:47 ` [PATCH 1/2] MIPS: CFE: Add cfe_die() Florian Fainelli
2022-07-15 21:18   ` Florian Fainelli
2022-07-15 19:47 ` [PATCH 2/2] MIPS: BMIPS: Utilize cfe_die() for invalid DTB Florian Fainelli

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.