Re: [U-Boot] [PATCH] Use different PBA value for E1000 PCI and PCIe cards

2009-09-04 Thread Wolfgang Denk
Dear Roy Zang, In message <1250884192.23342.3.ca...@rock.ap.freescale.net> you wrote: > From: Roy Zang > > Use different PBA value for E1000 PCI and PCIe cards. > > Signed-off-by: Roy Zang > --- > Andre, please help to verify it on your board. > Thanks. > Roy > drivers/net/e1000.c | 12

Re: [U-Boot] [PATCH] Use different PBA value for E1000 PCI and PCIe cards

2009-08-24 Thread Ben Warren
Wolfgang, 2009/8/24 André Schwarz > Acked-by: André Schwarz > --- > > Tested on 82541ER @ mvBC-P board. > > On Sat, 2009-08-22 at 03:49 +0800, Roy Zang wrote: > > From: Roy Zang > > > > Use different PBA value for E1000 PCI and PCIe cards. > > > > Signed-off-by: Roy Zang > > --- > > Andre, pl

Re: [U-Boot] [PATCH] Use different PBA value for E1000 PCI and PCIe cards

2009-08-24 Thread André Schwarz
Acked-by: André Schwarz --- Tested on 82541ER @ mvBC-P board. On Sat, 2009-08-22 at 03:49 +0800, Roy Zang wrote: > From: Roy Zang > > Use different PBA value for E1000 PCI and PCIe cards. > > Signed-off-by: Roy Zang > --- > Andre, please help to verify it on your board. > Thanks. > Roy > dr

[U-Boot] [PATCH] Use different PBA value for E1000 PCI and PCIe cards

2009-08-21 Thread Roy Zang
From: Roy Zang Use different PBA value for E1000 PCI and PCIe cards. Signed-off-by: Roy Zang --- Andre, please help to verify it on your board. Thanks. Roy drivers/net/e1000.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/net/e1000.c b/drivers/net