]> git.ipfire.org Git - thirdparty/u-boot.git/commit - arch/arm/dts/imx8mn-ddr4-evk.dts
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
authorTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:06:27 +0000 (17:06 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:06:27 +0000 (17:06 -0600)
commit777c28460947371ada40868dc994dfe8537d7115
treeed76982806de141ac6bcbc303b3167f90e8877e7
parentab3453e7b12daef47b9e91da2a2a3d48615dc6fc
parentcf70f75447133c497f9e5c56f2b33c8f2d3f08b5
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"

Simon Glass <sjg@chromium.org> says:

This series is the culmanation of the current line of refactoring
series. It adjusts pxe to call the booting functionality directly
rather than going through the command-line interface.

With this is is possible to boot using the extlinux bootmeth without
the command line enabled.

It also updates fastboot to do a similar thing.
32 files changed:
arch/arm/lib/Makefile
arch/mips/lib/Makefile
arch/x86/lib/Makefile
boot/Kconfig
boot/Makefile
boot/pxe_utils.c
cmd/Kconfig
configs/colibri_vf_defconfig
configs/iot_devkit_defconfig
configs/mx6memcal_defconfig
configs/xilinx_versal_mini_defconfig
configs/xilinx_versal_mini_emmc0_defconfig
configs/xilinx_versal_mini_emmc1_defconfig
configs/xilinx_versal_mini_ospi_defconfig
configs/xilinx_versal_mini_qspi_defconfig
configs/xilinx_versal_net_mini_ospi_defconfig
configs/xilinx_versal_net_mini_qspi_defconfig
configs/xilinx_zynqmp_mini_defconfig
configs/xilinx_zynqmp_mini_emmc0_defconfig
configs/xilinx_zynqmp_mini_emmc1_defconfig
configs/xilinx_zynqmp_mini_nand_defconfig
configs/xilinx_zynqmp_mini_nand_single_defconfig
configs/xilinx_zynqmp_mini_qspi_defconfig
configs/zynq_cse_nand_defconfig
configs/zynq_cse_nor_defconfig
configs/zynq_cse_qspi_defconfig
doc/android/fastboot.rst
drivers/fastboot/Kconfig
drivers/fastboot/fb_command.c
include/bootm.h
include/fastboot-internal.h
include/fastboot.h