1. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  2. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · Tue Jul 02 13:57:44 2013 +0200
  3. 6b4f076 m68k: Use image_setup_linux() instead of local code by Simon Glass · Wed May 08 08:06:05 2013 +0000
  4. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  5. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · Sat Dec 10 11:07:54 2011 +0000
  6. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  7. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  8. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500[Renamed from lib_m68k/bootm.c]
  9. d9a4918 mod change 755 => 644 for multiple files by Thomas Weber · Sat Mar 13 23:14:45 2010 +0100
  10. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 04 12:49:11 2009 +0200
  11. 15fa2f0 Cleanup the comment for m68k linux boot argument passing. by Richard Retanubun · Fri Feb 20 13:01:56 2009 -0500
  12. 18178bc bootm: Add subcommands by Kumar Gala · Tue Oct 21 17:25:45 2008 -0500
  13. b02d722 Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · Thu Oct 16 21:52:08 2008 -0500
  14. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  15. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · Fri Aug 15 08:24:45 2008 -0500
  16. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · Fri Aug 15 08:24:40 2008 -0500
  17. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · Fri Aug 15 08:24:37 2008 -0500
  18. 93467bc bootm: refactor entry point code by Kumar Gala · Fri Aug 15 08:24:36 2008 -0500
  19. 026e4ac Fix fallout from autostart revert by Kumar Gala · Mon Aug 11 09:20:53 2008 -0500
  20. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · Fri Apr 11 11:07:49 2008 +0200
  21. 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
  22. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · Wed Mar 12 10:14:38 2008 +0100
  23. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  24. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · Wed Feb 27 21:51:51 2008 -0600
  25. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · Wed Feb 27 21:51:50 2008 -0600
  26. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · Wed Feb 27 21:51:49 2008 -0600
  27. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · Wed Feb 27 21:51:46 2008 -0600
  28. aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · Wed Feb 27 21:51:43 2008 -0600
  29. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · Wed Feb 27 11:01:04 2008 +0100
  30. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  31. 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · Thu Jan 31 13:58:13 2008 +0100
  32. 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · Thu Jan 31 13:57:17 2008 +0100
  33. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · Thu Jan 31 13:55:39 2008 +0100
  34. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · Thu Jan 31 13:20:06 2008 +0100[Renamed from lib_m68k/m68k_linux.c]
  35. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · Tue Jan 08 18:12:17 2008 +0100
  36. f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · Tue Jan 08 18:11:45 2008 +0100
  37. 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · Tue Jan 08 18:11:44 2008 +0100
  38. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  39. 890adcb ColdFire: Fix build error when CONFIG_WATCHDOG is defined by TsiChungLiew · Thu Oct 25 17:14:00 2007 -0500
  40. fe9dae6 Coding style cleanup by Stefan Roese · Sat Aug 18 14:33:02 2007 +0200
  41. fc3ca3b6 ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · Thu Aug 16 15:05:11 2007 -0500
  42. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · Fri Jul 13 09:54:17 2007 +0200
  43. 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
  44. e65527f * Some code cleanup by wdenk · Thu Feb 12 00:47:09 2004 +0000
  45. abf7a7c * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · Mon Dec 08 01:34:36 2003 +0000