1. 8de142c ARM: extend non-secure switch to also go into HYP mode by Andre Przywara · Thu Sep 19 18:06:45 2013 +0200
  2. fe7d925 ARM: trigger non-secure state switch during bootm execution by Andre Przywara · Thu Sep 19 18:06:43 2013 +0200
  3. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  4. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · Thu Jul 04 13:26:10 2013 -0700
  5. 3c26c58 arm: Implement the 'fake' go command by Simon Glass · Wed Jun 19 21:15:10 2013 -0700
  6. 653909f arm: Use image_setup_linux() instead of local code by Simon Glass · Wed May 08 08:06:03 2013 +0000
  7. 50ad221 arm: Refactor bootm to reduce #ifdefs by Simon Glass · Wed May 08 08:06:02 2013 +0000
  8. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  9. 5ebe4f1 arm bootm: Allow to pass board specified atags by Pali Rohár · Fri Oct 19 02:00:04 2012 +0000
  10. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · Mon Oct 15 13:37:22 2012 -0700
  11. ceea077 arm: Add CONFIG_OF_BOARD_SETUP support to bootm by Joe Hershberger · Fri Aug 17 10:28:50 2012 +0000
  12. 13137f3 ARM: increase lmb stack space reservation to 4KB by Rob Herring · Thu Jun 28 03:54:11 2012 +0000
  13. 0fa36a4 bootstage: Store boot timings in device tree by Simon Glass · Fri Sep 28 08:56:37 2012 +0000
  14. 6d32e64 arm: restore fdt_fixup_ethernet call to do_bootm_linux by Stephen Warren · Thu Apr 19 11:09:49 2012 +0000
  15. c570fba arm: fix bootm with device tree by Stephen Warren · Thu Apr 19 11:34:00 2012 +0000
  16. cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · Wed Mar 14 21:52:45 2012 +0000
  17. 6a597b9 arm: Add Prep subcommand support to bootm by Simon Schwarz · Thu Mar 15 04:01:45 2012 +0000
  18. ef980a7 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · Mon Feb 13 13:51:21 2012 +0000
  19. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  20. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · Sat Dec 10 11:07:54 2011 +0000
  21. 95b644b arm, fdt: update ethernet mac address before booting Linux by Heiko Schocher · Wed Sep 14 19:16:30 2011 +0000
  22. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · Mon Mar 28 09:59:01 2011 +0000
  23. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  24. e6b836e arm: get_sp() should always be compiled by Po-Yu Chuang · Tue Feb 15 22:54:35 2011 +0000
  25. 977c77f arm, bootm: Fix compile warning by Heiko Schocher · Mon Oct 25 08:33:38 2010 +0200
  26. ab51f1e ARM: add flat device tree support by John Rigby · Wed Oct 13 13:57:36 2010 -0600
  27. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  28. 977e3b6 ARM: remove unused VIDEOLFB ATAG by Minkyu Kang · Fri Jun 18 19:31:10 2010 +0900
  29. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500[Renamed from lib_arm/bootm.c]
  30. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 04 12:49:11 2009 +0200
  31. bcbc8e4 lib_arm: do_bootm_linux() - correct a small mistake by Ilko Iliev · Sun Nov 09 15:53:14 2008 +0100
  32. 18178bc bootm: Add subcommands by Kumar Gala · Tue Oct 21 17:25:45 2008 -0500
  33. 20ec367 lib_arm/bootm.c: fix compile warnings by Wolfgang Denk · Mon Sep 08 23:26:22 2008 +0200
  34. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · Fri Aug 15 08:24:45 2008 -0500
  35. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · Fri Aug 15 08:24:37 2008 -0500
  36. 93467bc bootm: refactor entry point code by Kumar Gala · Fri Aug 15 08:24:36 2008 -0500
  37. 026e4ac Fix fallout from autostart revert by Kumar Gala · Mon Aug 11 09:20:53 2008 -0500
  38. 4921ad9 Remove unused code from lib_arm/bootm.c by Gururaja Hebbar K R · Thu Jul 17 07:27:51 2008 +0530
  39. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · Fri Apr 11 11:07:49 2008 +0200
  40. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · Wed Mar 12 10:33:00 2008 +0100
  41. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · Wed Mar 12 10:14:38 2008 +0100
  42. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  43. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · Wed Feb 27 21:51:51 2008 -0600
  44. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · Wed Feb 27 11:01:04 2008 +0100
  45. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  46. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · Thu Feb 21 17:18:01 2008 +0100
  47. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · Thu Jan 31 13:55:39 2008 +0100
  48. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · Thu Jan 31 13:20:06 2008 +0100[Renamed from lib_arm/armlinux.c]
  49. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · Tue Jan 08 18:12:17 2008 +0100
  50. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  51. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · Fri Jul 13 09:54:17 2007 +0200
  52. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  53. 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · Sat Mar 11 22:53:33 2006 +0100
  54. 4dc1146 Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005 by Wolfgang Denk · Mon Sep 26 01:06:33 2005 +0200
  55. a21ad7b * Patch by Greg Ungerer, 19 May 2005: by wdenk · Thu May 19 22:39:42 2005 +0000
  56. cb99da5 * Some Cleanup. by wdenk · Wed Jan 12 00:15:14 2005 +0000
  57. 9ca7bbc * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · Sat Oct 09 23:25:58 2004 +0000
  58. 82db02f * Patch by George G. Davis, 06 Jul 2004: by wdenk · Sun Jul 11 22:19:26 2004 +0000
  59. 19c8fb7 * Patch by Matthew S. McClintock, 14 Apr 2004: by wdenk · Sun Apr 18 22:26:17 2004 +0000
  60. f16b516 * Patch by Phillippe Robin, 16 Mar 2004: by wdenk · Tue Mar 23 21:43:07 2004 +0000
  61. 29e7f5a Add support for Siemens SX1 mobile phone; by wdenk · Fri Mar 12 00:14:09 2004 +0000
  62. b98ac28 * Patch by Andrea Scian, 17 Feb 2004: by wdenk · Tue Feb 24 00:16:43 2004 +0000
  63. bc01dd5 * Patch by Denis Peter, 8 Dec 2003 by wdenk · Fri Jan 02 16:05:07 2004 +0000
  64. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · Sun Dec 07 18:32:37 2003 +0000
  65. 8676590 * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · Sat Dec 06 23:55:10 2003 +0000
  66. b846356 * Allow crc32 to be used at address 0x000 by wdenk · Sat Jul 26 08:08:08 2003 +0000
  67. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  68. 381669a * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · Mon Jun 16 23:50:08 2003 +0000
  69. 384ae02 * Patch by Robert Schwebel, 04 Nov 2002: by wdenk · Tue Nov 05 00:17:55 2002 +0000
  70. 699b13a * Fix mdelay() on TRAB - this was still the debugging version with by wdenk · Sun Nov 03 18:03:52 2002 +0000
  71. c609719 Initial revision by wdenk · Sun Nov 03 00:24:07 2002 +0000