]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "net: consolidate PXE processor architecture type Kconfig"
authorTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 14:17:22 +0000 (08:17 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 14:33:42 +0000 (08:33 -0600)
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> says:

DHCP and DHCPv6 use the same value defined in
https://www.iana.org/assignments/dhcpv6-parameters#processor-architecture
to encode the processor architecture type. We should only use a single
Kconfig symbol for both protocols.

Furthermore we should make the value customizable. This allows for instance
to choose between "x86 BIOS" or "x64 UEFI".

As "x86 BIOS" is encoded as 0, we should not use this value to switch
off transmission of the DHCP option. Use 0xFF instead.

Link: https://lore.kernel.org/r/20250608074228.12407-1-heinrich.schuchardt@canonical.com

Trivial merge