Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-28 Thread Fabio Estevam
On Tue, Jun 28, 2022 at 11:01 AM Heinrich Schuchardt wrote: > The patch is merged June 19th: > > e05bd68ed5fc ("test: work around for EFI terminal size probing") > > Why do you ask? Because I haven't seen an "applied" message in this thread. I see it in mainline now, thanks.

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-28 Thread Heinrich Schuchardt
On 6/28/22 15:52, Fabio Estevam wrote: Hi Heinrich, On Fri, Jun 17, 2022 at 1:59 AM Heinrich Schuchardt wrote: This causes: https://source.denx.de/u-boot/u-boot/-/jobs/450891#L229 for all instances of sandbox running that test. This is a only a bug to the test environment: test/py/u_boot_

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-28 Thread Fabio Estevam
On Tue, Jun 28, 2022 at 10:55 AM Tom Rini wrote: > I thought this was worked around for now? The non-testing case should > be fine again, and tests do need to do additional code to work, which is > not ideal, but good enough for the moment. I haven't realized that the patch has been applied. W

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-28 Thread Tom Rini
On Tue, Jun 28, 2022 at 10:52:32AM -0300, Fabio Estevam wrote: > Hi Heinrich, > > On Fri, Jun 17, 2022 at 1:59 AM Heinrich Schuchardt > wrote: > > > > This causes: https://source.denx.de/u-boot/u-boot/-/jobs/450891#L229 > > > for all instances of sandbox running that test. > > > > > > > This is

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-28 Thread Fabio Estevam
Hi Heinrich, On Fri, Jun 17, 2022 at 1:59 AM Heinrich Schuchardt wrote: > > This causes: https://source.denx.de/u-boot/u-boot/-/jobs/450891#L229 > > for all instances of sandbox running that test. > > > > This is a only a bug to the test environment: > > test/py/u_boot_console_base.py:110: > sel

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-16 Thread Heinrich Schuchardt
On 6/17/22 00:50, Tom Rini wrote: On Tue, Jun 14, 2022 at 08:02:03AM +0200, Heinrich Schuchardt wrote: From: Heinrich Schuchardt If CONFIG_VIDEO_DM=n we query the display size from the serial console. Especially when using a remote console the response can be so late that it interferes wit

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-16 Thread Tom Rini
On Tue, Jun 14, 2022 at 08:02:03AM +0200, Heinrich Schuchardt wrote: > From: Heinrich Schuchardt > > If CONFIG_VIDEO_DM=n we query the display size from the serial console. > Especially when using a remote console the response can be so late that > it interferes with autoboot. > > Only query th

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-15 Thread AKASHI Takahiro
On Wed, Jun 15, 2022 at 04:02:54PM +0200, Heinrich Schuchardt wrote: > On 6/15/22 08:34, AKASHI Takahiro wrote: > > On Wed, Jun 15, 2022 at 08:27:26AM +0200, Heinrich Schuchardt wrote: > > > > > > > > > On 6/15/22 08:16, AKASHI Takahiro wrote: > > > > On Tue, Jun 14, 2022 at 08:02:03AM +0200, Hei

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-15 Thread Heinrich Schuchardt
On 6/15/22 08:34, AKASHI Takahiro wrote: On Wed, Jun 15, 2022 at 08:27:26AM +0200, Heinrich Schuchardt wrote: On 6/15/22 08:16, AKASHI Takahiro wrote: On Tue, Jun 14, 2022 at 08:02:03AM +0200, Heinrich Schuchardt wrote: From: Heinrich Schuchardt If CONFIG_VIDEO_DM=n we query the display si

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-15 Thread Fabio Estevam
Hi Akashi-san, On Wed, Jun 15, 2022 at 3:35 AM AKASHI Takahiro wrote: > I think that your patch is a tentative workaround. Could Heinrich's patch be applied to 2022.07 to fix the regression? Any suggestions? Thanks, Fabio Estevam

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-14 Thread AKASHI Takahiro
On Wed, Jun 15, 2022 at 08:27:26AM +0200, Heinrich Schuchardt wrote: > > > On 6/15/22 08:16, AKASHI Takahiro wrote: > > On Tue, Jun 14, 2022 at 08:02:03AM +0200, Heinrich Schuchardt wrote: > > > From: Heinrich Schuchardt > > > > > > If CONFIG_VIDEO_DM=n we query the display size from the serial

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-14 Thread Heinrich Schuchardt
On 6/15/22 08:16, AKASHI Takahiro wrote: On Tue, Jun 14, 2022 at 08:02:03AM +0200, Heinrich Schuchardt wrote: From: Heinrich Schuchardt If CONFIG_VIDEO_DM=n we query the display size from the serial console. Especially when using a remote console the response can be so late that it interfer

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-14 Thread AKASHI Takahiro
On Tue, Jun 14, 2022 at 08:02:03AM +0200, Heinrich Schuchardt wrote: > From: Heinrich Schuchardt > > If CONFIG_VIDEO_DM=n we query the display size from the serial console. > Especially when using a remote console the response can be so late that > it interferes with autoboot. > > Only query the

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-14 Thread Heiko Thiery
Hi, Am Di., 14. Juni 2022 um 08:02 Uhr schrieb Heinrich Schuchardt : > > From: Heinrich Schuchardt > > If CONFIG_VIDEO_DM=n we query the display size from the serial console. > Especially when using a remote console the response can be so late that > it interferes with autoboot. > > Only query th

Re: [PATCH 1/1] efi_loader: initialize console size late

2022-06-14 Thread Fabio Estevam
Hi Heinrich, On Tue, Jun 14, 2022 at 3:02 AM Heinrich Schuchardt wrote: > > From: Heinrich Schuchardt > > If CONFIG_VIDEO_DM=n we query the display size from the serial console. > Especially when using a remote console the response can be so late that > it interferes with autoboot. > > Only quer

[PATCH 1/1] efi_loader: initialize console size late

2022-06-13 Thread Heinrich Schuchardt
From: Heinrich Schuchardt If CONFIG_VIDEO_DM=n we query the display size from the serial console. Especially when using a remote console the response can be so late that it interferes with autoboot. Only query the console size when running an EFI binary. Add debug output showing the determined