[U-Boot] [PATCH v2 00/11] net: Clean up the menus and dependencies among commands and options
Joe Hershberger
joe.hershberger at ni.com
Fri Apr 13 20:26:29 UTC 2018
There have been a few issues persisting in the net menus and a recent
change that went in (Kconfig: cmd: Make networking command dependent on NET)
caused a few new issues. Clean up these things and further move to separate
CMD_NET from NET along appropriate boundaries.
Changes in v2:
- Fixed dependencies on CMD_NET
- Move eth_sw and pxe commands out of cmd_net
- New patch
Joe Hershberger (11):
net: Make CMD_NET a menuconfig
net: Fix distro default dependencies
net: Move net command options to the cmd menu
net: Move the DHCP command below the BOOTP command
net: Improve menu options and help for BOOTP options
net: Add the BOOTP_DNS2 option to Kconfig
net: Improve BOOTP PXE config option
net: Make the BOOTP options default
net: Make core net code depend on NET instead of CMD_NET
Revert "Kconfig: cmd: Make networking command dependent on NET"
xilinx: Only enable dist boot pxe when DHCP is enabled
Kconfig | 12 +---
cmd/Kconfig | 127 +++++++++++++++++++++++++++++++++------
cmd/bootefi.c | 4 +-
cmd/net.c | 4 ++
include/configs/socfpga_common.h | 2 +-
include/configs/xilinx_zynqmp.h | 2 +-
include/configs/zynq-common.h | 2 +-
lib/efi_loader/Makefile | 2 +-
lib/efi_loader/efi_device_path.c | 2 +-
net/Kconfig | 51 ----------------
net/Makefile | 14 ++---
11 files changed, 128 insertions(+), 94 deletions(-)
--
1.7.11.5
More information about the U-Boot
mailing list