Message ID | cover.1591272275.git.jcd@tribudubois.net (mailing list archive) |
---|---|
Headers | show |
Series | hw/net/imx_fec: improve the imx fec emulator | expand |
On Thu, 4 Jun 2020 at 13:39, Jean-Christophe Dubois <jcd@tribudubois.net> wrote: > > This series of path makes various improvement to the i.MX FEC ethernet > emulator. > > * PATCH 1: Convert the Ethernet emulator debug output to trace event > * PATCH 2: Allow Ethernet PHY to be at any position on the MDIO bus > * PATCH 3: Improve the i.MX FEC related PHY emulator by using standard > header symbols instead of hardcoded values. > > Jean-Christophe Dubois (3): > hw/net/imx_fec: Convert debug fprintf() to trace events > hw/net/imx_fec: Allow phy not to be the first device on the mii bus. > hw/net/imx_fec: improve PHY implementation. Hi; I've applied patch 1 to target-arm.next and left review comments for patches 2 and 3. thanks -- PMM