Re: [PATCH] hw/mips/malta: Fix FPGA I/O region size

2020-09-27 Thread Philippe Mathieu-Daudé
On 9/5/20 11:30 PM, Philippe Mathieu-Daudé wrote: > The FPGA present on the CoreCard has an I/O region 1MiB wide. > > Refs: > - Atlas User’s Manual (Document Number: MD5) > - Malta User’s Manual (Document Number: MD00048) > > Fixes: ea85df72b60 ("mips_malta: convert to memory API") > Signed-o

Re: [PATCH] hw/mips/malta: Fix FPGA I/O region size

2020-09-15 Thread Philippe Mathieu-Daudé
ping? On 9/5/20 11:30 PM, Philippe Mathieu-Daudé wrote: > The FPGA present on the CoreCard has an I/O region 1MiB wide. > > Refs: > - Atlas User’s Manual (Document Number: MD5) > - Malta User’s Manual (Document Number: MD00048) > > Fixes: ea85df72b60 ("mips_malta: convert to memory API") > S

[PATCH] hw/mips/malta: Fix FPGA I/O region size

2020-09-05 Thread Philippe Mathieu-Daudé
The FPGA present on the CoreCard has an I/O region 1MiB wide. Refs: - Atlas User’s Manual (Document Number: MD5) - Malta User’s Manual (Document Number: MD00048) Fixes: ea85df72b60 ("mips_malta: convert to memory API") Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/malta.c | 2 +- 1 file