1. 41266c9 FIT: Fix handling of images without ramdisks by Peter Tyser · 16 years ago
  2. 21f971e TQM823L: re-enable logo support; update LCD_INFO text by Wolfgang Denk · 16 years ago
  3. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  4. 1464eff Fix bitmap display for atmel lcd controller by Mark Jackson · 16 years ago
  5. 2bb6a10 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  6. a483115 Add gzipped logo support by Mark Jackson · 16 years ago
  7. 2e752be Uncompressed images loaded to their start address shall set load_end too by Guennadi Liakhovetski · 16 years ago
  8. c37207d Fix printf() format problems with configurable prompts by Wolfgang Denk · 16 years ago
  9. 57c219a Fix compile warnings in dlmalloc by Kumar Gala · 16 years ago
  10. ebb86c4 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' by Stefan Roese · 16 years ago
  11. c14eefc Fix more printf() format warnings by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  12. 936897d Fix remaining CFG_CMD_ define, ifdef and comments by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  13. 36d59bd Fix warnings if compiling with IDE support. by Heiko Schocher · 16 years ago
  14. 1953d12 microblaze: Fix printf() format issues by Michal Simek · 16 years ago
  15. 97a3bf2 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL by Stefan Roese · 16 years ago
  16. 42246da Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · 16 years ago
  17. 015b27b fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups by Anton Vorontsov · 16 years ago
  18. 699f051 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · 16 years ago
  19. 1d28d48 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  20. 6b70ffb fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  21. 348753d Fix some more printf() format problems. by Kumar Gala · 16 years ago
  22. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  23. b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  24. 4b32610 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · 16 years ago
  25. d5996dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  26. 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  27. c78fce6 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  28. d1631fe ppc4xx: Consolidate PPC4xx UIC defines by Stefan Roese · 16 years ago
  29. 9b55a25 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  30. 4109df6 silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
  31. 3d71c81 USB: shutdown USB before booting by Markus Klotzbücher · 16 years ago
  32. e0320b1 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  33. 06c53be Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  34. d4b5f3f Fix "usb part" command by Christian Eggers · 16 years ago
  35. e870690 MTD/NAND: Fix printf format warning in nand code by Stefan Roese · 16 years ago
  36. 4023453 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  37. 5bb12db Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  38. 99c2b43 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. by Marcel Ziswiler · 16 years ago
  39. b502611 Change env_get_char from a global function ptr to a function by Joakim Tjernlund · 16 years ago
  40. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  41. 9fea65a ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 by Michal Simek · 16 years ago
  42. 5981ebd fdt: Fix typo in variable name. by Detlev Zundel · 16 years ago
  43. f6a6955 cmd_nvedit.c: clean up syntax highlighting by Steven A. Falco · 16 years ago
  44. 75678c8 Make setenv() return status by Steven A. Falco · 16 years ago
  45. 3bab76a Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
  46. e093a24 Coding Style Cleanup by Wolfgang Denk · 16 years ago
  47. 9e4006bc NAND: Add missing declaration to non-redundant saveenv(). by Philip Balister · 16 years ago
  48. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  49. b57ca3e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · 16 years ago
  50. cdeb62e Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 16 years ago
  51. ae9e97f libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  52. e489b9c fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  53. 2fb698b Use strncmp() for the fdt command by Gerald Van Baren · 16 years ago
  54. 47abe8a The fdt boardsetup command criteria was not unique by Gerald Van Baren · 16 years ago
  55. fec6d9e Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · 16 years ago
  56. cc49cad env_nand.c: Added bad block management for environment variables by Stuart Wood · 16 years ago
  57. 35ef877 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by Peter Tyser · 16 years ago
  58. 8c66497 Add support for environment in SPI flash by Haavard Skinnemoen · 16 years ago
  59. b636846 SPI Flash: Add "sf" command by Haavard Skinnemoen · 16 years ago
  60. d255bb0 SPI API improvements by Haavard Skinnemoen · 16 years ago
  61. 110e006 soft_i2c: Pull SDA high before reading by Haavard Skinnemoen · 16 years ago
  62. 81673e9 Make sure common.h is the first include. by Kumar Gala · 16 years ago
  63. 95d449a Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  64. 912810e Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
  65. 5922db6 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
  66. 42fd5f8 Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  67. c918261 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 16 years ago
  68. eddc7c4 Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · 16 years ago
  69. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  70. 0e15ddd POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. by Yuri Tikhonov · 16 years ago
  71. 727f633 common/usb.c: fix incorrect escape sequence by Hebbar · 16 years ago
  72. a8409f4 environment: cleanup prototype declarations of env functions. by Wolfgang Denk · 16 years ago
  73. 54694a9 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
  74. ee0cfa7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 16 years ago
  75. 02b9b22 Fix offset calculation for multi-type legacy images. by Nick Spence · 16 years ago
  76. c9dca3c Revert "Change env_get_char from a global function ptr to a function." by Wolfgang Denk · 16 years ago
  77. 39cf480 Add ATMEL LCD driver by Stelian Pop · 16 years ago
  78. 1b5605c Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  79. 273c37d Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 16 years ago
  80. 597f6c2 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by James Yang · 16 years ago
  81. 1df368a ide: Remove spurious second include of io.h by Marcel Ziswiler · 16 years ago
  82. e419e12 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · 16 years ago
  83. 4acc2a1 fix building when saveenv is disabled in some setups by Mike Frysinger · 16 years ago
  84. 12bc4e9 cmd_nand: fix warning: str2long ncompatible pointer type by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  85. 378e7ec Fix warning in env_nand.c if compiled for DaVinci Schmoogie by dirk.behme@googlemail.com · 16 years ago
  86. f7b16a0 common/env_nand.c: fix one more incompatible pointer type issue by Wolfgang Denk · 16 years ago
  87. 413bf58 IDE: fix compiler warnings by Guennadi Liakhovetski · 16 years ago
  88. c71abba cmd_nand.c: fix "differ in signedness" problem by Wolfgang Denk · 16 years ago
  89. 4ca79f4 NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 16 years ago
  90. 7590378 Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 16 years ago
  91. 4b7a6dd Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · 16 years ago
  92. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 16 years ago
  93. 89cdab7 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  94. a6e6fc6 Added watchdog triggering calls in the "mtest" test function. by Sergei Poselenov · 17 years ago
  95. 1e01477 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · 16 years ago
  96. a498645 allow ports to override go behavior by Mike Frysinger · 16 years ago
  97. 017e9b7 allow ports to override bootelf behavior by Mike Frysinger · 16 years ago
  98. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  99. e175eac IDE: fix bug in reset sequence by Martin Krause · 17 years ago
  100. a253b38 cmd_log.c: Fix assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago