[PATCH v3 0/3] efi_loader: console and network dependency improvements
Jan Kiszka
jan.kiszka at siemens.com
Fri Nov 4 09:06:36 CET 2022
Update of previously sent patches
"efi_loader: Improve console screen clearing and reset"
"efi_loader: Let networking support depend on NETDEVICES"
bundled into one series. Changes to earlier versions:
- rebased console reset improvements over master
- split up into overwrite protection and background color fix
- addressed missing efi_net_set_dhcp_ack symbol
- converted some #ifdefs to CONFIG_IS_ENABLED
Jan
Jan Kiszka (3):
efi_loader: Avoid overwriting previous outputs on console screen
clearing
efi_loader: Set default console colors on efi_cout_clear_screen if
needed
efi_loader: Let networking support depend on NETDEVICES
include/efi_loader.h | 10 +++++++---
lib/efi_loader/Kconfig | 1 -
lib/efi_loader/Makefile | 2 +-
lib/efi_loader/efi_console.c | 14 +++++++++++++-
lib/efi_loader/efi_device_path.c | 8 +++-----
lib/efi_loader/efi_setup.c | 10 +++++-----
lib/efi_selftest/Makefile | 2 +-
7 files changed, 30 insertions(+), 17 deletions(-)
--
2.35.3
More information about the U-Boot
mailing list