1. a0e7612 Merge patch series "bootm: Handle compressed arm64 images with bootm" by Tom Rini · Fri Dec 15 09:41:44 2023 -0500
  2. 50b8be3 bootm: Support kernel_noload with compression by Simon Glass · Sun Nov 19 07:43:34 2023 -0700
  3. b1f90ca bootm: Move arm64-image processing later by Simon Glass · Sun Nov 19 07:43:33 2023 -0700
  4. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  5. aba60d1 bootm: Reduce arguments to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:18 2023 -0700
  6. ab48be5 bootm: Add a function to check overlap by Simon Glass · Sat Nov 18 14:05:17 2023 -0700
  7. d46c81e bootm: Adjust the parameters of bootm_find_images() by Simon Glass · Sat Nov 18 14:05:16 2023 -0700
  8. 28eafe6 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:15 2023 -0700
  9. 3f2dcbe bootm: efi: Drop special call to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:14 2023 -0700
  10. 5fb729b bootm: Simplify Android ramdisk addr in bootm_find_images() by Simon Glass · Sat Nov 18 14:05:13 2023 -0700
  11. 4fdc559 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · Sat Nov 18 14:05:12 2023 -0700
  12. 01080ab bootm: Reduce arguments to boot_get_fpga() by Simon Glass · Sat Nov 18 14:05:11 2023 -0700
  13. db125e0 bootm: Reduce arguments to boot_get_fdt() by Simon Glass · Sat Nov 18 14:05:10 2023 -0700
  14. af2c72c bootm: Pass image buffer to boot_get_fdt() by Simon Glass · Sat Nov 18 14:05:09 2023 -0700
  15. 7f0a5a6 bootm: Drop #ifdef in bootm_find_images() by Simon Glass · Sat Nov 18 14:05:08 2023 -0700
  16. 8eef77e bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · Sat Nov 18 14:05:06 2023 -0700
  17. f3c57b6 bootm: Reduce arguments to bootm_find_os() by Simon Glass · Sat Nov 18 14:05:05 2023 -0700
  18. c46784c bootm: Move error printing out of boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:04 2023 -0700
  19. d6d6ed8 bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO by Simon Glass · Sat Nov 18 14:05:03 2023 -0700
  20. a5d35f9 bootm: Use the error return from boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:02 2023 -0700
  21. ae217b3 bootm: Adjust position of unmap_sysmem() in boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:01 2023 -0700
  22. 9d085c1 bootm: Adjust boot_get_kernel() to return an error by Simon Glass · Sat Nov 18 14:05:00 2023 -0700
  23. 8333dd5 bootm: Reduce arguments to boot_get_kernel() by Simon Glass · Sat Nov 18 14:04:58 2023 -0700
  24. 4e8ec47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · Sat Nov 18 14:04:57 2023 -0700
  25. 7715b31 bootm: Move boot_get_kernel() higher in the file by Simon Glass · Sat Nov 18 14:04:56 2023 -0700
  26. 2e719d5 bootm: Simplify arguments for bootm_pre_load() by Simon Glass · Sat Nov 18 14:04:55 2023 -0700
  27. 5f1f4f2 bootm: Drop arguments from bootm_start() by Simon Glass · Sat Nov 18 14:04:54 2023 -0700
  28. 0afe557 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Oct 27 19:27:29 2023 -0400
  29. 32401ba bootm: Support boot measurement by Eddie James · Tue Oct 24 10:43:50 2023 -0500
  30. b3c2aa5 command: Include a required header in command.h by Simon Glass · Wed Sep 27 08:22:37 2023 -0600
  31. 1870026 bootstd: cros: Add ARM support by Simon Glass · Sun Jul 30 11:17:02 2023 -0600
  32. d254b3e bootm: don't call booti_setup for EFI images by Heinrich Schuchardt · Tue Jun 13 08:18:27 2023 +0200
  33. 51c981b android: boot: support boot image header version 3 and 4 by Safae Ouajih · Mon Feb 06 00:50:17 2023 +0100
  34. c60ae10 android: boot: add vendor boot image to prepare for v3, v4 support by Safae Ouajih · Mon Feb 06 00:50:11 2023 +0100
  35. e2d49d9 Correct SPL uses of CMD_FDT by Simon Glass · Sun Feb 05 15:36:30 2023 -0700
  36. 88b6f92 Correct SPL uses of CMD_BOOTM_PRE_LOAD by Simon Glass · Sun Feb 05 15:36:24 2023 -0700
  37. df650d2 Correct SPL use of CMD_BOOTI by Simon Glass · Sun Feb 05 15:36:23 2023 -0700
  38. 68fc04c net: Remove eth_legacy.c by Tom Rini · Sun Nov 27 10:25:36 2022 -0500
  39. b90cf90 bootm: Change incorrect 'unsupported' error by Simon Glass · Tue Oct 11 09:47:07 2022 -0600
  40. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  41. 74578f5 treewide: Drop image_info_t typedef by Simon Glass · Tue Sep 06 20:26:51 2022 -0600
  42. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · Tue Sep 06 20:26:50 2022 -0600
  43. 779a7b69 bootm: Fix upper bound of FDT overlap checks by Pali Rohár · Sat Aug 27 14:48:10 2022 +0200
  44. 2ebfd22 image-fit: don't set compression if it can't be read by Daniel Golle · Sat Aug 27 04:17:28 2022 +0100
  45. 905d4b7 bootm: fix typo imape_comp -> image_comp by Daniel Golle · Sat Aug 27 04:14:42 2022 +0100
  46. f3c2f99 Convert CONFIG_SYS_BOOTM_LEN to Kconfig by Tom Rini · Sat Jun 25 19:29:46 2022 -0400
  47. 15bdcd4 bootm: Fix Linux silent console on newer kernels by Sean Anderson · Thu May 19 18:26:05 2022 -0400
  48. ae1f2ca cmd: bootm: add a stage pre-load by Philippe Reynes · Mon Mar 28 22:57:00 2022 +0200
  49. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  50. 91944df Create a new boot/ directory by Simon Glass · Thu Oct 14 12:47:54 2021 -0600[Renamed from common/bootm.c]
  51. d538700 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Thu Nov 11 09:04:20 2021 -0500