1. 35ef877 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by Peter Tyser · 16 years ago
  2. 8c66497 Add support for environment in SPI flash by Haavard Skinnemoen · 16 years ago
  3. b636846 SPI Flash: Add "sf" command by Haavard Skinnemoen · 16 years ago
  4. d255bb0 SPI API improvements by Haavard Skinnemoen · 16 years ago
  5. 110e006 soft_i2c: Pull SDA high before reading by Haavard Skinnemoen · 16 years ago
  6. 81673e9 Make sure common.h is the first include. by Kumar Gala · 16 years ago
  7. 95d449a Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  8. 912810e Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
  9. 5922db6 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
  10. 42fd5f8 Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. c918261 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 16 years ago
  12. eddc7c4 Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · 16 years ago
  13. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  14. 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
  15. 727f633 common/usb.c: fix incorrect escape sequence by Hebbar · 16 years ago
  16. a8409f4 environment: cleanup prototype declarations of env functions. by Wolfgang Denk · 16 years ago
  17. 54694a9 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
  18. ee0cfa7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 16 years ago
  19. 02b9b22 Fix offset calculation for multi-type legacy images. by Nick Spence · 16 years ago
  20. c9dca3c Revert "Change env_get_char from a global function ptr to a function." by Wolfgang Denk · 16 years ago
  21. 39cf480 Add ATMEL LCD driver by Stelian Pop · 16 years ago
  22. 1b5605c Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  23. 273c37d Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 16 years ago
  24. 597f6c2 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by James Yang · 16 years ago
  25. 1df368a ide: Remove spurious second include of io.h by Marcel Ziswiler · 16 years ago
  26. e419e12 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · 16 years ago
  27. 4acc2a1 fix building when saveenv is disabled in some setups by Mike Frysinger · 16 years ago
  28. 12bc4e9 cmd_nand: fix warning: str2long ncompatible pointer type by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  29. 378e7ec Fix warning in env_nand.c if compiled for DaVinci Schmoogie by dirk.behme@googlemail.com · 16 years ago
  30. f7b16a0 common/env_nand.c: fix one more incompatible pointer type issue by Wolfgang Denk · 16 years ago
  31. 413bf58 IDE: fix compiler warnings by Guennadi Liakhovetski · 16 years ago
  32. c71abba cmd_nand.c: fix "differ in signedness" problem by Wolfgang Denk · 16 years ago
  33. 4ca79f4 NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 16 years ago
  34. 7590378 Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 16 years ago
  35. 4b7a6dd Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · 16 years ago
  36. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 16 years ago
  37. 89cdab7 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  38. a6e6fc6 Added watchdog triggering calls in the "mtest" test function. by Sergei Poselenov · 16 years ago
  39. 1e01477 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · 16 years ago
  40. a498645 allow ports to override go behavior by Mike Frysinger · 16 years ago
  41. 017e9b7 allow ports to override bootelf behavior by Mike Frysinger · 16 years ago
  42. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  43. e175eac IDE: fix bug in reset sequence by Martin Krause · 16 years ago
  44. a253b38 cmd_log.c: Fix assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  45. c0559be Change env_get_char from a global function ptr to a function. by Joakim Tjernlund · 16 years ago
  46. a9da2b4 Fix OneNAND erase command by Kyungmin Park · 17 years ago
  47. 0f3ba7e Add CONFIG_MII_INIT support to related boards by TsiChung Liew · 17 years ago
  48. 20a14a4 Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago
  49. 3c735e7 Altera Stratix II support by eran liberty · 17 years ago
  50. 1f1d88d disable caches before booting an app for Blackfin apps by Mike Frysinger · 17 years ago
  51. 1aeed8d Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  52. 2a2fa79 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. bf3d8b3 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  54. 00ab32c SPARC: added SPARC board information to the command bdinfo. by Daniel Hellstrom · 17 years ago
  55. aeff6d5 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 16 years ago
  56. a1b215e Merge branch 'master' of git://www.denx.de/git/u-boot-at91 by Wolfgang Denk · 16 years ago
  57. 4abd844 Fix fdt set command to conform to dts spec by Andy Fleming · 17 years ago
  58. 6fe2946 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
  59. 880cc43 Fix CFG_NO_FLASH compilation. by Stelian Pop · 17 years ago
  60. bb8e3cf Fix macro typo in common/cmd_mii.c by Ben Warren · 17 years ago
  61. 233a8bc Add CONFIG_MII_INIT in cmd_mii.c by Tsi-Chung Liew · 17 years ago
  62. 38b189f Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  63. 0207fef Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Wolfgang Denk · 17 years ago
  64. c7057b5 ata: add the support for SATA framework by Dave Liu · 17 years ago
  65. 9eef628 ata: merge the ata_piix driver by Dave Liu · 17 years ago
  66. b9e749e USB, Storage: fix a bug introduced in commit by Markus Klotzbuecher · 17 years ago
  67. 79679d8 85xx: Update multicore boot mechanism to ePAPR v0.81 spec by Kumar Gala · 17 years ago
  68. ec2b74f 85xx: Added support for multicore boot mechanism by Kumar Gala · 17 years ago
  69. b951f8d Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · 17 years ago
  70. 27f33e9 Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  71. f6b44e0 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
  72. 18e69a3 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago
  73. 43ddd9c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  74. d058698 Add setexpr command by Kumar Gala · 17 years ago
  75. 01026a6 Merge git://www.denx.de/git/u-boot into uboot by Gerald Van Baren · 17 years ago
  76. dafaede [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  77. fbe7a15 [new uImage] Compilation and new uImage handling fixes for imxtract by Bartlomiej Sieka · 17 years ago
  78. 36cc8cb [new uImage] Fix autoscr command used with new uImage format by Bartlomiej Sieka · 17 years ago
  79. fe30a35 Fix fdt boardsetup command parsing by Kumar Gala · 17 years ago
  80. 804887e Add sub-commands to fdt by Kumar Gala · 17 years ago
  81. 3d61018 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. b428f6a 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. 2d99195 The patch introduces the alternative configuration of the log buffer for by Yuri Tikhonov · 17 years ago
  84. e262efe The patch introduces the CRITICAL feature of POST tests. If the test by Yuri Tikhonov · 17 years ago
  85. cf675d3 Blackfin: new cplbinfo command for viewing cplb tables by Mike Frysinger · 17 years ago
  86. 86a20fb Blackfin: move bootldr command to common code by Mike Frysinger · 17 years ago
  87. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  88. 7e492d8 Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  89. afe45c8 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  90. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  91. 2682ce8 [new uImage] More verbose kernel image uncompress error message by Marian Balakowicz · 17 years ago
  92. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  93. c28c4d1 [new uImage] Add new uImage fromat support to fpga command by Marian Balakowicz · 17 years ago
  94. 09475f7 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  95. 1b7897f [new uImage] Add new uImage format support to imgextract command by Marian Balakowicz · 17 years ago
  96. 424c4ab [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · 17 years ago
  97. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  98. a44a269 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · 17 years ago
  99. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  100. c877964 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago