]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: console size of vidconsole
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 28 Feb 2021 17:17:28 +0000 (18:17 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Mar 2021 16:37:12 +0000 (17:37 +0100)
commit01457125fb3c95e73c04e798a7919833365b6d5d
tree1e00a57b1c07161768fa37929959e9d21707880a
parentb48c829a2d48fcb3df1c90c99821a996502b7617
efi_loader: console size of vidconsole

If stdout is 'vidconsole', we correctly set the console size.
If stdout is 'vidconsole,serial', the video console is ignored.

We should always evaluate the size of vidconsole if it is the primary
console.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_console.c