Hi Aleksandar, On 07/03/2018 06:46 AM, Aleksandar Markovic wrote: > On 03.07.2018. 01:37, Philippe Mathieu-Daudé wrote: >> Cc'ing Jason, the "Network devices" maintainer. >> >> On 02/17/2018 04:22 PM, Paul Burton wrote: >>> This patch introduces support for emulating the ethernet controller >>> found in the Intel EG20T Platform Controller Hub, referred to as pch_gbe >>> for consistency with both Linux & U-Boot. >>> >>> Documentation for the hardware can be found here: >>> >>> >>> https://www.intel.com/content/www/us/en/intelligent-systems/queens-bay/platform-controller-hub-eg20t-datasheet.html >>> >>> The device is used on MIPS Boston development boards as well as the >>> Intel Crown Bay platform including devices such as the Minnowboard V1. >>> >>> Enough functionality is implemented for Linux to make use of the device, >>> and has been tested using Linux v4.16-rc1. > > Acked-by: Aleksandar Markovic <[email protected]> > > We need this device to complete QEMU's MIPS Boston board support. May I
I tried to test this device using the 'eng' branch of git://git.linux-mips.org/pub/scm/linux-mti.git and using the '64r2el_defconfig' config but I get: qemu-system-mips64el: Unable to copy device tree in memory unable to load FIT image I noticed the PPC machines use the _FDT() macro (see "hw/ppc/fdt.h") to eventually give more useful error message. > ask Jason to take a closer look at the proposed code for this network > device? > > Regards, > Aleksandar >
