1. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  2. 2b6d80b x86: Handle running as EFI payload by Simon Glass · Tue Aug 04 12:34:00 2015 -0600
  3. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · Fri Jul 31 09:31:31 2015 -0600
  4. ddf446b x86: Correct a few progress message nits by Simon Glass · Fri Oct 10 08:21:59 2014 -0600
  5. 67b22d5 x86: bootm: Support booting a 64-bit raw kernel by Simon Glass · Fri Oct 10 08:21:58 2014 -0600
  6. d98a5bd x86: Move kernel boot function to arch/x86/lib/bootm.c by Simon Glass · Fri Oct 10 08:21:56 2014 -0600
  7. aa83f2b x86: Rewrite bootm.c to make it similar to ARM by Simon Glass · Sun Oct 19 21:11:20 2014 -0600
  8. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  9. f059d0a blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · Wed Jul 10 23:08:09 2013 -0700
  10. 42fc60a x86: Correct missing local variable in bootm by Simon Glass · Tue Jun 11 11:14:34 2013 -0700
  11. bcc28da x86: Rationalise kernel booting logic and bootstage by Simon Glass · Wed Apr 17 16:13:35 2013 +0000
  12. 540c262 x86: Refactor the zboot innards so they can be reused with a vboot image by Gabe Black · Mon Dec 05 12:09:26 2011 +0000
  13. c67a948 x86: Add support for booting Linux using the 32 bit boot protocol by Gabe Black · Mon Dec 05 12:09:24 2011 +0000
  14. 19fc0d5 x86: Provide more configuration granularity by Graeme Russ · Tue Nov 08 02:33:20 2011 +0000
  15. 883c603 cosmetic: checkpatch cleanup of arch/x86/lib/*.c by Graeme Russ · Tue Nov 08 02:33:15 2011 +0000
  16. cbfce1d x86: Rename i386 to x86 by Graeme Russ · Wed Apr 13 19:43:28 2011 +1000[Renamed from arch/i386/lib/bootm.c]
  17. 45fc1d8 x86: Code cleanup by Graeme Russ · Wed Apr 13 19:43:26 2011 +1000
  18. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  19. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500[Renamed from lib_i386/bootm.c]
  20. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 04 12:49:11 2009 +0200
  21. 18178bc bootm: Add subcommands by Kumar Gala · Tue Oct 21 17:25:45 2008 -0500
  22. 2fe2a97 Update i386 code (sc520_cdp) by Graeme Russ · Sun Sep 07 07:08:42 2008 +1000
  23. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · Fri Aug 15 08:24:45 2008 -0500
  24. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · Fri Aug 15 08:24:37 2008 -0500
  25. 026e4ac Fix fallout from autostart revert by Kumar Gala · Mon Aug 11 09:20:53 2008 -0500
  26. 78d25a5 i386/bootm: remove unused var by Jean-Christophe PLAGNIOL-VILLARD · Sun May 18 19:09:47 2008 +0200
  27. 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
  28. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · Wed Mar 12 10:14:38 2008 +0100
  29. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  30. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · Wed Feb 27 21:51:51 2008 -0600
  31. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · Wed Feb 27 11:01:04 2008 +0100
  32. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 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_i386/i386_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. 53b62ae [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() by Marian Balakowicz · Tue Jan 08 18:11:44 2008 +0100
  37. bb3752e [new uImage] Remove I386 uImage fake_header() routine 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. 44cacdc Fix multi-part image support on i386 platform. by Wolfgang Denk · Fri Jul 21 11:30:18 2006 +0200
  40. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  41. 2029f4d * Added support for both PCMCIA slots (at the same time!) on MPC8xx by wdenk · Thu Nov 21 23:11:29 2002 +0000
  42. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · Mon Nov 18 00:14:45 2002 +0000