Re: [PATCH 1/4] EFI: console: query_vidconsole: multiplex adaptation

2021-08-06 Thread Art Nikpal
> So this change seems wrong. please check 3rd patch before https://patchwork.ozlabs.org/project/uboot/patch/20210804102217.2419510-3-...@khadas.com/ i think its must be clarify problem with multiplex output configuration CONFIG_CONSOLE_MUX=y CONFIG_CONSOLE_NORMAL=y please check more information

Re: [PATCH 1/4] EFI: console: query_vidconsole: multiplex adaptation

2021-08-05 Thread Heinrich Schuchardt
On 8/4/21 12:22 PM, Artem Lapkin wrote: Fixed detection of vidconsole from within a multiplexed stdout string. As you know, a user can use a comma-separated list of devices to set stdin, stdout and stderr. For example, "setenv stdout serial,vidconsole" is a multiplexed string. Signed-off-by: Art

[PATCH 1/4] EFI: console: query_vidconsole: multiplex adaptation

2021-08-04 Thread Artem Lapkin
Fixed detection of vidconsole from within a multiplexed stdout string. As you know, a user can use a comma-separated list of devices to set stdin, stdout and stderr. For example, "setenv stdout serial,vidconsole" is a multiplexed string. Signed-off-by: Artem Lapkin --- lib/efi_loader/efi_console