Message ID | 20221027204720.33611-1-philmd@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | hw/isa/piix4: Remove MIPS Malta specific bits | expand |
On 27/10/22 22:47, Philippe Mathieu-Daudé wrote: > Since v1: > - bswap -> tswap (Bernhard) > > Bernhard posted a series merging both PIIX3/PIIX4 models > in one [1]. Due to Malta-specific board code forced into > the PIIX4 reset values, Bernhard had to include an array > of "register values at reset" as a class property. This > is not wrong, but to model properly the model, we should > simply use the hardware real reset values, not try to > bend the model to please the Malta board. > > This series fix this issue by having the Malta bootloader > code setting the board-specific PIIX4 IRQ routing values. > > Note patch 2 still misses an equivalent nanoMIPS code. So this series won't be merged until this is added, but it should be enough to let Bernhard keep working on the "Consolidate PIIX series".