1. 191c0b8 cmd_mac: fix help for 'mac read' by Michael Jones · 13 years ago
  2. 6a33a3c cmd_mac: cleanup help by Michael Jones · 13 years ago
  3. f9a78b8 cosmetic: spell fixes etc. by Michael Jones · 13 years ago
  4. 7130a57 add command fitupd to run an update from a FIT image by Andreas Pretzsch · 13 years ago
  5. 8d6b732 automatic update from FIT image: add optional address parameter by Andreas Pretzsch · 13 years ago
  6. 7b826c2 serial: implement common uart post test by Mike Frysinger · 13 years ago
  7. c52b4f7 serial: drop serial_register return value by Mike Frysinger · 13 years ago
  8. 6c768ca serial: push default_serial_console to drivers by Mike Frysinger · 13 years ago
  9. e84ffdd cmd_usage: constify by Mike Frysinger · 13 years ago
  10. 147c716 constify default env by Mike Frysinger · 13 years ago
  11. c3eb3fe env: allow people to force envcrc building by Mike Frysinger · 13 years ago
  12. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  13. a16a84b Fix: watchdog timed out, if using md5 command by Jens Scharsig · 13 years ago
  14. 3e499b6 Fix: watchdog timed out, if using sha1 command by Jens Scharsig · 13 years ago
  15. d0c4c33 command/cmd_cache.c: Add optional flush arguments by Matthew McClintock · 13 years ago
  16. 0e0996e common/cmd_ximg.c: add ifdef protection for gzip uncompression by Matthew McClintock · 13 years ago
  17. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  18. 07c0763 miiphy: use strncpy() not sprintf() by Laurence Withers · 13 years ago
  19. 39c6e03 Fix: if using crc32 command watchdog timed out by Jens Scharsig · 13 years ago
  20. 942e314 scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago
  21. 370d1e3 cosmetic, main: correct indentation/spacing issues by Jason Hobbs · 13 years ago
  22. 3c766dc cosmetic, main: clean up declarations of abortboot by Jason Hobbs · 13 years ago
  23. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  24. 74fac70 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  25. 1bb5e90 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · 13 years ago
  26. cdf1a23 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  27. a55d23c Remove volatile qualifier in get_ram_size() calls by Albert ARIBAUD · 13 years ago
  28. a28afca Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  29. 8fd01b8 mmc: rescan fails on empty slot by Michael Jones · 13 years ago
  30. e6f99a5 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  31. 6be95cc MMC: unify mmc read and write operation by Lei Wen · 13 years ago
  32. a8d2a75 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  33. bb68200 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 13 years ago
  34. 635f330 Blackfin: uart: add multiple serial support by Mike Frysinger · 13 years ago
  35. e47f2db armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  36. c949486 cmd_nand: add nand write.trimffs command by Ben Gardiner · 13 years ago
  37. a6c9aa1 nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · 13 years ago
  38. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  39. b790036 common/cmd_fdt.c: fix wrong data displayed in fdt print by Haojian Zhuang · 13 years ago
  40. d6840e3 sntp: avoid use of uninitialized variable by Luuk Paulussen · 13 years ago
  41. eb3abce cmd_nand: fix help of nand erase subcommand by Daniel Hobi · 13 years ago
  42. 3b250ff env_nand: zero-initialize variable nand_erase_options by Daniel Hobi · 13 years ago
  43. cd6881b Minor coding style cleanup. by Wolfgang Denk · 13 years ago
  44. 7a83af0 TFTP: add tftpsrv command by Luca Ceresoli · 13 years ago
  45. bc897b1 mmc: enable partition switch function for emmc by Lei Wen · 13 years ago
  46. ea6ebe2 cmd_mmc: eliminate device num in the mmc command by Lei Wen · 13 years ago
  47. 5902e8f cosmetic: cmd_bdinfo.c: clean up by using checkpatch.pl by Macpaul Lin · 13 years ago
  48. a02a884 cmd_nvedit.c: make error message more helpful by Wolfgang Denk · 13 years ago
  49. eae3b06 common/hush: make get_local_var visible for other users by Holger Brunck · 14 years ago
  50. 62a813b cramfs: make cramfs usable without a NOR flash by Heiko Schocher · 13 years ago
  51. ee8bc96 cramfs: fix bug in using CONFIG_CRAMFS_CMDLINE by Heiko Schocher · 13 years ago
  52. 96d04c3 IDE: fix compiler warnings by Wolfgang Denk · 13 years ago
  53. a621b16 common/cmd_mdio.c: fix compile warning by Anatolij Gustschin · 13 years ago
  54. d67d5d5 miiphy: miiphyutil.c: fix compile warning by Anatolij Gustschin · 13 years ago
  55. f3c615b cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · 13 years ago
  56. 0abddf8 cmd_ide: enhance new feature "CONFIG_IDE_AHB" by Macpaul Lin · 13 years ago
  57. a146bcc Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  58. 28df15e mmc_spi: add mmc_init call by Thomas Chou · 13 years ago
  59. c649dda i2c: add i2c deblock sequence before and after every mux config by Stefan Bigler · 13 years ago
  60. a000b79 common: add a grepenv command by Kim Phillips · 14 years ago
  61. 2dc55d9 fix redundant environment for serial flash by thomas.langer@lantiq.com · 14 years ago
  62. f38536f Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  63. b633f66 Add 'led' command by Jason Kridner · 13 years ago
  64. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  65. ce6b27a Fix off-by-one error in passing initrd end address via device tree by Grant Likely · 14 years ago
  66. ed59e58 Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  67. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  68. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  69. 31e4139 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · 14 years ago
  70. aef293b Merge branch 'phylib' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  71. 9dd5dad Merge branch 'misc' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  72. d7eb184 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 13 years ago
  73. 4f27f0a Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  74. 995daa0 Add mdio command for new PHY infrastructure by Andy Fleming · 14 years ago
  75. 5f18471 Create PHY Lib for U-Boot by Andy Fleming · 14 years ago
  76. 16a5323 miiphy: Fix some formatting issues by Andy Fleming · 14 years ago
  77. d13ffa6 fdt_support: Fix buffer overflow in fdt_fixup_memory_banks by Kyle Moffett · 14 years ago
  78. f16b608 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  79. 6801201 gpio: check request result by Mike Frysinger · 13 years ago
  80. a972b8d gpio: generalize for all generic gpio providers by Mike Frysinger · 14 years ago
  81. c3d2a17 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · 14 years ago
  82. 710b993 crc32: make command optional by Mike Frysinger · 14 years ago
  83. a641b97 make `go` optional by Mike Frysinger · 14 years ago
  84. 0c79cda env: make import/export optional by Mike Frysinger · 14 years ago
  85. 940e078 mmc: show mmc capacity using print_size by Minkyu Kang · 14 years ago
  86. d52ebf1 mmc: add generic mmc spi driver by Thomas Chou · 14 years ago
  87. fea2572 x86: Rename i386 to x86 by Graeme Russ · 13 years ago
  88. 418e046 common/cmd_bdinfo.c: fix do_bdinfo() for AVR32 by Andreas Bießmann · 14 years ago
  89. 8c3aff5 cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · 14 years ago
  90. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  91. 8a07de0 cmd_sf: use cmd_usage() in more places by Mike Frysinger · 13 years ago
  92. 840ff99 cmd_sf: drop device status message when probing by Mike Frysinger · 13 years ago
  93. 334eb4b cmd_sf: add handler for +len arg for erase command by Richard Retanubun · 14 years ago
  94. 02cf345 bootm: replace blob_start with image_start by Lei Wen · 14 years ago
  95. 1ba7fd2 Blackfin: ldrinfo: new command by Mike Frysinger · 14 years ago
  96. 31488a6 Blackfin: bootldr: use common defines by Mike Frysinger · 14 years ago
  97. 4db2fa7 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  98. 97039ab env_mmc: Allow board code to override the environment address by Mingkai Hu · 14 years ago
  99. c7fd27c mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements by Kyle Moffett · 14 years ago
  100. 56887e2 Remove unnecessary reset in usb_stor_get_info by Erik Hansen · 14 years ago