1. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  2. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  3. 4a4750b powerpc, 8xx: fix missing function declarations. by Christophe Leroy · Thu Jul 13 15:10:08 2017 +0200
  4. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · Wed Jun 14 05:49:40 2017 +0200
  5. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · Sat Nov 26 11:02:10 2016 +0900
  6. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  7. be11d89 bootstage: powerpc: support fdt stash and reporting by Mela Custodio · Thu Feb 20 00:16:57 2014 +0900
  8. 863e8d8 common: Add get_effective_memsize() to memsize.c by York Sun · Tue Feb 11 11:57:26 2014 -0800
  9. 1bd5456 common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · Thu Nov 28 17:51:38 2013 +0800
  10. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  11. 6162f71 Fix bootm to work on powerpc again (compressed uImage) by Stefan Roese · Fri Jun 28 10:02:03 2013 +0200
  12. 406f681 Power: remove support for Freescale MPC8220 by Wolfgang Denk · Sat May 11 03:00:50 2013 +0000
  13. d4337d5 powerpc: Use image_setup_linux() instead of local code by Simon Glass · Wed May 08 08:06:04 2013 +0000
  14. e10ffab Clean up libfdt.h includes by Gerald Van Baren · Thu Feb 07 19:49:54 2013 -0500
  15. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  16. 79dc544 powerpc: Extract EPAPR_MAGIC constants into processor.h by Stefan Roese · Thu Aug 23 09:25:37 2012 +0200
  17. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · Mon Oct 29 13:34:23 2012 +0000
  18. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  19. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · Sat Dec 10 11:07:54 2011 +0000
  20. 180c581 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · Wed Dec 07 04:42:58 2011 +0000
  21. 4b2fbe4 Flush cache after the OS image is loaded into the memory. by Diana CRACIUN · Wed Aug 31 02:45:23 2011 +0000
  22. 89e4870 powerpc/85xx: verify the device tree before booting Linux by Timur Tabi · Tue May 03 13:24:08 2011 -0500
  23. ac15c81 powerpc/85xx: Fix setting of EPAPR_MAGIC value by Kumar Gala · Thu Jul 21 16:50:22 2011 -0500
  24. 801949f powerpc: Fix device tree padding associated with ramdisk by Kumar Gala · Wed Jul 06 15:16:28 2011 +0000
  25. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · Mon Mar 28 09:59:01 2011 +0000
  26. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · Mon Mar 28 09:58:49 2011 +0000
  27. 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · Mon Mar 28 09:58:43 2011 +0000
  28. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  29. 365024c powerpc: Move cpu specific lmb reserve to arch_lmb_reserve by Kumar Gala · Mon Jan 31 15:51:20 2011 -0600
  30. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  31. 1c4361d fdt relocate: have more attention to use a bootmap or not by Stephan Linz · Fri Jun 25 18:04:59 2010 +0200
  32. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  33. 58cce9e ppc: unused memory region too close to current stack pointer by Norbert van Bolhuis · Fri Mar 19 15:34:25 2010 +0100
  34. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200[Renamed from arch/ppc/lib/bootm.c]
  35. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500[Renamed from lib_ppc/bootm.c]
  36. 4baef82 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx by Poonam Aggrwal · Fri Jul 31 12:08:14 2009 +0530
  37. cd1bd4c ppc: trigger WDT before starting Linux by Heiko Schocher · Wed Aug 12 10:17:03 2009 +0200
  38. 1e0f07e Revert "ppc: Unlock cache-as-ram in a consistent manner" by Wolfgang Denk · Sun Jul 26 23:28:02 2009 +0200
  39. f02eb62 ppc: Unlock cache-as-ram in a consistent manner by Peter Tyser · Fri Jul 10 18:46:10 2009 -0500
  40. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 04 12:49:11 2009 +0200
  41. 3b2ad17 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT by Peter Tyser · Fri Oct 31 11:26:44 2008 -0500
  42. 82f15f3 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · Sun Nov 02 16:14:22 2008 +0100
  43. ffccb57 bootm: support subcommands in linux ppc bootm by Kumar Gala · Tue Oct 21 17:25:46 2008 -0500
  44. 18178bc bootm: Add subcommands by Kumar Gala · Tue Oct 21 17:25:45 2008 -0500
  45. b02d722 Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · Thu Oct 16 21:52:08 2008 -0500
  46. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  47. 2ad53a0 fdt: Overwrite /chosen node in bootm if it already exists in the dtb by Stefan Roese · Fri Sep 26 17:03:26 2008 +0200
  48. d29abae powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · Thu Sep 11 08:11:23 2008 +0200
  49. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · Fri Aug 15 08:24:45 2008 -0500
  50. 99ebc05 fdt: refactor initrd related code by Kumar Gala · Fri Aug 15 08:24:43 2008 -0500
  51. f2f58c5 fdt: refactor fdt resize code by Kumar Gala · Fri Aug 15 08:24:42 2008 -0500
  52. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · Fri Aug 15 08:24:40 2008 -0500
  53. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · Fri Aug 15 08:24:38 2008 -0500
  54. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · Fri Aug 15 08:24:37 2008 -0500
  55. 93467bc bootm: refactor entry point code by Kumar Gala · Fri Aug 15 08:24:36 2008 -0500
  56. dcdcfea Update linux bootm to support ePAPR client interface by Kumar Gala · Fri Aug 15 08:24:31 2008 -0500
  57. 026e4ac Fix fallout from autostart revert by Kumar Gala · Mon Aug 11 09:20:53 2008 -0500
  58. 09d2a71 Fix LMB type issues by Andy Fleming · Mon Jul 07 14:24:39 2008 -0500
  59. 3fddff1 Fix compiler warnings by Kumar Gala · Mon Jul 07 09:39:06 2008 -0500
  60. e4ad454 Fix printf errors. by Andrew Klossner · Mon Jul 07 06:41:14 2008 -0700
  61. a7a141b lmb: fix "implicit declaration of function 'lmb_free'" warning by Wolfgang Denk · Thu Jul 03 22:04:17 2008 +0200
  62. 7d32ae3 Resize device tree to allow space for board changes and the chosen node by Andy Fleming · Mon Jun 16 13:58:56 2008 -0500
  63. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · Mon Jun 09 20:37:18 2008 -0500
  64. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · Tue Jun 10 11:06:17 2008 -0500
  65. 5bcd410 Support legacy multi-type images without FDT section. by Nick Spence · Thu May 08 22:32:22 2008 -0700
  66. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · Fri Apr 11 11:07:49 2008 +0200
  67. e5d63b7 ppc: Fix ftd_blob variable init when processing raw blob by Marian Balakowicz · Fri Apr 11 11:07:43 2008 +0200
  68. 0c51a67 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · Fri Mar 28 17:37:49 2008 -0500
  69. 8f702ad Cleanup coding style, update CHANGELOG by Wolfgang Denk · Wed Mar 26 11:48:46 2008 +0100
  70. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · Thu Mar 20 23:20:31 2008 +0100
  71. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · Wed Mar 12 10:35:46 2008 +0100
  72. 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
  73. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · Wed Mar 12 10:32:59 2008 +0100
  74. 0d87136 [new uImage] ppc: Add new uImage format support to FDT handling routines by Marian Balakowicz · Wed Mar 12 10:32:53 2008 +0100
  75. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · Wed Mar 12 10:14:38 2008 +0100
  76. b5ec1b9 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() by Marian Balakowicz · Fri Feb 29 22:22:46 2008 +0100
  77. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  78. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · Wed Feb 27 21:51:51 2008 -0600
  79. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · Wed Feb 27 21:51:50 2008 -0600
  80. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · Wed Feb 27 21:51:49 2008 -0600
  81. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · Wed Feb 27 21:51:46 2008 -0600
  82. 56bdf1d [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · Wed Feb 27 21:51:45 2008 -0600
  83. a56d7d5 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · Wed Feb 27 21:51:44 2008 -0600
  84. 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
  85. 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · Wed Feb 27 11:02:26 2008 +0100
  86. 351d3e3 [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · Wed Feb 27 11:02:26 2008 +0100
  87. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · Wed Feb 27 11:01:04 2008 +0100
  88. 6881dae [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · Mon Feb 04 08:28:17 2008 +0100
  89. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  90. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  91. c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · Thu Feb 21 17:20:19 2008 +0100
  92. 25154b6 [new uImage] Cleanup FDT handling in PPC do_boot_linux() by Marian Balakowicz · Thu Jan 31 13:58:20 2008 +0100
  93. 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · Thu Jan 31 13:58:13 2008 +0100
  94. 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · Thu Jan 31 13:57:17 2008 +0100
  95. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · Thu Jan 31 13:55:39 2008 +0100
  96. 28fb615 [new uImage] Move FDT error printing to common fdt_error() routine by Marian Balakowicz · Thu Jan 31 13:20:08 2008 +0100
  97. d216085 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · Thu Jan 31 13:20:07 2008 +0100
  98. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · Thu Jan 31 13:20:06 2008 +0100[Renamed from lib_ppc/ppc_linux.c]
  99. f92332b [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · Thu Jan 31 13:20:06 2008 +0100
  100. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · Tue Jan 08 18:12:17 2008 +0100