1. 5c47357 net: Fix mcast function pointer prototype by Claudiu Manoil · 11 years ago
  2. 7d4a25d net: designware: Fix alignment of buffer descriptors by Alexey Brodkin · 11 years ago
  3. a72876f net: designware: Respect "bus mode" register contents on SW reset by Alexey Brodkin · 11 years ago
  4. 5e6cd1b net: sh-eth: Add support R8A7791 by Nobuhiro Iwamatsu · 11 years ago
  5. 1f1bab1 net, phy: fix AR8031 phy_mask by Heiko Schocher · 11 years ago
  6. 625bcbe net: rtl8169: Add support for RTL8168evl/8111evl by Thierry Reding · 11 years ago
  7. 20ac869 net: rtl8169: Fix format string by Thierry Reding · 11 years ago
  8. 6894ea7 net: add support for extended registers to mdio command by Stefano Babic · 11 years ago
  9. a8aa299 net: add function to read/write extended registers in Micrel Phy by Stefano Babic · 11 years ago
  10. 6b8c597 net: add extended function to phy API by Stefano Babic · 11 years ago
  11. d9e36ad net: fix mask for phy Micrel KSZ9031 by Stefano Babic · 11 years ago
  12. 66875d5 phy: add missing constants for Micrel KSZ9031 by Stefano Babic · 11 years ago
  13. ad4cd95 net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is detected by Bhupesh Sharma · 11 years ago
  14. 53a519a net: phy/vitesse: Add support for VSC8514 phy module by Arpit Goel · 11 years ago
  15. 72befd3 net: sh-eth: Add support R8A7790 by Nobuhiro Iwamatsu · 11 years ago
  16. ee74c70 net: sh-eth: Add invalidate cache control for rmobile (ARM SoC) by Nobuhiro Iwamatsu · 11 years ago
  17. 7a2142c net: sh-eth: Add control for padding size of packet descriptor by Nobuhiro Iwamatsu · 11 years ago
  18. 6bff09d net: sh-eth: Change cache API of SH by Nobuhiro Iwamatsu · 11 years ago
  19. 0984d64 NET: mvgbe: avoid unused variable warning when used without phylib support by Sascha Silbe · 11 years ago
  20. cf617af net: trivial: Fix typos in mii field descriptions by Stephan Bauroth · 11 years ago
  21. 76f57c3 phylib: update atheros ar803x phy by Shengzhou Liu · 11 years ago
  22. 0d75736 net: tftp: Make sure timeout will not effect wrap offset by rockly · 11 years ago
  23. c4e455a Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 11 years ago
  24. d008e6c fs: descend into sub directories when it is necessary by Masahiro Yamada · 11 years ago
  25. af1274a Makefile: move fs/fat/ entry to drivers/Makefile by Masahiro Yamada · 11 years ago
  26. 605236d arm: rmobile: Do not create a symbolic link to sh timer by Masahiro Yamada · 11 years ago
  27. 7dadf34 powerpc: mpc824x: Do not create a symbolic link to bedbug_603e.c by Masahiro Yamada · 11 years ago
  28. f7b8743 powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.c by Masahiro Yamada · 11 years ago
  29. 9287aa2 powerpc: mpc83xx: delete unused rules by Masahiro Yamada · 11 years ago
  30. 60305cb Makefile: delete unused lines by Masahiro Yamada · 11 years ago
  31. dc947c4 tools: Makefile: delete redundant lines by Masahiro Yamada · 11 years ago
  32. bf824f7 config.mk: delete unnecessary lines by Masahiro Yamada · 11 years ago
  33. 9f36f06 Makefile: refactor a little by Masahiro Yamada · 11 years ago
  34. 30a198b Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  35. 70c612f drivers/net/npe: descend only when CONFIG_IXP4XX_NPE=y by Masahiro Yamada · 11 years ago
  36. d32a49d drivers/net/fm: descend only when CONFIG_FMAN_ENET=y by Masahiro Yamada · 11 years ago
  37. 4fb1f69 drivers/qe: move the entry to drivers/Makefile by Masahiro Yamada · 11 years ago
  38. a927d45 powerpc: move mpc8xxx entry under arch/powerpc/cpu/ by Masahiro Yamada · 11 years ago
  39. 9dc9356 Makefile: merge $(LIBBOARD) into $(LIBS) by Masahiro Yamada · 11 years ago
  40. 66023c7 Makefile: make directories by Makefile.build by Masahiro Yamada · 11 years ago
  41. b20b728 drivers: tpm: clean up unused code by Masahiro Yamada · 11 years ago
  42. 199ccfc lib: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  43. 6252698 drivers: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  44. d589f92 Makefile: specifiy an explicite object name rather than $(BOARD).o by Masahiro Yamada · 11 years ago
  45. 1da00f5 Makefile: abolish COBJS, SOBJS, etc. by Masahiro Yamada · 11 years ago
  46. 0c98934 board: Do not add -DCONFIG_SYS_TEXT_BASE in board config.mk by Masahiro Yamada · 11 years ago
  47. 7e9a74e examples: remove the remainders of dead board by Masahiro Yamada · 11 years ago
  48. c982883 cosmetic: README.scrapyard: Add eNET board by Masahiro Yamada · 11 years ago
  49. 1ba7380 nios2: remove unnecessary header include path by Masahiro Yamada · 11 years ago
  50. 87109d4 board: cogent: include header files in a more natural way by Masahiro Yamada · 11 years ago
  51. 9d92da9 configs: clean up unused macro CONFIG_L2_OFF by Masahiro Yamada · 11 years ago
  52. 14d643b TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter update by Tom Rini · 11 years ago
  53. c1df370 malta: use unmapped flash base address by Gabor Juhos · 11 years ago
  54. 4f1856b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  55. 1e573e9 powerpc/85xx: fix broken cpu "clock-frequency" property by Laurentiu TUDOR · 11 years ago
  56. 8bd733b powerpc/t4240: fix per pci endpoint liodn offsets by Laurentiu TUDOR · 11 years ago
  57. 4a6f710 powerpc/t4240: set pcie liodn in the correct register by Laurentiu TUDOR · 11 years ago
  58. 51009b6 powerpc/83xx: Define USB1 and USB2 base addr for MPC834x by ramneek mehresh · 11 years ago
  59. c42c989 powerpc/t104xrdb: Add T1042RDB_PI board support by Priyanka Jain · 11 years ago
  60. 8b1a60e powerpc/t104xrdb: Add T1040RDB board support by Priyanka Jain · 11 years ago
  61. 94dce8b powerpc/t1040: Update defines to support T1040SoC personalities by Priyanka Jain · 11 years ago
  62. d20e7fe powerpc/p1010rdb: update readme for p1010rdb-pa and p1010rdb-pb by Shengzhou Liu · 11 years ago
  63. 649115c powerpc/t1040: enable PBL tool for T1040 by Prabhakar Kushwaha · 11 years ago
  64. 26406f5 designware_i2c: remove 10msec delay in i2c_xfer_finish by Alexey Brodkin · 11 years ago
  65. 41c5655 designware_i2c: disable i2c controller during target address setup by Alexey Brodkin · 11 years ago
  66. 3f43fdf cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM by Alexey Brodkin · 11 years ago
  67. 5f24a97 i2c, omap1510: remove i2c driver by Heiko Schocher · 11 years ago
  68. 465819a i2c, zynq: convert zynq i2c driver to new multibus/multiadapter framework by Heiko Schocher · 11 years ago
  69. f53f2b8 i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework by Heiko Schocher · 11 years ago
  70. 0b86a5b i2c: mxs_i2c: Squash endless loop by Marek Vasut · 11 years ago
  71. 1224010 i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework by Nobuhiro Iwamatsu · 11 years ago
  72. 25da152 cm_t35: use scf0403 driver by Nikita Kiryanov · 11 years ago
  73. 25d92fc omap3_dss: define DSS_ONOFF by Nikita Kiryanov · 11 years ago
  74. 0e53704 lcd: add DataImage SCF0403x LCD panel support by Nikita Kiryanov · 11 years ago
  75. 0873792 spi: define SPI_XFER_ONCE by Nikita Kiryanov · 11 years ago
  76. 18dd07c spi: omap3: add support for more word lengths by Nikita Kiryanov · 11 years ago
  77. 0029235 spi: omap3: remove semicolon from #define by Nikita Kiryanov · 11 years ago
  78. 191211c video: bcm2835: respect the pitch value by Andre Heider · 11 years ago
  79. fa50d90 lcd: allow overriding lcd_get_size() by Anatolij Gustschin · 11 years ago
  80. 952ad9e ARM: bcm2835: add missing mbox overscan response field by Andre Heider · 11 years ago
  81. 19e5a4c MPC824x: remove obsolete "PN62" board by Wolfgang Denk · 11 years ago
  82. 984c592 time: fix gcc warnings on MIPS64 by Daniel Schwierzeck · 11 years ago
  83. 44f6be3 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 11 years ago
  84. 40a59ee malta: arch/mips/include/asm/malta.h SPDX license tag by Paul Burton · 11 years ago
  85. ea385ed Merge branch 'iu-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  86. 5e19515 malta: define CONFIG_MEMSIZE_IN_BYTES by Gabor Juhos · 11 years ago
  87. 0aa5b15 malta: add myself to maintainers by Paul Burton · 11 years ago
  88. b62cd89 malta: add script & instructions to flash U-boot by Paul Burton · 11 years ago
  89. 12ab4ab malta: setup PIIX4 interrupt route by Paul Burton · 11 years ago
  90. 6046522 malta: store environment in flash by Paul Burton · 11 years ago
  91. c028f9b malta: enable RTC support by Paul Burton · 11 years ago
  92. 168b3a3 malta: disable L2 caches by Paul Burton · 11 years ago
  93. 890c32c malta: remove cache size definitions by Paul Burton · 11 years ago
  94. f38eea6 malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCP by Paul Burton · 11 years ago
  95. 7c8835b malta: display "U-boot" on the LCD screen by Paul Burton · 11 years ago
  96. 234882c malta: support for coreFPGA6 boards by Paul Burton · 11 years ago
  97. 7fb0507 malta: setup super I/O UARTs by Paul Burton · 11 years ago
  98. 10a74b5 qemu-malta: rename to just "malta" by Paul Burton · 11 years ago
  99. 162116e pci.h: allow inclusion in assembly source by Paul Burton · 11 years ago
  100. 03261c0 pcnet: enable the NOUFLO feature by Paul Burton · 11 years ago