All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Automatically configure VLAN from PXE on UEFI
@ 2022-03-21 22:07 Chad Kimes
  2022-03-21 22:07 ` [PATCH v2 1/2] Print VLAN info in EFI device path Chad Kimes
  2022-03-21 22:07 ` [PATCH v2 2/2] Configure VLAN from UEFI device used for PXE Chad Kimes
  0 siblings, 2 replies; 4+ messages in thread
From: Chad Kimes @ 2022-03-21 22:07 UTC (permalink / raw)
  To: grub-devel; +Cc: Chad Kimes

This patch series introduces automatic configuration of 802.1Q VLAN
identifiers if the interface used for PXE booting on UEFI hardware was
configured with a VLAN.

The first patch adds the necessary types for parsing VLAN info from
UEFI device paths, and uses that to produce a Vlan(x) device in the
grub_efi_print_device_path output.

The second patch handles automatic configuration of VLAN when booting
from PXE on UEFI hardware. This patch depends on types introduced in the
first patch.

Chad Kimes (2):
  Print VLAN info in EFI device path
  Configure VLAN from UEFI device used for PXE

 grub-core/kern/efi/efi.c           |  7 ++++++
 grub-core/net/drivers/efi/efinet.c | 38 ++++++++++++++++++++++++++----
 include/grub/efi/api.h             |  9 +++++++
 3 files changed, 49 insertions(+), 5 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-14 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 22:07 [PATCH v2 0/2] Automatically configure VLAN from PXE on UEFI Chad Kimes
2022-03-21 22:07 ` [PATCH v2 1/2] Print VLAN info in EFI device path Chad Kimes
2022-03-21 22:07 ` [PATCH v2 2/2] Configure VLAN from UEFI device used for PXE Chad Kimes
2022-04-14 16:04   ` Daniel Kiper

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.