U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Bin Meng <bmeng@tinylab.org>
Cc: "Simon Glass" <sjg@chromium.org>,
	u-boot@lists.denx.de, "Harald Seiler" <hws@denx.de>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Pali Rohár" <pali@kernel.org>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"Stefan Roese" <sr@denx.de>
Subject: Re: [PATCH 14/18] console: Print out complete stdio device list
Date: Mon, 24 Jul 2023 14:02:47 -0400	[thread overview]
Message-ID: <20230724180247.GH3630934@bill-the-cat> (raw)
In-Reply-To: <20230723044041.1089804-15-bmeng@tinylab.org>

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

On Sun, Jul 23, 2023 at 12:40:37PM +0800, Bin Meng wrote:

> At present if both CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV are on,
> during boot, the printed out stdio devices are incomplete, e.g.:
> with "stdout=serial,vidconsole", only "vidconsole" is printed.
> 
> For such case, we can print out the stdio device name from the
> environment variables.
> 
> Signed-off-by: Bin Meng <bmeng@tinylab.org>

This approach makes sense to me.

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2023-07-24 18:03 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-23  4:40 [PATCH 00/18] video: bochs: Remove the x86 limitation Bin Meng
2023-07-23  4:40 ` [PATCH 01/18] dm: video: Cosmetic style fix Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 12:57   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 02/18] video: bochs: Drop inclusion of <asm/mtrr.h> Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 12:58   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 03/18] video: bochs: Drop the useless argument of bochs_vga_write() Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 12:59   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 04/18] video: bochs: Avoid using IO instructions to access VGA IO port Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 12:59   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 05/18] video: bochs: Remove the x86 dependency Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 13:00   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 06/18] video: kconfig: Fix wrong text for the PCI default FB size Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 13:00   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 07/18] video: kconfig: Drop the superfluous dependency Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 13:00   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 08/18] video: kconfig: Set default FB size for Bochs Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 13:01   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 09/18] video: bochs: Set the frame buffer size per configuration Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-08-01 13:01   ` Anatolij Gustschin
2023-07-23  4:40 ` [PATCH 10/18] riscv: qemu: Enable Bochs video support Bin Meng
2023-07-27  0:50   ` Simon Glass
2023-07-23  4:40 ` [PATCH 11/18] console: kconfig: Drop the redundant VIDEO dependency Bin Meng
2023-07-23  6:40   ` Heinrich Schuchardt
2023-07-23 22:58     ` Simon Glass
2023-07-23  4:40 ` [PATCH 12/18] console: Make stdio_print_current_devices() static Bin Meng
2023-07-23 22:58   ` Simon Glass
2023-07-23  4:40 ` [PATCH 13/18] console: Refactor stdio_print_current_devices() a little bit Bin Meng
2023-07-23  6:39   ` Heinrich Schuchardt
2023-07-23  4:40 ` [PATCH 14/18] console: Print out complete stdio device list Bin Meng
2023-07-23  6:38   ` Heinrich Schuchardt
2023-07-23 12:04     ` Bin Meng
2023-07-23 12:47       ` Heinrich Schuchardt
2023-07-23 14:16         ` Bin Meng
2023-07-24  2:08           ` Simon Glass
2023-07-24 18:02   ` Tom Rini [this message]
2023-07-23  4:40 ` [PATCH 15/18] riscv: qemu: Enable PRE_CONSOLE_BUFFER Bin Meng
     [not found]   ` <SEZPR03MB806449404CFF3CB65A435E52C103A@SEZPR03MB8064.apcprd03.prod.outlook.com>
2023-07-25  7:20     ` Rick Chen
2023-07-27  0:50       ` Simon Glass
2023-07-23  4:40 ` [PATCH 16/18] riscv: define a cache line size for the generic CPU Bin Meng
2023-07-23  4:40 ` [PATCH 17/18] riscv: qemu: Remove out-of-date "riscv, kernel-start" handling Bin Meng
     [not found]   ` <SEZPR03MB80646AC3947DBFA62D910A47C103A@SEZPR03MB8064.apcprd03.prod.outlook.com>
2023-07-25  7:17     ` Rick Chen
2023-07-27  0:50       ` Simon Glass
2023-07-23  4:40 ` [PATCH 18/18] riscv: qemu: Enable usb keyboard as an input device Bin Meng
2023-07-23  6:11   ` Heinrich Schuchardt
2023-07-23 12:01     ` Bin Meng
2023-07-23  8:38   ` Mark Kettenis
2023-07-23  9:30     ` Heinrich Schuchardt
2023-07-23 10:11       ` Mark Kettenis
2023-07-24 18:11         ` Heinrich Schuchardt
     [not found]   ` <SEZPR03MB80643451FB26D109D4606A90C103A@SEZPR03MB8064.apcprd03.prod.outlook.com>
2023-07-25  7:05     ` Rick Chen
2023-07-27  0:50       ` Simon Glass
2023-07-25  4:10 ` [PATCH 00/18] video: bochs: Remove the x86 limitation Bin Meng
2023-07-31  5:26   ` Bin Meng
2023-08-01 13:03     ` Anatolij Gustschin
2023-08-01 13:43       ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230724180247.GH3630934@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=bmeng@tinylab.org \
    --cc=hws@denx.de \
    --cc=pali@kernel.org \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox