1. bb83038 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by Peter Tyser · 17 years ago
  2. eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · 17 years ago
  3. 21266a3 SPI Flash: Add "sf" command by Haavard Skinnemoen · 17 years ago
  4. d74084a SPI API improvements by Haavard Skinnemoen · 17 years ago
  5. 15fb0a1 soft_i2c: Pull SDA high before reading by Haavard Skinnemoen · 17 years ago
  6. ff9daf1 Make sure common.h is the first include. by Kumar Gala · 17 years ago
  7. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  8. 8630bea Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
  9. 3ab2ad5 Cleanup nand_info[] declaration. by Stelian Pop · 17 years ago
  10. cf8956d Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  11. 4e0e8d0 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 17 years ago
  12. b42863f Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · 17 years ago
  13. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  14. 35d81ce 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 · 17 years ago
  15. cc51012 common/usb.c: fix incorrect escape sequence by Hebbar · 17 years ago
  16. 7a8b855 environment: cleanup prototype declarations of env functions. by Wolfgang Denk · 17 years ago
  17. 794c966 Cleanup nand_info[] declaration. by Stelian Pop · 17 years ago
  18. 5f3a4a7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 17 years ago
  19. 143a159 Fix offset calculation for multi-type legacy images. by Nick Spence · 17 years ago
  20. 10e247a Revert "Change env_get_char from a global function ptr to a function." by Wolfgang Denk · 17 years ago
  21. f6f8665 Add ATMEL LCD driver by Stelian Pop · 17 years ago
  22. 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  23. 7903f72 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 17 years ago
  24. b83983f Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by James Yang · 17 years ago
  25. 2d9d8f0 ide: Remove spurious second include of io.h by Marcel Ziswiler · 17 years ago
  26. 80f51b8 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · 17 years ago
  27. 45cdb5f fix building when saveenv is disabled in some setups by Mike Frysinger · 17 years ago
  28. b71e5e7 cmd_nand: fix warning: str2long ncompatible pointer type by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  29. 3bdeb7c Fix warning in env_nand.c if compiled for DaVinci Schmoogie by dirk.behme@googlemail.com · 17 years ago
  30. 43ab1dd common/env_nand.c: fix one more incompatible pointer type issue by Wolfgang Denk · 17 years ago
  31. b71f1ca IDE: fix compiler warnings by Guennadi Liakhovetski · 17 years ago
  32. 885e86f cmd_nand.c: fix "differ in signedness" problem by Wolfgang Denk · 17 years ago
  33. 9a11ccd NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 17 years ago
  34. 222e2ca Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 17 years ago
  35. b5d9c1e Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · 17 years ago
  36. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  37. a2c67e9 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  38. 474dbb8 Added watchdog triggering calls in the "mtest" test function. by Sergei Poselenov · 17 years ago
  39. b9b4c95 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · 17 years ago
  40. 0870e47 allow ports to override go behavior by Mike Frysinger · 17 years ago
  41. e60644a allow ports to override bootelf behavior by Mike Frysinger · 17 years ago
  42. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  43. 7e35caf IDE: fix bug in reset sequence by Martin Krause · 17 years ago
  44. 531ad56 cmd_log.c: Fix assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  45. f4902a3 Change env_get_char from a global function ptr to a function. by Joakim Tjernlund · 17 years ago
  46. 012f2aa Fix OneNAND erase command by Kyungmin Park · 17 years ago
  47. b316245 Add CONFIG_MII_INIT support to related boards by TsiChung Liew · 17 years ago
  48. 72c23be Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago
  49. 4c373a9 Altera Stratix II support by eran liberty · 17 years ago
  50. f79507e disable caches before booting an app for Blackfin apps by Mike Frysinger · 17 years ago
  51. 35f734f Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  52. feb0c26 SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version. by Daniel Hellstrom · 17 years ago
  53. bb9c829 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  54. 83eb3cc SPARC: added SPARC board information to the command bdinfo. by Daniel Hellstrom · 17 years ago
  55. 62f51e9 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
  56. 7ce2871 Merge branch 'master' of git://www.denx.de/git/u-boot-at91 by Wolfgang Denk · 17 years ago
  57. 4689147 Fix fdt set command to conform to dts spec by Andy Fleming · 17 years ago
  58. 0c51a67 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
  59. a63d2eb Fix CFG_NO_FLASH compilation. by Stelian Pop · 17 years ago
  60. dd68c02 Fix macro typo in common/cmd_mii.c by Ben Warren · 17 years ago
  61. beae21a Add CONFIG_MII_INIT in cmd_mii.c by Tsi-Chung Liew · 17 years ago
  62. 7646d76 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  63. 2334931 Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Wolfgang Denk · 17 years ago
  64. 76596ba ata: add the support for SATA framework by Dave Liu · 17 years ago
  65. 8b3eaa1 ata: merge the ata_piix driver by Dave Liu · 17 years ago
  66. 8e2a486 USB, Storage: fix a bug introduced in commit by Markus Klotzbuecher · 17 years ago
  67. deeac57 85xx: Update multicore boot mechanism to ePAPR v0.81 spec by Kumar Gala · 17 years ago
  68. 36d6b3f 85xx: Added support for multicore boot mechanism by Kumar Gala · 17 years ago
  69. 1fca254 Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · 17 years ago
  70. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  71. 7ede186 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
  72. 07e6091 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago
  73. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  74. aed8334 Add setexpr command by Kumar Gala · 17 years ago
  75. 024f003 Merge git://www.denx.de/git/u-boot into uboot by Gerald Van Baren · 17 years ago
  76. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  77. 3b8cc71 [new uImage] Compilation and new uImage handling fixes for imxtract by Bartlomiej Sieka · 17 years ago
  78. e67c827 [new uImage] Fix autoscr command used with new uImage format by Bartlomiej Sieka · 17 years ago
  79. bb05b33 Fix fdt boardsetup command parsing by Kumar Gala · 17 years ago
  80. b79da7b Add sub-commands to fdt by Kumar Gala · 17 years ago
  81. 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 · 17 years ago
  82. d773efb The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. by Yuri Tikhonov · 17 years ago
  83. f890fb9 The patch introduces the alternative configuration of the log buffer for by Yuri Tikhonov · 17 years ago
  84. 6a068a1 The patch introduces the CRITICAL feature of POST tests. If the test by Yuri Tikhonov · 17 years ago
  85. 87896b7 Blackfin: new cplbinfo command for viewing cplb tables by Mike Frysinger · 17 years ago
  86. ce4f618 Blackfin: move bootldr command to common code by Mike Frysinger · 17 years ago
  87. 2e6f285 Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  88. 2c3685f Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  89. 2499b04 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  90. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  91. b5324a8 [new uImage] More verbose kernel image uncompress error message by Marian Balakowicz · 17 years ago
  92. 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  93. d79162d [new uImage] Add new uImage fromat support to fpga command by Marian Balakowicz · 17 years ago
  94. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  95. 2321ed0 [new uImage] Add new uImage format support to imgextract command by Marian Balakowicz · 17 years ago
  96. 23b77a2 [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · 17 years ago
  97. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  98. 9c22026 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · 17 years ago
  99. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  100. a50d515 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago