On Wed, 4 Sep 2019 at 08:05, Cédric Le Goater <clg@kaod.org> wrote:
>
> Hello,
>
> This series improves the current models of the Aspeed machines in QEMU
> and adds new ones. It also prepares ground for the models of the
> Aspeed AST2600 SoC by calculating the model typenames using the SoC
> name.
>
> You will find patches for :
>
> - DMA support for the SMC controller, now using address_space_stl/ldl_le
> - GPIO v5 model from Rashmica
>
> Thanks,
>
> C.
>
> Christian Svensson (1):
> aspeed/smc: Calculate checksum on normal DMA
>
> Cédric Le Goater (7):
> aspeed: Remove unused SoC definitions
> aspeed: Use consistent typenames
> aspeed/smc: Add support for DMAs
> aspeed/smc: Add DMA calibration settings
> aspeed/smc: Inject errors in DMA checksum
> aspeed/scu: Introduce per-SoC SCU types
> aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routine
>
> Rashmica Gupta (2):
> hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500
> aspeed: add a GPIO controller to the SoC
Applied to target-arm.next, thanks.
-- PMM