1. 8ca0b3f Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  2. ad3381c Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  3. 4fce2ac Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · 16 years ago
  4. e1d7480 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  5. a0aad08 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  6. 8218bd2 Moved initialization of IncaIP Ethernet controller to board_eth_init by Ben Warren · 16 years ago
  7. 164846e Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() by Ben Warren · 16 years ago
  8. 6aca145 Moved initialization of GT6426x Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  9. e309053 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  10. b902b8d Moved initialization of NATSEMI Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  11. 1940363 Moved initialization of NS8382X Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  12. ccdd12f Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  13. 0b252f5 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  14. 02d6989 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  15. 3ae071e Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() by Ben Warren · 16 years ago
  16. 89973f8 Introduce netdev.h header file and remove externs by Ben Warren · 16 years ago
  17. 5a8a163 Add pixis_set_sgmii command by Andy Fleming · 16 years ago
  18. 216f2a7 Add SGMII support for the 8544 DS by Andy Fleming · 16 years ago
  19. 652f7c2 Add support for Freescale SGMII Riser Card by Andy Fleming · 16 years ago
  20. 2abe361 Add SGMII support to the tsec by Andy Fleming · 16 years ago
  21. 75b9d4a Pass in tsec_info struct through tsec_initialize by Andy Fleming · 16 years ago
  22. dd3d1f5 tsec: Move tsec.h to include/ by Andy Fleming · 16 years ago
  23. d23dc39 PHY: Add support for the M88E1121R Marvell chip. by Sergei Poselenov · 16 years ago
  24. 1711f3b fw_env.c: fix build problems with MTD_VERSION=old by Wolfgang Denk · 16 years ago
  25. 628ffd7 device: make device_register() clone the device by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  26. baf449f avr32: Add support for "GPIO" port mux by Haavard Skinnemoen · 16 years ago
  27. d928525 atstk1000: Convert to new-style makefile by Haavard Skinnemoen · 16 years ago
  28. 25e6854 avr32: use board_early_init_r instead of board_init_info by Haavard Skinnemoen · 16 years ago
  29. 36d375f avr32: Use board_postclk_init instead of gclk_init by Haavard Skinnemoen · 16 years ago
  30. abdde2b hammerhead: Use gclk helper functions by Haavard Skinnemoen · 16 years ago
  31. 98090cd avr32: Add gclk helper functions by Haavard Skinnemoen · 16 years ago
  32. ab0df36 avr32: refactor the portmux/gpio code by Haavard Skinnemoen · 16 years ago
  33. 4c24e82 avr32: data_bits should reflect the actual number of data bits by Haavard Skinnemoen · 16 years ago
  34. 66b7bc5 avr32: Update README by Haavard Skinnemoen · 16 years ago
  35. e99e957 Merge branch 'Makefile' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  36. a13b2d9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  37. e155c9e Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  38. de5b094 Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 16 years ago
  39. 845842c Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Wolfgang Denk · 16 years ago
  40. c75e772 sh: Remove CC line from board's Makefile by Nobuhiro Iwamatsu · 16 years ago
  41. 468eae0 sh: Replaced "@./mkconfig" for @$(MKCONFIG) by Nobuhiro Iwamatsu · 16 years ago
  42. 3aeb1ff sh: Add support sh2 to MAKEALL by Nobuhiro Iwamatsu · 16 years ago
  43. 6f3d8bb sh: Fix compile error rsk7203 board by Nobuhiro Iwamatsu · 16 years ago
  44. 1c98172 sh: Fix compile error sh7785lcr board by Nobuhiro Iwamatsu · 16 years ago
  45. 6f0da49 sh: Renesas Solutions AP325RXA board support by Nobuhiro Iwamatsu · 16 years ago
  46. ab09f43 sh: add support Renesas SH7723 by Nobuhiro Iwamatsu · 16 years ago
  47. c655fad sh: Renesas RSK+ 7203 board support by Nobuhiro Iwamatsu · 16 years ago
  48. 6ede753 sh: Add support Renesas SH7203 processor by Nobuhiro Iwamatsu · 16 years ago
  49. 6ad43d0 sh: Add support SH2/SH2A which is CPU of Renesas Technology by Nobuhiro Iwamatsu · 16 years ago
  50. 0d53a47 sh: Renesas R0P7785LC0011RL board support by Nobuhiro Iwamatsu · 16 years ago
  51. b0b6218 sh: add support for SH7785 by Yoshihiro Shimoda · 16 years ago
  52. d6e0425 davinci: fix remaining dm644x_eth by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  53. 08ab4e1 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. c1de7a6 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  55. ef0255f update linux/list by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. 71cb312 smdk6400: add gitignore by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  57. f9f692e smdk6400: Use CONFIG_FLASH_CFI_DRIVER by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. 7c0e5a8 smdk6400: remove redundant bootargs definition by Guennadi Liakhovetski · 16 years ago
  59. 11edcfe ARM: Add support for S3C6400 based SMDK6400 board by Guennadi Liakhovetski · 16 years ago
  60. e0056b3 NAND: add NAND driver for S3C64XX by Guennadi Liakhovetski · 16 years ago
  61. 3fe7b58 S3C64XX: remove broken HWFLOW support from the serial driver by Guennadi Liakhovetski · 16 years ago
  62. 2fb28dc serial: add S3C64XX serial driver by Guennadi Liakhovetski · 16 years ago
  63. 8262813 USB: Add support for OHCI controller on S3C6400 by Guennadi Liakhovetski · 16 years ago
  64. 9b07773 ARM: Add arm1176 core with S3C6400 SoC by Guennadi Liakhovetski · 16 years ago
  65. fcaac58 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · 16 years ago
  66. fbbb1de Integrator[AP/CP] - Remove unused file memsetup.S by Gururaja Hebbar K R · 16 years ago
  67. 89d51d0 ARM DaVinci: Standardize names of directories/files by Hugo Villeneuve · 16 years ago
  68. 264bbdd ARM DaVinci: Move common functions to board/davinci/common by Hugo Villeneuve · 16 years ago
  69. c2b4b2e ppc4xx/NAND: Add select_chip function to 4xx NDFC driver by Stefan Roese · 16 years ago
  70. 3d4a746e2 ppc4xx: Increase image size for NAND boot target by Stefan Roese · 16 years ago
  71. 6b5049d Move MPC512x_FEC driver to drivers/net by Ben Warren · 16 years ago
  72. 80b00af Move MPC5xxx_FEC driver to drivers/net by Ben Warren · 16 years ago
  73. 3de7bf0 cmd_terminal: remove no need ifdef by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  74. 578118b common/Makefile: order by functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  75. ba7b5b2 miiphyutil: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  76. 81789c3 autoscript: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  77. bbf52df crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  78. 5519577 miiphybb: move to drivers/net/phy by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. e831403 soft_spi: move to drivers/spi by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. 4d75e0a soft_i2c: move to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. 717a222 gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. 52aef8f ppc4xx: NAND configuration by Wolfgang Ocker · 16 years ago
  83. 5bc542a ppc4xx: fix UIC external_interrupt hang on UIC0 by Victor Gallardo · 16 years ago
  84. 04737d5 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller by Prodyut Hazarika · 16 years ago
  85. 8a49042 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon by John Rigby · 16 years ago
  86. 5d9a5ef Add I2C frequency dividers for ColdFire by TsiChung Liew · 16 years ago
  87. eec567a ColdFire: I2C fix for multiple platforms by TsiChung Liew · 16 years ago
  88. d53cf6a ColdFire: Add CONFIG_MII_INIT for M5272C3 by TsiChung Liew · 16 years ago
  89. f78ced3 ColdFire: Multiple fixes for MCF5445x platforms by TsiChung Liew · 16 years ago
  90. 454e725 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7 by TsiChung Liew · 16 years ago
  91. 79e0799 ColdFire: Raise uart baudrate to 115200 bps by TsiChung Liew · 16 years ago
  92. ab6ba84 ColdFire: Fix board.c warning message by TsiChung Liew · 16 years ago
  93. 33aa4ea Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  94. ae9e1b5 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Wolfgang Denk · 16 years ago
  95. 5798b1c FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx. by Kumar Gala · 16 years ago
  96. 0ba6bfe Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  97. 258c37b mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN. by Heiko Schocher · 16 years ago
  98. 9cff444 mpc85xx: remove redudant code with lib_ppc/interrupts.c by Kumar Gala · 16 years ago
  99. 9490a7f mpc85xx: Add support for the MPC8536DS reference board by Kumar Gala · 16 years ago
  100. ef50d6c mpc85xx: Add support for the MPC8536 by Kumar Gala · 16 years ago