Re: [U-Boot] [PATCH v2 5/8] x86: qemu: Convert to use driver model eth

2015-11-10 Thread Bin Meng
On Sat, Nov 7, 2015 at 7:58 AM, Simon Glass wrote: > On 6 November 2015 at 02:04, Bin Meng wrote: >> Move to driver model for ETH (e1000) on QEMU. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - Rebase on top of u-boot/master >> - New patch to convert to use driver model eth >>

Re: [U-Boot] [PATCH v2 5/8] x86: qemu: Convert to use driver model eth

2015-11-06 Thread Simon Glass
On 6 November 2015 at 02:04, Bin Meng wrote: > Move to driver model for ETH (e1000) on QEMU. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Rebase on top of u-boot/master > - New patch to convert to use driver model eth > > board/emulation/qemu-x86/Makefile | 2 +- > board/emulati

[U-Boot] [PATCH v2 5/8] x86: qemu: Convert to use driver model eth

2015-11-06 Thread Bin Meng
Move to driver model for ETH (e1000) on QEMU. Signed-off-by: Bin Meng --- Changes in v2: - Rebase on top of u-boot/master - New patch to convert to use driver model eth board/emulation/qemu-x86/Makefile | 2 +- board/emulation/qemu-x86/qemu-x86.c | 13 - configs/qemu-x86_defcon