1. f8ba19f common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF. by Miao Yan · Thu Nov 28 17:51:36 2013 +0800
  2. 22b13f9 netbsd:fix documentation typo. by Kees Jongenburger · Thu Dec 12 16:18:35 2013 +0100
  3. c4f6353 common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions by Miao Yan · Mon Nov 04 11:18:14 2013 +0800
  4. 1008dc2 cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS by Tom Rini · Mon Sep 23 14:20:37 2013 -0400
  5. d7ea47c Fix loading freeze when netconsole is active by Frederic Leroy · Tue Sep 10 12:02:31 2013 +0200
  6. 8a39e8d bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm by Paul Burton · Fri Sep 06 11:23:55 2013 +0100
  7. 81003da bootm: allow correct bounds-check of destination by Kees Cook · Fri Aug 16 07:59:16 2013 -0700
  8. 208d8e8 sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg by Simon Glass · Fri Aug 30 11:00:09 2013 -0600
  9. 63f9525 bootm: fix conditional controlling call to fixup_silent_linux by Paul B. Henson · Sat Aug 03 21:29:09 2013 -0700
  10. 5db3f93 RFC: bootm: Add silent_linux environment variable by Simon Glass · Tue Jul 16 20:10:00 2013 -0700
  11. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  12. b73b1f3 bootm: Move fixup_silent_linux() earlier in the bootm stages by Simon Glass · Tue Jul 16 20:09:59 2013 -0700
  13. b856713 bootm: Handle errors consistently by Simon Glass · Wed Jul 10 09:25:33 2013 -0400
  14. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · Wed Jul 10 23:08:10 2013 -0700
  15. f059d0a blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · Wed Jul 10 23:08:09 2013 -0700
  16. 7e23b72 bootm: Remove extra OK message by Simon Glass · Wed Jul 10 23:08:08 2013 -0700
  17. a896178 cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2 by Tom Rini · Thu Jul 11 09:35:23 2013 -0400
  18. 1ab6147 cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself by Tom Rini · Tue Jul 09 15:33:25 2013 -0400
  19. 6e5dac4 cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc by Tom Rini · Tue Jul 09 15:32:34 2013 -0400
  20. 42bca36 bootm: Add the missing PREP stage to bootz and correct image handling by Simon Glass · Thu Jul 04 13:26:11 2013 -0700
  21. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · Thu Jul 04 13:26:10 2013 -0700
  22. fde683c bootm: Require boot function only if it is about to be used by Simon Glass · Thu Jul 04 13:26:09 2013 -0700
  23. 917f684 bootm: Disable interrupts only when loading by Simon Glass · Thu Jul 04 13:26:08 2013 -0700
  24. e8f5269 cmd_bootm.c: Correct check/return for unsupported sub-command by Tom Rini · Mon Jul 01 09:09:23 2013 -0400
  25. 8f6e623 bootm: Disable interrupts before loading OS by Simon Glass · Fri Jun 28 00:46:12 2013 -0700
  26. fec2717 cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling by Tom Rini · Fri Jun 28 11:38:02 2013 -0400
  27. a7386c4 cmd_bootm: Add command line arguments to Plan 9 by Steven Stallion · Mon Jun 10 01:00:09 2013 -0700
  28. 0013488 Add a 'fake' go command to the bootm command by Simon Glass · Tue Jun 11 11:14:48 2013 -0700
  29. 3081e2e Refactor the bootm command to reduce code duplication by Simon Glass · Tue Jun 11 11:14:47 2013 -0700
  30. 794a921 Clarify bootm OS arguments by Simon Glass · Tue Jun 11 11:14:46 2013 -0700
  31. c88e1bf bootz: un-staticize do_bootz by Rob Herring · Sun Dec 02 21:00:23 2012 -0600
  32. e6b127a image: Use fit_image_load() to load kernel by Simon Glass · Thu May 16 13:53:25 2013 +0000
  33. 758409c sandbox: Adjust bootm command to work with sandbox by Simon Glass · Thu May 16 13:53:24 2013 +0000
  34. b1b7992 image: Use fit_image_load() to load FDT by Simon Glass · Thu May 16 13:53:23 2013 +0000
  35. 1658c11 bootm: Avoid 256-byte overflow in fixup_silent_linux() by Doug Anderson · Tue Jan 17 09:37:41 2012 +0000
  36. 50ad221 arm: Refactor bootm to reduce #ifdefs by Simon Glass · Wed May 08 08:06:02 2013 +0000
  37. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · Tue May 07 06:12:03 2013 +0000
  38. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · Tue May 07 06:11:57 2013 +0000
  39. 36ec8ac image: Add support for Plan 9 by Steven Stallion · Wed Mar 20 06:31:35 2013 +0000
  40. 01c2d98 Allow u-boot to be silent without forcing Linux to be by Joe Hershberger · Wed Feb 27 10:20:59 2013 +0000
  41. f2f2ec9 bootm: fix conditional compilation for bootm ramdisk subcommand by Daniel Schwierzeck · Tue Feb 26 04:54:19 2013 +0000
  42. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  43. 3df41b1 imls: Add support to list images in NAND device by Vipin Kumar · Sun Dec 16 22:32:48 2012 +0000
  44. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  45. 6f732bc common/cmd_bootm.c: prevent running of subcommands before 'bootm start' by Gabor Juhos · Sun Jan 06 23:04:25 2013 +0000
  46. a218709 bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC by Daniel Schwierzeck · Mon Jan 07 06:54:52 2013 +0000
  47. 8ee5d6c Fix use of conditional LMB by Simon Glass · Wed Dec 05 14:46:31 2012 +0000
  48. d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · Thu Oct 25 16:31:10 2012 +0000
  49. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  50. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · Fri Aug 03 10:59:08 2012 +0000
  51. c1f87ad common/cmd_bootm.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sat May 19 05:38:19 2012 +0000
  52. ac15cad LMB: Fix undefined lmb_reserve() on non-lmb platforms by Marek Vasut · Sun Apr 01 03:59:46 2012 +0000
  53. 28850d0 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · Sun Mar 18 11:47:58 2012 +0000
  54. cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · Wed Mar 14 21:52:45 2012 +0000
  55. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · Sat Dec 10 11:08:06 2011 +0000
  56. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  57. 52823fd bootstage: Convert FIT progress numbers to enums by Simon Glass · Sat Dec 10 11:08:02 2011 +0000
  58. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · Sat Jan 14 15:24:47 2012 +0000
  59. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  60. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · Sat Dec 10 11:07:54 2011 +0000
  61. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  62. bf8c5b0 Stop using builtin_run_command() by Simon Glass · Tue Feb 14 19:59:21 2012 +0000
  63. c023a89 Rename run_command() to builtin_run_command() by Simon Glass · Tue Feb 14 19:59:19 2012 +0000
  64. f66131d image: Don't detect XIP images as overlapping. by Stephen Warren · Thu Nov 10 13:17:54 2011 -0700
  65. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · Thu Nov 10 13:17:53 2011 -0700
  66. 18e73d9 common/cmd_bootm.c: Fix GCC 4.6 warnings by Anatolij Gustschin · Sat Nov 19 13:12:18 2011 +0000
  67. 6904b6e checkpatch whitespace cleanups by Stephen Warren · Tue Oct 18 11:11:49 2011 +0000
  68. 6519bbf removed static from images in cmd_bootm.c by Simon Schwarz · Fri Sep 02 00:50:31 2011 +0000
  69. c76b834 cosmetic: Fixup fixup_silent_linux() for checkpatch by Doug Anderson · Wed Oct 19 12:30:57 2011 +0000
  70. 81afc3d sandbox: Add bootm support by Simon Glass · Fri Oct 07 13:53:40 2011 +0000
  71. 5da0bed image: push default arch values to arch headers by Mike Frysinger · Mon Oct 03 14:50:33 2011 +0000
  72. 4b2fbe4 Flush cache after the OS image is loaded into the memory. by Diana CRACIUN · Wed Aug 31 02:45:23 2011 +0000
  73. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · Sun Jun 05 13:43:02 2011 +0000
  74. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · Mon Mar 28 09:59:01 2011 +0000
  75. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · Mon Mar 28 09:58:49 2011 +0000
  76. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  77. 8790b9e bootm: replace blob_start with image_start by Lei Wen · Mon Jan 10 18:21:15 2011 +0800
  78. 3b70e55 load_addr: move to common env code by Mike Frysinger · Tue Dec 21 14:08:27 2010 -0500
  79. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  80. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  81. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · Wed Oct 13 13:57:35 2010 -0600
  82. 708e667 FDT: only call boot_get_fdt from generic code by John Rigby · Wed Oct 13 13:57:34 2010 -0600
  83. 29a5866 Add support for operating system OSE by Torkel Lundgren · Tue Sep 28 11:05:36 2010 +0200
  84. fb9a730 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · Tue Aug 31 10:00:10 2010 +0200
  85. c8bb963 LZMA and LZO causes compile error by Matthias Weisser · Thu Aug 05 13:17:30 2010 +0200
  86. b41ad24 bootm: fix pointer warning with lzma by Mike Frysinger · Sun Jul 25 15:54:17 2010 -0400
  87. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  88. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  89. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · Sun Jun 13 18:28:54 2010 +0200
  90. 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
  91. e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · Tue Apr 20 08:09:43 2010 -0400
  92. 8f16e07 Merge branch 'next' by Wolfgang Denk · Thu Apr 01 11:28:32 2010 +0200
  93. 64ccc83 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · Mon Mar 29 13:15:48 2010 +0200
  94. 6b419fb cmd_bootm.c: made subcommand array static by Frans Meulenbroeks · Thu Feb 25 10:12:13 2010 +0100
  95. ab427ae gzip/zlib: make features optional by Mike Frysinger · Thu Jan 21 19:30:36 2010 -0500
  96. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
  97. 030c11c cmd_bootm.c: Change interpretation of standalone image parameters. by Detlev Zundel · Tue Dec 22 12:43:02 2009 +0100
  98. 4e46ab3 cmd_bootm.c: Do not load a ramdisk when not booting a kernel. by Detlev Zundel · Tue Dec 22 12:43:01 2009 +0100
  99. d595458 config_defaults.h: new header for common u-boot config defaults by Mike Frysinger · Wed Dec 02 21:15:03 2009 -0500
  100. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100