u-boot/boot
Andrew Goodbody 70bf6e33e1 uclass: Cleanup uclass_find_next_device
uclass_find_next_device always returns 0, so instead make it a void and
update calling sites.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
2025-07-24 11:49:18 -06:00
..
android_ab.c boot/android_ab.c: Make use of LBAF for printing lbaint_t 2025-07-16 10:56:28 -06:00
boot_fit.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
bootdev-uclass.c uclass: Cleanup uclass_find_next_device 2025-07-24 11:49:18 -06:00
bootflow_internal.h expo: Improve the visual appearance of the menu 2025-05-30 09:49:32 +01:00
bootflow_menu.c expo: Drop the special theme code for bootflow_menu 2025-05-30 09:49:33 +01:00
bootflow.c boot: Ensure method_flags is initialised before use 2025-07-16 10:56:28 -06:00
bootm_os.c bootm: Pass SMP core ID and DTB address for ELF-formatted kernels 2025-06-26 13:48:04 -06:00
bootm.c lmb: replace the lmb_alloc() and lmb_alloc_base() API's 2025-06-25 09:50:37 -06:00
bootmeth_android.c global: Avoid indirect inclusion of <env.h> from <command.h> 2025-05-29 08:29:16 -06:00
bootmeth_android.h bootstd: Add a bootmeth for Android 2024-07-18 13:51:30 -06:00
bootmeth_cros.c Revert "Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE"" 2025-04-07 16:35:43 -06:00
bootmeth_cros.h bootstd: cros: Bring in some ChromiumOS structures 2023-08-10 18:34:54 -06:00
bootmeth_efi_mgr.c bootmeth: Update the read_file() method to include a type 2025-01-15 08:48:42 -06:00
bootmeth_efi.c global: Avoid indirect inclusion of <env.h> from <net.h> 2025-05-29 08:30:25 -06:00
bootmeth_extlinux.c membuf: Rename struct 2025-04-03 16:54:49 -06:00
bootmeth_pxe.c global: Avoid indirect inclusion of <env.h> from <net.h> 2025-05-29 08:30:25 -06:00
bootmeth_qfw.c bootmeth: Update the read_file() method to include a type 2025-01-15 08:48:42 -06:00
bootmeth_rauc.c bootstd: rauc: Only scan all partitions instead of boot files 2025-07-22 13:53:17 -06:00
bootmeth_sandbox.c bootmeth: Update the read_file() method to include a type 2025-01-15 08:48:42 -06:00
bootmeth_script.c Update bootmeth_alloc_other() to record images 2025-01-15 08:48:42 -06:00
bootmeth-uclass.c bootstd: Fix incorrect struct name in bootmeth_setup_iter_order() 2025-06-20 08:01:09 -06:00
bootretry.c bootretry: check for bootretry variable changes 2025-04-11 15:28:14 +02:00
bootstd-uclass.c bootstd: Move the bootflow list into an alist 2025-01-15 08:48:42 -06:00
cedit.c expo: Drop the render from expo_poll() 2025-05-30 09:49:32 +01:00
common_fit.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
expo_build_cb.c x86: coreboot: Allow building an expo for editing CMOS config 2024-11-03 21:27:12 -06:00
expo_build.c expo: Drop scene_title_set() 2024-10-18 14:10:22 -06:00
expo.c expo: Drop the render from expo_poll() 2025-05-30 09:49:32 +01:00
fdt_region.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
fdt_simplefb.c boot: fdt_simplefb: Remove conditional compilation checks for VIDEO Kconfig 2024-10-22 19:54:08 +02:00
fdt_support.c fdt: Make sure there is no stale initrd left 2025-06-12 16:13:51 -06:00
image-android-dt.c global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
image-android.c boot: android: Prevent use of unintialised variable 2025-07-02 12:10:25 +02:00
image-board.c lmb: replace the lmb_alloc() and lmb_alloc_base() API's 2025-06-25 09:50:37 -06:00
image-cipher.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
image-fdt.c Merge patch series "Improve Verdin AM62P thermal setup by generalizing ft_board_setup_ex()" 2025-07-09 08:40:36 -06:00
image-fit-sig.c image-fit-sig: skip in tools build if key is missing 2025-04-10 20:55:53 -06:00
image-fit.c image: Add support for starting TFA BL31 as fitImage loadables 2025-02-15 14:44:43 +01:00
image-host.c
image-pre-load.c global: Add <linux/string.h> instead of long indirect include path 2025-05-29 08:29:16 -06:00
image-sig.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
image.c tools: stm32image: Add support for STM32 Image V2.0 2025-06-11 09:42:56 +02:00
Kconfig Merge patch series "Improve Verdin AM62P thermal setup by generalizing ft_board_setup_ex()" 2025-07-09 08:40:36 -06:00
Makefile Merge patch series "bootstd: New bootmeth for RAUC A/B systems" 2025-06-18 15:54:33 -06:00
prog_boot.c bootstd: Introduce programmatic boot 2023-12-13 11:51:24 -05:00
pxe_utils.c boot: pxe: Prevent evaluation of uninitialised variable 2025-07-08 18:15:20 -06:00
scene_internal.h expo: Add forward declarations to scene_internal.h 2025-05-30 09:49:32 +01:00
scene_menu.c boot: menu: Do not dereference pointer if pointer is NULL 2025-07-08 18:15:20 -06:00
scene_textedit.c expo: Begin implementation of a text editor 2025-05-30 09:49:32 +01:00
scene_textline.c expo: Create a struct for generic text attributes 2025-05-30 09:49:32 +01:00
scene.c expo: Provide a way to position things relative to display 2025-05-30 09:49:32 +01:00
upl_common.c upl: Add support for reading a upl handoff 2024-08-09 16:03:19 -06:00
upl_common.h upl: Add support for reading a upl handoff 2024-08-09 16:03:19 -06:00
upl_read.c upl: fix parsing of DT property 2024-11-14 18:14:06 -06:00
upl_write.c upl: Add support for writing a upl handoff 2024-08-09 16:03:20 -06:00
vbe_abrec_fw.c vbe: Add an implementation of VBE-ABrec 2025-02-03 16:01:36 -06:00
vbe_abrec.c vbe: Add an implementation of VBE-ABrec 2025-02-03 16:01:36 -06:00
vbe_abrec.h vbe: Add an implementation of VBE-ABrec 2025-02-03 16:01:36 -06:00
vbe_common.c vbe: Add an implementation of VBE-ABrec 2025-02-03 16:01:36 -06:00
vbe_common.h vbe: Add an implementation of VBE-ABrec 2025-02-03 16:01:36 -06:00
vbe_request.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
vbe_simple_fw.c vbe: Update simple-fw to support using the SPL loader 2025-01-22 09:47:50 -06:00
vbe_simple_os.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
vbe_simple.c Merge patch series "vbe: Series part F" 2025-01-22 11:21:58 -06:00
vbe_simple.h vbe: Start a common header file 2025-01-22 09:47:49 -06:00
vbe.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00