All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Initialize the console as early as possible
@ 2024-06-06  9:17 Xiang W
  2024-06-06  9:17 ` [PATCH 1/4] include: sbi_utils: fixup fdt_get_address Xiang W
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Xiang W @ 2024-06-06  9:17 UTC (permalink / raw)
  To: opensbi

Initializing the console as early as possible can output more useful
information. This series of patches is used to initialize the console
as early as possible.

This series of patches is based on a previous patch
http://lists.infradead.org/pipermail/opensbi/2024-May/006960.html

Xiang W (4):
  include: sbi_utils: fixup fdt_get_address
  lib: sbi: Add domains_init to sbi_console_device
  lib: utils/serial: add domains_init for 8250
  lib: sbi: Initialize the console as early as possible

 include/sbi/sbi_console.h           |  3 +++
 include/sbi_utils/fdt/fdt_helper.h  |  4 +++-
 include/sbi_utils/serial/uart8250.h |  1 +
 lib/sbi/sbi_domain.c                | 10 ++++++++++
 lib/sbi/sbi_init.c                  |  8 ++++----
 lib/utils/serial/uart8250.c         | 28 +++++++++++++++++++---------
 6 files changed, 40 insertions(+), 14 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-06-21 14:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06  9:17 [PATCH 0/4] Initialize the console as early as possible Xiang W
2024-06-06  9:17 ` [PATCH 1/4] include: sbi_utils: fixup fdt_get_address Xiang W
2024-06-06  9:17 ` [PATCH 2/4] lib: sbi: Add domains_init to sbi_console_device Xiang W
2024-06-06  9:17 ` [PATCH 3/4] lib: utils/serial: add domains_init for 8250 Xiang W
2024-06-06  9:17 ` [PATCH 4/4] lib: sbi: Initialize the console as early as possible Xiang W
2024-06-21 12:07 ` [PATCH 0/4] " Anup Patel
2024-06-21 14:02   ` Andrew Jones
2024-06-21 14:55     ` Xiang W
2024-06-21 14:52   ` Xiang W

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.