1. c3ffe50 usb, musb-new: add wdt trigger by Heiko Schocher · 11 years ago
  2. 07a12ea usb, g_dnl: make possibility to fixup the device_desc board specific by Heiko Schocher · 11 years ago
  3. 5890e83 usb, dfu gadget: switch to dfu mode in dfu_bind by Heiko Schocher · 11 years ago
  4. 7db5de6 usb:composite: use memcpy to avoid unaligned access by Piotr Wilczek · 12 years ago
  5. 2963d80 drivers:usb: use get|put_unaligned_le16 by Piotr Wilczek · 11 years ago
  6. a2f831e dfu: make data buffer size configurable by Heiko Schocher · 11 years ago
  7. b4372d6 Prepare v2013.07-rc2 by Tom Rini · 11 years ago
  8. 6162f71 Fix bootm to work on powerpc again (compressed uImage) by Stefan Roese · 11 years ago
  9. f19be41 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  10. 8f6e623 bootm: Disable interrupts before loading OS by Simon Glass · 11 years ago
  11. fec2717 cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling by Tom Rini · 11 years ago
  12. 7b19975 am335x_evm: Add missing ';' in findfdt by Tom Rini · 11 years ago
  13. a077187 Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx by Tom Rini · 11 years ago
  14. 7323ec8 PPC 74xx_7xx: Fix build warnings for ELPPC board by Wolfgang Denk · 11 years ago
  15. 2ecfc78 ColdFire: Update the arch_global_date changes for mcf5441x by Jason Jin · 11 years ago
  16. 9184c45 Fix MCF5235 SDRAM base address macro by Steve deRosier · 12 years ago
  17. 537f186 m68k: fix debug call befor serial init by Jens Scharsig (BuS Elektronik) · 12 years ago
  18. d6272f2 usb: musb: Use ARRAY_SIZE at appropriate places by Axel Lin · 11 years ago
  19. 85706c8 mtd: cfi_flash: Use ARRAY_SIZE at appropriate places by Axel Lin · 11 years ago
  20. dd5d4a1 hwmon: lm63: Use ARRAY_SIZE at appropriate place by Axel Lin · 11 years ago
  21. ebca873 serial: Use ARRAY_SIZE instead of reinventing it by Axel Lin · 11 years ago
  22. a618f2b README: align default commands with code by Vincent Stehlé · 11 years ago
  23. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  24. a7386c4 cmd_bootm: Add command line arguments to Plan 9 by Steven Stallion · 11 years ago
  25. 0e9edd8 Add verified boot information and test by Simon Glass · 11 years ago
  26. c6fc03f sandbox: config: Enable FIT signatures with RSA by Simon Glass · 11 years ago
  27. 56ab8d6 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  28. b016702 libfdt: Add fdt_find_regions() by Simon Glass · 11 years ago
  29. 817278a mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  30. bf27d3d mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  31. ce8c3ca mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  32. b4d8b09 mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  33. b148974 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  34. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago
  35. fbabc0f image: Support signing of images by Simon Glass · 11 years ago
  36. 58fe7e5 image: Add signing infrastructure by Simon Glass · 11 years ago
  37. dfe33ea x86: config: Add tracing options by Simon Glass · 11 years ago
  38. 42081ce x86: Support tracing function by Simon Glass · 11 years ago
  39. 0843e9e exynos: config: Add tracing options by Simon Glass · 11 years ago
  40. abf0995 exynos: Avoid function instrumentation for microsecond timer by Simon Glass · 11 years ago
  41. 3c26c58 arm: Implement the 'fake' go command by Simon Glass · 11 years ago
  42. 0013488 Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  43. 3081e2e Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  44. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  45. 41f0725 Add a simple test for sandbox trace by Simon Glass · 11 years ago
  46. e7f1eb5 sandbox: Support trace feature by Simon Glass · 11 years ago
  47. 9c62892 Add proftool to decode profile data by Simon Glass · 11 years ago
  48. 209a1a6 Add trace support to generic board by Simon Glass · 11 years ago
  49. 831aa54 Support tracing in config.mk when enabled by Simon Glass · 11 years ago
  50. a749ae0 Add a trace command by Simon Glass · 11 years ago
  51. c44b800 Add trace library by Simon Glass · 11 years ago
  52. b09cfd8 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  53. c6736b4 bootstage: Correct printf types by Simon Glass · 11 years ago
  54. 27620cc Show stdout on error in fit-test by Simon Glass · 11 years ago
  55. 50d9eb9 Fix missing return in do_mem_loop() by Simon Glass · 11 years ago
  56. 42fc60a x86: Correct missing local variable in bootm by Simon Glass · 11 years ago
  57. 64f11d0 pci: Convert extern inline functions to static inline by Simon Glass · 11 years ago
  58. a4ed85d cros: exynos: enable cros-ec for smdk5250 by Hung-ying Tyan · 12 years ago
  59. e55aadd cros: exynos: add cros-ec device nodes to exynos5250-snow.dts by Hung-ying Tyan · 12 years ago
  60. 4a48bcf cros: adds cros_ec keyboard driver by Hung-ying Tyan · 12 years ago
  61. 62899fc cros: add LPC support for cros_ec by Hung-ying Tyan · 12 years ago
  62. 0039123 cros: exynos: add SPI support for cros_ec by Hung-ying Tyan · 12 years ago
  63. 6830408 cros: add I2C support for cros_ec by Hung-ying Tyan · 12 years ago
  64. c48ca88f cros: add cros_ec driver by Hung-ying Tyan · 12 years ago
  65. b0f42db Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 11 years ago
  66. 93ac9b8 phylib: add atheros ar803x phy by Heiko Schocher · 11 years ago
  67. b2ccbf0 phylib: add natsemi dp83630 phy by Heiko Schocher · 11 years ago
  68. cd19bd3 net: update FTGMAC100 for MMU/D-cache support by Kuo-Jung Su · 12 years ago
  69. d169a70 net: add Faraday FTMAC110 10/100Mbps ethernet support by Kuo-Jung Su · 12 years ago
  70. eaf68ac net: phy: supplement support for Micrel's KSZ9031 by SARTRE Leo · 12 years ago
  71. 6f7d7d9 net: macb: add support for gigabit MAC by Bo Shen · 12 years ago
  72. 7d91deb net: macb: using phylib to configure phy device by Bo Shen · 12 years ago
  73. cc29ce5 net: macb: using AT91FAMILY replace #ifdeferry by Bo Shen · 12 years ago
  74. d2c2612 ARM: at91sam9n12: add network support with ksz8851_16mll by Bo Shen · 12 years ago
  75. b1eee65 net: ks8851_mll: add ethernet support by Roberto Cerati · 12 years ago
  76. dcc307e phylib: Add Atheros AR8035 GETH PHY support by Xie Xiaobo · 12 years ago
  77. 2332941 add support for Xilinx 1000BASE-X phy (GTX) by Charles Coldwell · 12 years ago
  78. 5fb50bf net: Correct check for link-local target IP conflict by Joe Hershberger · 12 years ago
  79. f0d83c4 PHY: micrel.c: add support for KSZ9031 by David Andrey · 12 years ago
  80. 878dad0 net/tftp: sparse fixes by Kim Phillips · 12 years ago
  81. 6025cd2 net: make IPaddr type big endian by Kim Phillips · 12 years ago
  82. 9e5742b net: Fix build regression in macb.c by Joe Hershberger · 11 years ago
  83. 77cdf0f net/macb: Add arch specific routine to get mdio control by Shiraz Hashim · 12 years ago
  84. f567e41 net/designware: Do not select MIIPORT for RGMII interface by Vipin Kumar · 12 years ago
  85. b8d5b8c net: nfs: add dynamic wait period by Matthias Brugger · 12 years ago
  86. a533a0c NET: mvgbe: add support for Dove by Sebastian Hesselbarth · 12 years ago
  87. 94a483c NET: mvgbe: add phylib support by Sebastian Hesselbarth · 12 years ago
  88. 1b3352f NET: phy: add 88E1310 PHY initialization by Sebastian Hesselbarth · 12 years ago
  89. 5a3d8be pxe: add ipappend support by Rob Herring · 12 years ago
  90. 921a71d net: Fix build regression in cmd_pxe.c by Joe Hershberger · 11 years ago
  91. e26e8d6 pxe: add support for per arch and SoC default paths by Rob Herring · 12 years ago
  92. ac99583 pxe: add support for ontimeout token by Rob Herring · 12 years ago
  93. c9d1e3d pxe: simplify menu display and selection by Rob Herring · 12 years ago
  94. f0898b9 pxe: always display a menu when present by Rob Herring · 12 years ago
  95. c0356dc pxe: try bootz if bootm fails to find a valid image by Rob Herring · 12 years ago
  96. c88e1bf bootz: un-staticize do_bootz by Rob Herring · 12 years ago
  97. 58d7f43 pxe: fix handling of different localboot values by Rob Herring · 12 years ago
  98. 824901c pxe: make string parameters const by Rob Herring · 12 years ago
  99. dd248b3 pxe: Use ethact setting for pxe by Rob Herring · 12 years ago
  100. 0b1d838 net: add ICPlus PHY driver by Yegor Yefremov · 12 years ago