Commit 76617299358ebba260ecc02d33e8e75d8d13dd3b

Authored by Wolfgang Denk
1 parent ca9351280f

Prepare v1.3.3-rc2, again.

Signed-off-by: Wolfgang Denk <wd@denx.de>

Showing 1 changed file with 51 additions and 0 deletions Side-by-side Diff

  1 +commit b7fcc4c13993782342cf5cd20d237a6281648a0b
  2 +Author: Wolfgang Denk <wd@denx.de>
  3 +Date: Tue Apr 29 23:35:24 2008 +0200
  4 +
  5 + Prepare v1.3.3-rc2
  6 +
  7 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  8 +
1 9 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
2 10 Author: Wolfgang Denk <wd@denx.de>
3 11 Date: Tue Apr 29 23:32:20 2008 +0200
... ... @@ -181,6 +189,49 @@
181 189 doesn't exist.
182 190  
183 191 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
  192 +
  193 +commit 2ef7503a593c77a80c2a054011970227c4b62774
  194 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  195 +Date: Thu Apr 24 07:57:17 2008 +0200
  196 +
  197 + NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
  198 +
  199 + Move non-inlied functions into specific drivers file
  200 + Set get_prom as weak
  201 +
  202 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  203 + Signed-off-by: Vlad Lungu <vlad@comsys.ro>
  204 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  205 +
  206 +commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
  207 +Author: Guennadi Liakhovetski <lg@denx.de>
  208 +Date: Thu Apr 3 17:04:19 2008 +0200
  209 +
  210 + net: make ARP timeout configurable
  211 +
  212 + Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
  213 + On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
  214 + to the boards get lost, which typically are ARP replies. By configuring
  215 + the timeout to a lower value we significantly improve the first network
  216 + transfer time on this board. The timeout is specified in milliseconds,
  217 + later internally it is converted to deciseconds, because it has to be
  218 + converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
  219 + different boards.
  220 +
  221 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  222 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  223 +
  224 +commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
  225 +Author: Guennadi Liakhovetski <lg@denx.de>
  226 +Date: Thu Apr 3 13:36:18 2008 +0200
  227 +
  228 + minor cs8900 driver clean up
  229 +
  230 + Remove a redundant register definition, clean up some coding style
  231 + violations.
  232 +
  233 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  234 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
184 235  
185 236 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
186 237 Author: Wolfgang Denk <wd@denx.de>