All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: U-Boot Mailing List <u-boot@lists.denx.de>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>
Subject: [PATCH v3 0/3] efi_loader: console and network dependency improvements
Date: Fri,  4 Nov 2022 09:06:36 +0100	[thread overview]
Message-ID: <cover.1667549199.git.jan.kiszka@siemens.com> (raw)

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


             reply	other threads:[~2022-11-04  8:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04  8:06 Jan Kiszka [this message]
2022-11-04  8:06 ` [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing Jan Kiszka
2022-11-04 19:08   ` Simon Glass
2022-11-07 13:50     ` Jan Kiszka
2022-11-07 15:28       ` Simon Glass
2022-11-07 16:13         ` Heinrich Schuchardt
2022-11-07 17:32           ` Simon Glass
2022-11-07 17:55             ` Heinrich Schuchardt
2022-11-07 16:29   ` Heinrich Schuchardt
2022-11-07 16:41     ` Jan Kiszka
2022-11-07 17:18       ` Heinrich Schuchardt
2022-11-07 18:27         ` Jan Kiszka
2022-11-04  8:06 ` [PATCH v3 2/3] efi_loader: Set default console colors on efi_cout_clear_screen if needed Jan Kiszka
2022-11-07 17:00   ` Jan Kiszka
2022-11-07 17:06   ` Heinrich Schuchardt
2022-11-07 18:05     ` Jan Kiszka
2022-11-04  8:06 ` [PATCH v3 3/3] efi_loader: Let networking support depend on NETDEVICES Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1667549199.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.