1. f0d8881 mod_i2c_mem() bugfix by Peter Tyser · 16 years ago
  2. 634db89 Fix typo in spelling of ATAPI. by Steven A. Falco · 16 years ago
  3. 2b7574e Add a hook to allow board-specific PIO mode setting. by Steven A. Falco · 16 years ago
  4. 708a18b fdt: fdt addr w/o any args reports back the current working address by Kumar Gala · 16 years ago
  5. fb5dcd5 fdt: added the ability to set initrd start/end via chosen command by Kumar Gala · 16 years ago
  6. 2548b99 Add command to enable/disable interrupts by Kumar Gala · 16 years ago
  7. 0687e30 Clean up usage of icache_disable/dcache_disable by Kumar Gala · 16 years ago
  8. 5708dbf Add 'license' command to U-Boot command line by Harald Welte · 16 years ago
  9. f0db32c add 'unzip' command to u-boot commandline by Harald Welte · 16 years ago
  10. 08792d7 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase by TsiChung Liew · 16 years ago
  11. 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  12. 339af52 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  13. 1d8a787 Merge branch 'Makefile' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  14. 396b0c4 Fix OneNAND build break by Kyungmin Park · 16 years ago
  15. 8486809 Merge branch 'master' of /home/stefan/git/u-boot/u-boot by Stefan Roese · 16 years ago
  16. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  18. ccbacd5 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · 16 years ago
  19. 95feb70 OneNAND: Fill in MTD function pointers for OneNAND. by Fathi BOUDRA · 16 years ago
  20. 0c40ae94 NAND: Do not write or read a whole block if it is larger than the environment by Guennadi Liakhovetski · 16 years ago
  21. cc5f339 NAND read/write fix by Scott Wood · 16 years ago
  22. 12b1c95 NAND: Always skip blocks on read/write/boot. by Scott Wood · 16 years ago
  23. 576625d NAND: Fix compilation warning and small coding style issue by Stefan Roese · 17 years ago
  24. e7ebe6e make nand dump and nand dump.oob work by William Juul · 17 years ago
  25. e24ebad Incorporate yaffs2 into U-boot by William Juul · 17 years ago
  26. bfb8332 Whitespace cleanup and marking broken code. by William Juul · 17 years ago
  27. 9e9c2c1 Fixing coding style issues by William Juul · 17 years ago
  28. b76ec38 Remove white space at end. by William Juul · 17 years ago
  29. 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
  30. ccdeac7 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS by Kumar Gala · 16 years ago
  31. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  32. b4d7eb2 common/cmd_load.c - Minor code & Coding Style cleanup by Gururaja Hebbar K R · 16 years ago
  33. 2743985 OneNAND: Remove base address offset usage by dirk.behme@googlemail.com · 16 years ago
  34. 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  35. 190ee48 FIT: Fix handling of images without ramdisks by Peter Tyser · 16 years ago
  36. 82ccfde TQM823L: re-enable logo support; update LCD_INFO text by Wolfgang Denk · 16 years ago
  37. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  38. 8886b53 Fix bitmap display for atmel lcd controller by Mark Jackson · 16 years ago
  39. 39fb0ad Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  40. 45bc5ea Add gzipped logo support by Mark Jackson · 16 years ago
  41. 3110cf8 Uncompressed images loaded to their start address shall set load_end too by Guennadi Liakhovetski · 16 years ago
  42. dd5463b Fix printf() format problems with configurable prompts by Wolfgang Denk · 16 years ago
  43. 1a2f07f Fix compile warnings in dlmalloc by Kumar Gala · 16 years ago
  44. a629a72 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' by Stefan Roese · 16 years ago
  45. 8468027 Fix more printf() format warnings by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  46. 044655b Fix remaining CFG_CMD_ define, ifdef and comments by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. 8dc929d Fix warnings if compiling with IDE support. by Heiko Schocher · 16 years ago
  48. adf146e microblaze: Fix printf() format issues by Michal Simek · 16 years ago
  49. ed333ec ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL by Stefan Roese · 16 years ago
  50. ad9921b Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · 16 years ago
  51. 28d8d70 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · 16 years ago
  52. 5e0933b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  53. 868e346 fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  54. 275f4c1 Fix some more printf() format problems. by Kumar Gala · 16 years ago
  55. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  56. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  57. 0b46763 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · 16 years ago
  58. fe036dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  59. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  60. b247400 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  61. 01edcea ppc4xx: Consolidate PPC4xx UIC defines by Stefan Roese · 16 years ago
  62. 12cec0a Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  63. f91aa8d silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
  64. 09197cb USB: shutdown USB before booting by Markus Klotzbücher · 16 years ago
  65. 01c1170 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  66. 8d54188 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  67. 1eef5c3 Fix "usb part" command by Christian Eggers · 16 years ago
  68. 3167d07 MTD/NAND: Fix printf format warning in nand code by Stefan Roese · 16 years ago
  69. 4ba6929 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  70. 72eb50a Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  71. f5e21f6 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. by Marcel Ziswiler · 16 years ago
  72. 304b359 Change env_get_char from a global function ptr to a function by Joakim Tjernlund · 16 years ago
  73. e4ad454 Fix printf errors. by Andrew Klossner · 16 years ago
  74. 594c7b5 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 by Michal Simek · 16 years ago
  75. c7b503d fdt: Fix typo in variable name. by Detlev Zundel · 16 years ago
  76. 2a1d4e4 cmd_nvedit.c: clean up syntax highlighting by Steven A. Falco · 16 years ago
  77. 1ce6f99 Make setenv() return status by Steven A. Falco · 16 years ago
  78. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
  79. 41df50a Coding Style Cleanup by Wolfgang Denk · 16 years ago
  80. 8c57e9a NAND: Add missing declaration to non-redundant saveenv(). by Philip Balister · 16 years ago
  81. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  82. a36601e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · 16 years ago
  83. e368346 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 16 years ago
  84. e81ce61 libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  85. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  86. 3b9d629 Use strncmp() for the fdt command by Gerald Van Baren · 16 years ago
  87. 7c24c0b The fdt boardsetup command criteria was not unique by Gerald Van Baren · 16 years ago
  88. fcd91bb Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · 16 years ago
  89. 37e1144 env_nand.c: Added bad block management for environment variables by Stuart Wood · 16 years ago
  90. bb83038 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by Peter Tyser · 17 years ago
  91. eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · 17 years ago
  92. 21266a3 SPI Flash: Add "sf" command by Haavard Skinnemoen · 17 years ago
  93. d74084a SPI API improvements by Haavard Skinnemoen · 17 years ago
  94. 15fb0a1 soft_i2c: Pull SDA high before reading by Haavard Skinnemoen · 17 years ago
  95. ff9daf1 Make sure common.h is the first include. by Kumar Gala · 17 years ago
  96. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  97. 8630bea Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
  98. 3ab2ad5 Cleanup nand_info[] declaration. by Stelian Pop · 17 years ago
  99. cf8956d Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  100. 4e0e8d0 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 17 years ago