1. ca8881c cmd: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. bd73cac bootm: Create a function to run through the bootm states by Simon Glass · 11 months ago
  6. d90f94f bootm: Rename do_bootm_states() to bootm_run_states() by Simon Glass · 11 months ago
  7. 50fa2fe bootm: Drop arguments from do_bootm_states() by Simon Glass · 11 months ago
  8. 0afe557 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 1 year, 1 month ago
  9. 32401ba bootm: Support boot measurement by Eddie James · 1 year, 1 month ago
  10. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 2 months ago
  11. f72cd26 boot: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  12. 975dd8a bootm: Drop #ifdef from do_bootm() by Simon Glass · 2 years, 1 month ago
  13. 1b89370 bootm: Avoid returning error codes from command by Simon Glass · 2 years, 1 month ago
  14. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  15. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  16. fae8487 cmd: bootm: add subcommand preload by Philippe Reynes · 2 years, 8 months ago
  17. ae1f2ca cmd: bootm: add a stage pre-load by Philippe Reynes · 2 years, 8 months ago
  18. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 11 months ago
  19. 46b530a bootm: Tidy up use of autostart env var by Simon Glass · 3 years, 1 month ago
  20. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  21. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
  22. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  23. 940a922 treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 5 months ago
  24. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  25. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  26. f6f75ee iminfo: add missing map_sysmem by Philippe Reynes · 5 years ago
  27. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  28. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  29. c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · 6 years ago
  30. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  31. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  32. ea0a054 cmd: bootm: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  33. 0258e39 cmd: bootm: fix build when CONFIG_CMD_IMLS_NAND by Grygorii Strashko · 8 years ago
  34. bf3fafe bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set by Rick Altherr · 8 years ago
  35. 2f629f0 Fix spelling of "extended". by Vagrant Cascadian · 8 years ago
  36. 36f067f cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · 8 years ago
  37. 44af20b common: image: minimal android image iminfo support by Michael Trimarchi · 8 years ago
  38. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  39. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  40. 92d5301 arm64: fix arm64 Linux boot image header field sizes by Andre Przywara · 9 years ago
  41. 729e677 arm64: booti: add missing unmap_sysmem() by Masahiro Yamada · 9 years ago
  42. e90e021 booti: Help text rework. by Karsten Merker · 9 years ago
  43. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_bootm.c]
  44. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_bootm.c]
  45. d686ce9 Combine bootm_find_<thing> functions together by Karl Apsite · 10 years ago
  46. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  47. f31a566 spl: fix calling "spl export .." more than once by Heiko Schocher · 10 years ago
  48. 5ce8e42 common: bootm: Document fake bootm sub-command by Michal Simek · 10 years ago
  49. 0129b52 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  50. 5ce62cd cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images by Tom Rini · 10 years ago
  51. 3b5866d bootm: Split out code from cmd_bootm.c by Simon Glass · 10 years ago
  52. 5ac0026 Check run_command() return code properly by Thomas Betker · 10 years ago
  53. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  54. 794cf6a Remove unnecessary use of hush header file by Simon Glass · 11 years ago
  55. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  56. c0b29bb cmd_bootm.c: Only say XIP image when load is image_start by Tom Rini · 11 years ago
  57. 686d667 image: add support for Android's boot image format by Sebastian Siewior · 11 years ago
  58. 073eea1 bootm: set max decompression size for LZO by Kees Cook · 11 years ago
  59. 59d599a common: Remove invalid endianess conversion by Christian Eggers · 11 years ago
  60. f7104ce bootm: Reinstate special case for standalone images by Simon Glass · 11 years ago
  61. 1bd5456 common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · 11 years ago
  62. f8ba19f common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF. by Miao Yan · 11 years ago
  63. 22b13f9 netbsd:fix documentation typo. by Kees Jongenburger · 11 years ago
  64. c4f6353 common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions by Miao Yan · 11 years ago
  65. 1008dc2 cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS by Tom Rini · 11 years ago
  66. d7ea47c Fix loading freeze when netconsole is active by Frederic Leroy · 11 years ago
  67. 8a39e8d bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm by Paul Burton · 11 years ago
  68. 81003da bootm: allow correct bounds-check of destination by Kees Cook · 11 years ago
  69. 208d8e8 sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg by Simon Glass · 11 years ago
  70. 63f9525 bootm: fix conditional controlling call to fixup_silent_linux by Paul B. Henson · 11 years ago
  71. 5db3f93 RFC: bootm: Add silent_linux environment variable by Simon Glass · 11 years ago
  72. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  73. b73b1f3 bootm: Move fixup_silent_linux() earlier in the bootm stages by Simon Glass · 11 years ago
  74. b856713 bootm: Handle errors consistently by Simon Glass · 11 years ago
  75. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  76. f059d0a blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · 11 years ago
  77. 7e23b72 bootm: Remove extra OK message by Simon Glass · 11 years ago
  78. a896178 cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2 by Tom Rini · 11 years ago
  79. 1ab6147 cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself by Tom Rini · 11 years ago
  80. 6e5dac4 cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc by Tom Rini · 11 years ago
  81. 42bca36 bootm: Add the missing PREP stage to bootz and correct image handling by Simon Glass · 11 years ago
  82. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  83. fde683c bootm: Require boot function only if it is about to be used by Simon Glass · 11 years ago
  84. 917f684 bootm: Disable interrupts only when loading by Simon Glass · 11 years ago
  85. e8f5269 cmd_bootm.c: Correct check/return for unsupported sub-command by Tom Rini · 11 years ago
  86. 8f6e623 bootm: Disable interrupts before loading OS by Simon Glass · 11 years ago
  87. fec2717 cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling by Tom Rini · 11 years ago
  88. a7386c4 cmd_bootm: Add command line arguments to Plan 9 by Steven Stallion · 11 years ago
  89. 0013488 Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  90. 3081e2e Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  91. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  92. c88e1bf bootz: un-staticize do_bootz by Rob Herring · 12 years ago
  93. e6b127a image: Use fit_image_load() to load kernel by Simon Glass · 12 years ago
  94. 758409c sandbox: Adjust bootm command to work with sandbox by Simon Glass · 12 years ago
  95. b1b7992 image: Use fit_image_load() to load FDT by Simon Glass · 12 years ago
  96. 1658c11 bootm: Avoid 256-byte overflow in fixup_silent_linux() by Doug Anderson · 13 years ago
  97. 50ad221 arm: Refactor bootm to reduce #ifdefs by Simon Glass · 12 years ago
  98. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · 12 years ago
  99. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  100. 36ec8ac image: Add support for Plan 9 by Steven Stallion · 12 years ago