
8 Jul
2009
8 Jul
'09
1:01 p.m.
Hi again!
This is a refreshed version of the http://lists.denx.de/pipermail/u-boot/2009-July/055370.html patch series. I've added one more patch to fix an issue with the MAC address under Linux. The patches are now:
1. (new) Set MAC address during egiga registration (so that Linux gets it even if the network interface has not been initialized under U-boot).
2. Correct the optimization bug in kgwbe_send. This patch now uses IO accessor functions instead of volatile (and also corrects recv).
3. Check the error summary bit during send (as before but based on the above patches)
4. Allow sending data which is not 8-byte aligned (as before but based on the above patches)
// Simon