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