1. 7903f72 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · Wed May 07 09:03:53 2008 +0200
  2. 4786859 Memory footprint optimizations by Bartlomiej Sieka · Fri Apr 18 12:39:23 2008 +0200
  3. b9b4c95 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · Fri Apr 18 11:44:27 2008 -0700
  4. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · Fri Apr 11 11:07:49 2008 +0200
  5. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · Wed Mar 26 09:38:06 2008 +0100
  6. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · Sat Mar 22 14:23:49 2008 -0400
  7. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · Thu Mar 20 23:20:31 2008 +0100
  8. fe1d91b The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · Wed Feb 06 18:48:36 2008 +0100
  9. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · Wed Mar 12 10:35:46 2008 +0100
  10. b5324a8 [new uImage] More verbose kernel image uncompress error message by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  11. 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  12. 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
  13. 9c22026 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · Wed Mar 12 10:14:57 2008 +0100
  14. 9f8e4aa [new uImage] Add new uImage format support for kernel booting by Marian Balakowicz · Wed Mar 12 10:01:05 2008 +0100
  15. cc1fd91 [new uImage] Add new uImage format support for imls and iminfo commands by Marian Balakowicz · Tue Mar 11 12:35:20 2008 +0100
  16. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  17. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · Wed Feb 27 21:51:50 2008 -0600
  18. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · Wed Feb 27 21:51:49 2008 -0600
  19. fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · Wed Feb 27 21:51:48 2008 -0600
  20. 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · Wed Feb 27 21:51:47 2008 -0600
  21. 59504f6 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · Wed Feb 27 11:02:07 2008 +0100
  22. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · Wed Feb 27 11:01:04 2008 +0100
  23. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  24. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  25. c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · Thu Feb 21 17:20:19 2008 +0100
  26. c40032c [new uImage] Move kernel data find code to get_kernel() routine by Marian Balakowicz · Thu Jan 31 13:59:09 2008 +0100
  27. 05c1d3f [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · Thu Jan 31 13:20:07 2008 +0100
  28. 1438c45 [new uImage] Remove standalone applications handling from boootm by Marian Balakowicz · Thu Jan 31 13:20:07 2008 +0100
  29. d216085 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · Thu Jan 31 13:20:07 2008 +0100
  30. f92332b [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · Thu Jan 31 13:20:06 2008 +0100
  31. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · Tue Jan 08 18:12:17 2008 +0100
  32. 2df645e [new uImage] Cleanup cmd_bootm.c by Marian Balakowicz · Tue Jan 08 18:17:10 2008 +0100
  33. f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · Tue Jan 08 18:11:45 2008 +0100
  34. bb3752e [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · Tue Jan 08 18:11:44 2008 +0100
  35. 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · Tue Jan 08 18:11:44 2008 +0100
  36. be946ba [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · Tue Jan 08 18:11:43 2008 +0100
  37. 751b2b8 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() by Marian Balakowicz · Tue Jan 08 18:11:43 2008 +0100
  38. 2437cf2 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · Tue Jan 08 18:11:43 2008 +0100
  39. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  40. bde7089 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · Thu Nov 29 00:56:37 2007 +0900
  41. e609916 Fix two typos. by Detlev Zundel · Fri Oct 19 16:47:26 2007 +0200
  42. 49c7332 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · Sun Sep 23 01:29:43 2007 +0900
  43. c1fa489 Bugfix: make bootm+libfdt compile on boards with no flash by Grant Likely · Fri Sep 07 09:25:07 2007 -0600
  44. a66af9d Fix do_bootm_linux() so that multi-file images with FDT blob boot. by Bartlomiej Sieka · Tue Sep 04 17:31:22 2007 +0200
  45. a7134b1 bootm/fdt: Only process the fdt if an fdt address was provided by Grant Likely · Thu Sep 06 09:47:40 2007 -0600
  46. a0472ad Fix warnings from of_data copy fix by Andy Fleming · Wed Aug 15 20:06:50 2007 -0500
  47. d9a8d55 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards by Andy Fleming · Wed Aug 15 17:30:56 2007 -0500
  48. f6b713b Fix where the #ifdef CFG_BOOTMAPSZ is placed. by Jerry Van Baren · Wed Aug 15 11:13:15 2007 -0400
  49. 63a5653 Fix initrd/dtb interaction by Andy Fleming · Tue Aug 14 10:32:59 2007 -0500
  50. b5ceed7 fdt: do board setup based on fdt address specified on bootm line by Kim Phillips · Tue Jul 17 13:56:53 2007 -0500
  51. 566fae3 Call ft_board_setup() from the bootm command. by Gerald Van Baren · Tue Jul 10 20:40:39 2007 -0400
  52. 8e1aa43 Asthetic improvements: error messages and line lengths. by Gerald Van Baren · Mon Jun 25 19:52:23 2007 -0400
  53. eaa1464 Reorganize and fix problems (returns) in the bootm command. by Gerald Van Baren · Sat May 12 09:45:46 2007 -0400
  54. 2beccd6 Fix bugs in the CONFIG_OF_LIBFDT by Gerald Van Baren · Tue May 08 21:27:35 2007 -0400
  55. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · Mon Aug 06 01:11:08 2007 +0200
  56. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · Fri Jul 13 09:54:17 2007 +0200
  57. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:02:44 2007 -0500
  58. 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 17:51:39 2007 -0500
  59. 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:43 2007 -0500
  60. 970dc33 sh: First support code of SuperH. by Nobuhiro Iwamatsu · Sun May 13 20:58:00 2007 +0900
  61. fce39ff Fix initrd length corruption in bootm command. by Wolfgang Denk · Fri May 04 10:02:33 2007 +0200
  62. c9502b9 Improve the bootm command for CONFIG_OF_LIBFDT by Gerald Van Baren · Sat Apr 14 22:51:24 2007 -0400
  63. c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · Fri Apr 06 14:19:43 2007 -0400
  64. 3248089 Fix some minor whitespace violations. by Gerald Van Baren · Sat Mar 31 14:30:53 2007 -0400
  65. d6abef4 Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · Sat Mar 31 12:23:51 2007 -0400
  66. b284679 Code cleanup / re-insert previous Copyright entries. by Wolfgang Denk · Thu Mar 22 00:13:12 2007 +0100
  67. 450c23e [Blackfin][PATCH-2/2] Common files changed to support bf533 platform by Aubrey.Li · Fri Mar 09 13:40:56 2007 +0800
  68. 208d38a [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel by Stefan Roese · Mon Nov 27 17:04:06 2006 +0100
  69. 9ba223b Code cleanup. by Wolfgang Denk · Thu Oct 26 16:24:31 2006 +0200
  70. 665915b Added support for Multi-Image files that contain a device tree by Kumar Gala · Tue Oct 24 23:47:37 2006 -0500
  71. 95c0bc5 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · Tue Oct 24 17:08:31 2006 +0200
  72. 0b7bf03 Fix possible uninitialized variable compiler warning. by Grant Likely · Tue Oct 10 00:23:32 2006 -0600
  73. aad3853 Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd by Wolfgang Denk · Wed Oct 11 23:54:37 2006 +0200
  74. 5b94882 * Fix a bunch of compiler warnings for gcc 4.0 by Matthew McClintock · Wed Oct 11 15:13:01 2006 -0500
  75. 5995ac7 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · Wed Oct 11 14:15:21 2006 +0200
  76. 12b7853 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · Tue Oct 10 17:21:42 2006 -0500
  77. df86f15 Define IH_CPU_AVR32 by Stefan Roese · Mon Oct 09 12:55:38 2006 +0200
  78. 4db6937 * Another small fix for booting with disable_of by Matthew McClintock · Wed Aug 23 13:32:45 2006 -0500
  79. 20453d6 Fix disable_of booting by Matthew McClintock · Tue Aug 22 09:31:59 2006 -0500
  80. 27ec206 Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · Tue Aug 22 09:23:55 2006 -0500
  81. 27716cf Unlock cache before kernel starts up for MPC86xx by Haiying Wang · Tue Aug 15 15:12:55 2006 -0400
  82. 8f5af4b * Fix disable_of booting by Matthew McClintock · Wed Aug 16 13:59:47 2006 -0500
  83. 16485a6 * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · Wed Aug 16 10:54:09 2006 -0500
  84. 6582642 Merge branch 'mpc85xx' by Jon Loeliger · Wed Aug 09 14:41:17 2006 -0500
  85. 8ab4407 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006 by Matthew McClintock · Wed Jun 28 10:42:24 2006 -0500
  86. efae4ca * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006 by Matthew McClintock · Wed Jun 28 10:41:37 2006 -0500
  87. 439498f Fixed initrd issue by define big RAM by Jin Zhengxiong · Thu Jul 13 10:35:10 2006 -0500
  88. 12b28ae We made a u-boot patch to fix the hang up issue by Jason Jin · Fri Jul 07 10:01:45 2006 -0500
  89. 349b6e0 * Patch to modify ft_build.c to update flat device trees in place by Matthew McClintock · Wed Jun 28 10:42:24 2006 -0500
  90. 6fb7c81 * Modify bootm command to support booting with flat device trees by Matthew McClintock · Wed Jun 28 10:41:37 2006 -0500
  91. 237c5ad Remove unneeded INIT_RAM_LOCK cache twiddling. by Haiying Wang · Wed May 10 09:38:06 2006 -0500
  92. 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
  93. 5d5ce29 Change max size of uncompressed uImage's to 8MByte and add by Stefan Roese · Mon Mar 13 11:16:36 2006 +0100
  94. 71a5b99 Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr by Wolfgang Denk · Sun Mar 12 19:11:42 2006 +0100
  95. 46d2b52 Add ADI Blackfin support by Wolfgang Denk · Sun Mar 12 02:10:00 2006 +0100
  96. b6929f9 Add loads of ntohl() in image header handling by Wolfgang Denk · Sun Mar 12 01:59:35 2006 +0100
  97. a8b76de Add support for passing initrd information via flat device tree by Kumar Gala · Wed Jan 11 16:41:35 2006 -0600
  98. bcc5dfc Merge with /home/m8/git/u-boot by Wolfgang Denk · Sat Oct 15 18:23:43 2005 +0200
  99. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  100. 27a5b0b Support passing of OF flat trees to the kernel. by Wolfgang Denk · Thu Oct 13 01:45:54 2005 +0200