1. d686ce9 Combine bootm_find_<thing> functions together by Karl Apsite · 10 years ago
  2. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  3. f31a566 spl: fix calling "spl export .." more than once by Heiko Schocher · 10 years ago
  4. 5ce8e42 common: bootm: Document fake bootm sub-command by Michal Simek · 10 years ago
  5. 0129b52 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  6. 5ce62cd cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images by Tom Rini · 10 years ago
  7. 3b5866d bootm: Split out code from cmd_bootm.c by Simon Glass · 10 years ago
  8. 5ac0026 Check run_command() return code properly by Thomas Betker · 10 years ago
  9. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · 11 years ago
  10. 794cf6a Remove unnecessary use of hush header file by Simon Glass · 11 years ago
  11. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  12. c0b29bb cmd_bootm.c: Only say XIP image when load is image_start by Tom Rini · 11 years ago
  13. 686d667 image: add support for Android's boot image format by Sebastian Siewior · 11 years ago
  14. 073eea1 bootm: set max decompression size for LZO by Kees Cook · 11 years ago
  15. 59d599a common: Remove invalid endianess conversion by Christian Eggers · 11 years ago
  16. f7104ce bootm: Reinstate special case for standalone images by Simon Glass · 11 years ago
  17. 1bd5456 common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · 11 years ago
  18. f8ba19f common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF. by Miao Yan · 11 years ago
  19. 22b13f9 netbsd:fix documentation typo. by Kees Jongenburger · 11 years ago
  20. c4f6353 common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions by Miao Yan · 11 years ago
  21. 1008dc2 cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS by Tom Rini · 11 years ago
  22. d7ea47c Fix loading freeze when netconsole is active by Frederic Leroy · 11 years ago
  23. 8a39e8d bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm by Paul Burton · 11 years ago
  24. 81003da bootm: allow correct bounds-check of destination by Kees Cook · 11 years ago
  25. 208d8e8 sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg by Simon Glass · 11 years ago
  26. 63f9525 bootm: fix conditional controlling call to fixup_silent_linux by Paul B. Henson · 11 years ago
  27. 5db3f93 RFC: bootm: Add silent_linux environment variable by Simon Glass · 11 years ago
  28. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  29. b73b1f3 bootm: Move fixup_silent_linux() earlier in the bootm stages by Simon Glass · 11 years ago
  30. b856713 bootm: Handle errors consistently by Simon Glass · 11 years ago
  31. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  32. f059d0a blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · 11 years ago
  33. 7e23b72 bootm: Remove extra OK message by Simon Glass · 11 years ago
  34. a896178 cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2 by Tom Rini · 11 years ago
  35. 1ab6147 cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself by Tom Rini · 11 years ago
  36. 6e5dac4 cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc by Tom Rini · 11 years ago
  37. 42bca36 bootm: Add the missing PREP stage to bootz and correct image handling by Simon Glass · 11 years ago
  38. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  39. fde683c bootm: Require boot function only if it is about to be used by Simon Glass · 11 years ago
  40. 917f684 bootm: Disable interrupts only when loading by Simon Glass · 11 years ago
  41. e8f5269 cmd_bootm.c: Correct check/return for unsupported sub-command by Tom Rini · 11 years ago
  42. 8f6e623 bootm: Disable interrupts before loading OS by Simon Glass · 11 years ago
  43. fec2717 cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling by Tom Rini · 11 years ago
  44. a7386c4 cmd_bootm: Add command line arguments to Plan 9 by Steven Stallion · 11 years ago
  45. 0013488 Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  46. 3081e2e Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  47. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  48. c88e1bf bootz: un-staticize do_bootz by Rob Herring · 12 years ago
  49. e6b127a image: Use fit_image_load() to load kernel by Simon Glass · 12 years ago
  50. 758409c sandbox: Adjust bootm command to work with sandbox by Simon Glass · 12 years ago
  51. b1b7992 image: Use fit_image_load() to load FDT by Simon Glass · 12 years ago
  52. 1658c11 bootm: Avoid 256-byte overflow in fixup_silent_linux() by Doug Anderson · 13 years ago
  53. 50ad221 arm: Refactor bootm to reduce #ifdefs by Simon Glass · 12 years ago
  54. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · 12 years ago
  55. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  56. 36ec8ac image: Add support for Plan 9 by Steven Stallion · 12 years ago
  57. 01c2d98 Allow u-boot to be silent without forcing Linux to be by Joe Hershberger · 12 years ago
  58. f2f2ec9 bootm: fix conditional compilation for bootm ramdisk subcommand by Daniel Schwierzeck · 12 years ago
  59. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  60. 3df41b1 imls: Add support to list images in NAND device by Vipin Kumar · 12 years ago
  61. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  62. 6f732bc common/cmd_bootm.c: prevent running of subcommands before 'bootm start' by Gabor Juhos · 12 years ago
  63. a218709 bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC by Daniel Schwierzeck · 12 years ago
  64. 8ee5d6c Fix use of conditional LMB by Simon Glass · 12 years ago
  65. d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  66. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  67. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  68. c1f87ad common/cmd_bootm.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  69. ac15cad LMB: Fix undefined lmb_reserve() on non-lmb platforms by Marek Vasut · 13 years ago
  70. 28850d0 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · 13 years ago
  71. cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
  72. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  73. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  74. 52823fd bootstage: Convert FIT progress numbers to enums by Simon Glass · 13 years ago
  75. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  76. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  77. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  78. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  79. bf8c5b0 Stop using builtin_run_command() by Simon Glass · 13 years ago
  80. c023a89 Rename run_command() to builtin_run_command() by Simon Glass · 13 years ago
  81. f66131d image: Don't detect XIP images as overlapping. by Stephen Warren · 13 years ago
  82. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  83. 18e73d9 common/cmd_bootm.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  84. 6904b6e checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  85. 6519bbf removed static from images in cmd_bootm.c by Simon Schwarz · 13 years ago
  86. c76b834 cosmetic: Fixup fixup_silent_linux() for checkpatch by Doug Anderson · 13 years ago
  87. 81afc3d sandbox: Add bootm support by Simon Glass · 13 years ago
  88. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  89. 4b2fbe4 Flush cache after the OS image is loaded into the memory. by Diana CRACIUN · 13 years ago
  90. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  91. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  92. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  93. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  94. 8790b9e bootm: replace blob_start with image_start by Lei Wen · 14 years ago
  95. 3b70e55 load_addr: move to common env code by Mike Frysinger · 14 years ago
  96. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  97. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  98. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  99. 708e667 FDT: only call boot_get_fdt from generic code by John Rigby · 14 years ago
  100. 29a5866 Add support for operating system OSE by Torkel Lundgren · 14 years ago