1. 92ee1f5 pxe: Use strlcpy() instead of strcpy() in label_boot() by Simon Glass · 1 year, 1 month ago
  2. 6d47fd3 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · 1 year, 1 month ago
  3. b34c828 bootm: Make OS booting dependent on BOOTM by Simon Glass · 1 year, 1 month ago
  4. 6e558e3 bootm: Add a Kconfig option for bootm functionality by Simon Glass · 1 year, 1 month ago
  5. 52b3c47 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · 1 year, 1 month ago
  6. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 1 year, 1 month ago
  7. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year, 2 months ago
  8. 1047b53 bootstd: Introduce programmatic boot by Simon Glass · 1 year, 2 months ago
  9. 984e6fe bootm: Reduce arguments to bootm_find_other() by Simon Glass · 1 year, 2 months ago
  10. 65f0bfe bootm: Add a function to check overlap by Simon Glass · 1 year, 2 months ago
  11. 3ac85bd bootm: Adjust the parameters of bootm_find_images() by Simon Glass · 1 year, 2 months ago
  12. b020254 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · 1 year, 2 months ago
  13. e2fc90e bootm: efi: Drop special call to bootm_find_other() by Simon Glass · 1 year, 2 months ago
  14. 46aee25 bootm: Simplify Android ramdisk addr in bootm_find_images() by Simon Glass · 1 year, 2 months ago
  15. 9645628 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · 1 year, 2 months ago
  16. 745367b bootm: Reduce arguments to boot_get_fpga() by Simon Glass · 1 year, 2 months ago
  17. 0aa923a bootm: Reduce arguments to boot_get_fdt() by Simon Glass · 1 year, 2 months ago
  18. ba5e3f7 bootm: Pass image buffer to boot_get_fdt() by Simon Glass · 1 year, 2 months ago
  19. 972d524 bootm: Drop #ifdef in bootm_find_images() by Simon Glass · 1 year, 2 months ago
  20. 8eda15b bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · 1 year, 2 months ago
  21. 3e3bd5b bootm: Reduce arguments to bootm_find_os() by Simon Glass · 1 year, 2 months ago
  22. b13e948 bootm: Move error printing out of boot_get_kernel() by Simon Glass · 1 year, 2 months ago
  23. bdfa1b6 bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO by Simon Glass · 1 year, 2 months ago
  24. 4c76f5e bootm: Use the error return from boot_get_kernel() by Simon Glass · 1 year, 2 months ago
  25. 4f77169 bootm: Adjust position of unmap_sysmem() in boot_get_kernel() by Simon Glass · 1 year, 2 months ago
  26. 7721e71 bootm: Adjust boot_get_kernel() to return an error by Simon Glass · 1 year, 2 months ago
  27. 820110c bootm: Reduce arguments to boot_get_kernel() by Simon Glass · 1 year, 2 months ago
  28. 530cc47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · 1 year, 2 months ago
  29. 7f3b1ee bootm: Move boot_get_kernel() higher in the file by Simon Glass · 1 year, 2 months ago
  30. 921070b bootm: Simplify arguments for bootm_pre_load() by Simon Glass · 1 year, 2 months ago
  31. a50e886 bootm: Drop arguments from bootm_start() by Simon Glass · 1 year, 2 months ago
  32. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year, 2 months ago
  33. 741d1e9 bootstd: Avoid freeing a non-allocated buffer by Simon Glass · 1 year, 2 months ago
  34. 1125e29 bootm: Enable legacy VxWorks booting from FITs by Sean Anderson · 1 year, 3 months ago
  35. cac91b0 expo: Correct background colour by Simon Glass · 1 year, 4 months ago
  36. a3a884c boot: Fix syntax in fdt_overlay_apply_verbose() error message by Hugo Villeneuve · 1 year, 3 months ago
  37. ee2ce29 bootstd: Skip over bad device during bootflows scanning by Tony Dinh · 1 year, 2 months ago
  38. dbdb4b3 boot: Make preboot and bootcmd require CMDLINE by Tom Rini · 1 year, 3 months ago
  39. 558787f bootmeth_script: Depend on CMDLINE by Tom Rini · 1 year, 3 months ago
  40. 0b59c13 bootmeth_cros: Require bootm.o and bootm_os.o by Tom Rini · 1 year, 3 months ago
  41. 9d298c9 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · 1 year, 3 months ago
  42. 2180a45 boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled by Tom Rini · 1 year, 3 months ago
  43. fc97d93 boot: Make DISTRO_DEFAULTS select CMDLINE by Tom Rini · 1 year, 3 months ago
  44. 5bcfc7a autoboot: Correct dependencies on CMDLINE by Simon Glass · 1 year, 3 months ago
  45. 0bb4abd bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI by Tom Rini · 1 year, 3 months ago
  46. a831d11 bootstd: cros: Correct condition for read method by Simon Glass · 1 year, 3 months ago
  47. 19248dc bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · 1 year, 3 months ago
  48. f2bfa0c bootstd: Make efi_mgr bootmeth work for non-sandbox setups by Mark Kettenis · 1 year, 4 months ago
  49. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 1 year, 3 months ago
  50. dec166d bootm: Support boot measurement by Eddie James · 1 year, 3 months ago
  51. a7527fb bootstd: sata: Add bootstd support for ahci sata by Tony Dinh · 1 year, 3 months ago
  52. 7a790f0 bootstd: Scan all bootdevs in a boot_targets entry (take 2) by Simon Glass · 1 year, 3 months ago
  53. 16e1935 bootstd: Correct logic for single uclass by Simon Glass · 1 year, 3 months ago
  54. abd1e94 Revert "bootstd: Scan all bootdevs in a boot_targets entry" by Simon Glass · 1 year, 3 months ago
  55. e824d0d bootstd: Scan all bootdevs in a boot_targets entry by Simon Glass · 1 year, 4 months ago
  56. 7318e0e expo: Support building an expo with a textline by Simon Glass · 1 year, 4 months ago
  57. fe55366 expo: Plumb in textline to cedit by Simon Glass · 1 year, 4 months ago
  58. 8579cb0 expo: Support handling any key in cedit by Simon Glass · 1 year, 4 months ago
  59. c4fea34 expo: Plumb in textlines to a scene by Simon Glass · 1 year, 4 months ago
  60. 93c901b expo: Support opening a textline by Simon Glass · 1 year, 4 months ago
  61. 4db7519 expo: Add basic support for textline objects by Simon Glass · 1 year, 4 months ago
  62. 93f99b3 expo: Add some scene fields needed for text entry by Simon Glass · 1 year, 4 months ago
  63. 94598d5 expo: Allow rendering the background of any object by Simon Glass · 1 year, 4 months ago
  64. 8bc69b4 expo: Make calculation of an object bounding box generic by Simon Glass · 1 year, 4 months ago
  65. 117617c expo: Add a function to write a property to a devicetree by Simon Glass · 1 year, 4 months ago
  66. d88edd2 expo: Allow highlighting other scene-object types by Simon Glass · 1 year, 4 months ago
  67. 408011c expo: Correct the logic for duplicate-ID detection by Simon Glass · 1 year, 4 months ago
  68. 9767de7 expo: Correct some swallowed errors in scene by Simon Glass · 1 year, 4 months ago
  69. fd6073a expo: Use switch statements more for object types by Simon Glass · 1 year, 4 months ago
  70. 909c486 expo: Fix up comments for get_cur_menuitem_text() et al by Simon Glass · 1 year, 4 months ago
  71. 5fb9e2a expo: Add better error reporting by Simon Glass · 1 year, 4 months ago
  72. deb746e bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memory by Tony Dinh · 1 year, 4 months ago
  73. be59514 command: Include a required header in command.h by Simon Glass · 1 year, 4 months ago
  74. 2479709 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 4 months ago
  75. ac89738 Merge branch 'next' by Tom Rini · 1 year, 4 months ago
  76. 1b1d36e bootstd: Keep track of use of usb stop by Simon Glass · 1 year, 4 months ago
  77. 1a075d4 x86: pxeboot: bugfix: Set variable for size of initrd by Thomas Mittelstaedt · 1 year, 9 months ago
  78. 64fd30d tools: mkimage: Add StarFive SPL image support by Heinrich Schuchardt · 1 year, 4 months ago
  79. c0e5b0e boot: Join ARCH_FIXUP_FDT_MEMORY with related options by Simon Glass · 1 year, 4 months ago
  80. 400a6a3 boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS by Simon Glass · 1 year, 4 months ago
  81. 040a604 boot: Join FDT_FIXUP_PARTITIONS with related options by Simon Glass · 1 year, 4 months ago
  82. 44831841 Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT by Simon Glass · 1 year, 4 months ago
  83. 3b58de4 Mark DISTRO_DEFAULTS as deprecated by Simon Glass · 1 year, 4 months ago
  84. 064a57d Kconfig: Move TEXT_BASE et al under general setup by Simon Glass · 1 year, 4 months ago
  85. 4a8fcb6 boot: Make standard boot a menu by Simon Glass · 1 year, 4 months ago
  86. 4d8ea26 Kconfig: Move SPL_FIT under FIT by Simon Glass · 1 year, 4 months ago
  87. 815f8d3 spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS by Simon Glass · 1 year, 4 months ago
  88. 12a7ea0 Kconfig: Create a menu for FIT by Simon Glass · 1 year, 4 months ago
  89. 47b18c0 boot: Rename Android-boot text by Simon Glass · 1 year, 4 months ago
  90. 96095e1 boot: Move some other fdt-fixup options to the same menu by Simon Glass · 1 year, 4 months ago
  91. ddc5f9b Move fdt_simplefb to boot/ by Simon Glass · 1 year, 4 months ago
  92. b1a4b46 boot: Move fdt_support to boot/ by Simon Glass · 1 year, 4 months ago
  93. a3a057f expo: Fix documentation reference by Massimo Pegorer · 1 year, 4 months ago
  94. ba377a6 image: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 4 months ago
  95. 446d664 boot: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 4 months ago
  96. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 4 months ago
  97. 6c4cad7 event: Rename EVENT_SPY to EVENT_SPY_FULL by Simon Glass · 1 year, 5 months ago
  98. 5986d46 bootstd: Adjust the default bootmeth order by Simon Glass · 1 year, 5 months ago
  99. d167062 boot: Fix reference to bootmenu doc by Peter Robinson · 1 year, 5 months ago
  100. 71f634b bootstd: cros: Allow detection of any kernel partition by Simon Glass · 1 year, 5 months ago