1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-25 14:56:03 +00:00
u-boot/boot
Svyatoslav Ryhel c95e948870 boot: pxe_utils: skip fdt setup in case legacy kernel is booted
Currently, if boot with extlinux.conf and do not set the fdt
U-Boot will provide its own device tree. This behavior is
beneficial if the U-Boot device tree is in sync with Linux,
but it totally halts the booting of pre-dtb kernels (3.4 for
example) since it uses ATAGs. To fix this, pass `-` in the
fdt extlinux field as a signal that no tree should be used.

Suggested-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Tested-by: Jethro Bull <jethrob@hotmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2024-03-01 18:34:08 -05:00
..
android_ab.c android_ab: don't ignore ab_control_store return code 2024-01-11 22:14:57 -05:00
boot_fit.c
bootdev-uclass.c bootdev: avoid infinite probe loop 2024-01-18 12:18:48 -05:00
bootflow.c boot: remove dead code in bootflow_check() 2024-01-18 17:50:27 -05:00
bootflow_internal.h
bootflow_menu.c boot: superfluous assignment in bootflow_menu_new() 2024-01-18 17:50:27 -05:00
bootm.c boot: Support decompressing non-kernel OS images 2024-01-11 21:19:25 -05:00
bootm_os.c Merge patch series "Complete decoupling of bootm logic from commands" 2023-12-21 16:10:00 -05:00
bootmeth-uclass.c bootstd: Add a command to read all files for a bootflow 2023-08-11 07:33:38 -06:00
bootmeth_cros.c bootstd: cros: Correct condition for read method 2023-11-01 12:26:44 -04:00
bootmeth_cros.h bootstd: cros: Bring in some ChromiumOS structures 2023-08-10 18:34:54 -06:00
bootmeth_efi.c bootmeth: pass size to efi_binary_run() 2023-12-22 10:36:50 -05:00
bootmeth_efi_mgr.c bootmeth: use efi_loader interfaces instead of bootefi command 2023-12-17 13:04:54 +01:00
bootmeth_extlinux.c lib: membuff: fix readline not returning line in case of overflow 2024-01-09 14:58:33 +01:00
bootmeth_pxe.c bootstd: Init the size before reading extlinux file 2023-08-03 15:30:54 -04:00
bootmeth_qfw.c
bootmeth_sandbox.c
bootmeth_script.c bootstd: sata: Add bootstd support for ahci sata 2023-10-23 13:07:12 -04:00
bootretry.c
bootstd-uclass.c
cedit.c expo: Plumb in textline to cedit 2023-10-11 15:43:55 -04:00
common_fit.c
expo.c expo: Correct background colour 2023-11-14 20:04:00 -07:00
expo_build.c expo: Support building an expo with a textline 2023-10-11 15:43:55 -04:00
fdt_region.c
fdt_simplefb.c Move fdt_simplefb to boot/ 2023-09-19 11:36:25 -04:00
fdt_support.c fdt: Improve the comment for fdt_shrink_to_minimum() 2023-12-13 18:39:05 -05:00
image-android-dt.c
image-android.c
image-board.c boot: Drop size parameter from image_setup_libfdt() 2023-12-13 18:39:05 -05:00
image-cipher.c
image-fdt.c boot: add support for fdt_fixup command in environment 2023-12-21 11:59:49 -05:00
image-fit-sig.c
image-fit.c global: Restrict use of '#include <linux/kconfig.h>' 2023-12-21 08:54:05 -05:00
image-host.c
image-pre-load.c
image-sig.c boot: Remove unused NEEDS_MANUAL_RELOC code bits 2023-09-14 10:42:24 -04:00
image.c global: Restrict use of '#include <linux/kconfig.h>' 2023-12-21 08:54:05 -05:00
Kconfig boot: add support for button commands 2024-02-13 15:38:49 -05:00
Makefile efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR 2024-01-17 08:40:25 +01:00
prog_boot.c bootstd: Introduce programmatic boot 2023-12-13 11:51:24 -05:00
pxe_utils.c boot: pxe_utils: skip fdt setup in case legacy kernel is booted 2024-03-01 18:34:08 -05:00
scene.c expo: Plumb in textlines to a scene 2023-10-11 15:43:55 -04:00
scene_internal.h expo: Plumb in textlines to a scene 2023-10-11 15:43:55 -04:00
scene_menu.c expo: Allow rendering the background of any object 2023-10-11 15:43:55 -04:00
scene_textline.c expo: Support opening a textline 2023-10-11 15:43:55 -04:00
vbe.c
vbe_request.c dm: core: Reverse the argument order in ofnode_copy_props() 2023-10-06 14:38:12 -04:00
vbe_simple.c
vbe_simple.h
vbe_simple_fw.c
vbe_simple_os.c dm: core: Reverse the argument order in ofnode_copy_props() 2023-10-06 14:38:12 -04:00