Re: [U-Boot] [PATCH] e1000: add i211 and unprogrammed i210/i211 support

2014-09-11 Thread Marek Vasut
On Wednesday, September 10, 2014 at 11:18:20 PM, Marcel Ziswiler wrote: On Mon, 2014-09-08 at 04:07 +0200, Marek Vasut wrote: Does the network really work with an i21x with unprogrammed iNVM ? Yes, it actually does work quite nicely. That's interesting. I never got it working with

Re: [U-Boot] [PATCH] e1000: add i211 and unprogrammed i210/i211 support

2014-09-10 Thread Marcel Ziswiler
On Mon, 2014-09-08 at 04:07 +0200, Marek Vasut wrote: Does the network really work with an i21x with unprogrammed iNVM ? Yes, it actually does work quite nicely. However I currently still have to patch it additionally as follows: diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c index

[U-Boot] [PATCH] e1000: add i211 and unprogrammed i210/i211 support

2014-09-07 Thread Marcel Ziswiler
This patch adds support for i211 as well as unprogrammed aka tools only i210/i211 chip support. Signed-off-by: Marcel Ziswiler mar...@ziswiler.com --- drivers/net/e1000.c | 6 ++ include/pci_ids.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/drivers/net/e1000.c

Re: [U-Boot] [PATCH] e1000: add i211 and unprogrammed i210/i211 support

2014-09-07 Thread Marek Vasut
On Monday, September 08, 2014 at 12:03:50 AM, Marcel Ziswiler wrote: This patch adds support for i211 as well as unprogrammed aka tools only i210/i211 chip support. Signed-off-by: Marcel Ziswiler mar...@ziswiler.com Does the network really work with an i21x with unprogrammed iNVM ? Best