[PATCH v2 0/5] support AST2700 network

Jamin Lin via posted 5 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240703081623.2740862-1-jamin._5Flin@aspeedtech.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Alistair Francis <alistair@alistair23.me>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Jason Wang <jasowang@redhat.com>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
There is a newer version of this series
hw/arm/aspeed_ast27x0.c         |   3 +-
hw/block/m25p80.c               |  16 ++++
hw/net/ftgmac100.c              | 158 +++++++++++++++++++++++++++-----
include/hw/net/ftgmac100.h      |  24 +++--
tests/avocado/machine_aspeed.py |  13 +--
5 files changed, 178 insertions(+), 36 deletions(-)
[PATCH v2 0/5] support AST2700 network
Posted by Jamin Lin via 3 months, 2 weeks ago
change from v1:
- ftgmac100
 - fix coding style
 - support 64 bits dma dram address for AST2700

change from v2:
- ftgmac100: update memory region size to 0x200.
- ftgmac100: introduce a new class(ftgmac100_high),
    class attribute and memop handlers, for FTGMAC100_*_HIGH regs read/write.
- aspeed_ast27x0: update network model to ftgmac100_high to support
  64 bits dram address DMA.
- m25p80: support quad mode for w25q01jvq

Jamin Lin (5):
  hw/net:ftgmac100: update memory region size to 0x200
  hw/net:ftgmac100: support 64 bits dma dram address for AST2700
  aspeed/soc: update to ftgmac100_high model for AST2700
  hw/block: m25p80: support quad mode for w25q01jvq
  test/avocado/machine_aspeed.py: update to test network for AST2700

 hw/arm/aspeed_ast27x0.c         |   3 +-
 hw/block/m25p80.c               |  16 ++++
 hw/net/ftgmac100.c              | 158 +++++++++++++++++++++++++++-----
 include/hw/net/ftgmac100.h      |  24 +++--
 tests/avocado/machine_aspeed.py |  13 +--
 5 files changed, 178 insertions(+), 36 deletions(-)

-- 
2.34.1