Re: [PATCH v2] cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parser

2022-04-11 Thread Tom Rini
On Tue, Mar 22, 2022 at 05:08:43PM +0100, Patrick Delaunay wrote: > Since the commit bfaa51dd4adf ("cmd: add serial console support > for the cls command") the cls command is not enough to clear the > video display when ANSI console is activated. > > This patch clears the video device with the vi

Re: [PATCH v2] cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parser

2022-03-23 Thread Patrice CHOTARD
Hi Patrick On 3/22/22 17:08, Patrick Delaunay wrote: > Since the commit bfaa51dd4adf ("cmd: add serial console support > for the cls command") the cls command is not enough to clear the > video display when ANSI console is activated. > > This patch clears the video device with the video_clear() A

[PATCH v2] cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parser

2022-03-22 Thread Patrick Delaunay
Since the commit bfaa51dd4adf ("cmd: add serial console support for the cls command") the cls command is not enough to clear the video display when ANSI console is activated. This patch clears the video device with the video_clear() API before to display the bitmap used for the PXE background. Th