On Fri, 20 Mar 2020 at 05:39, Cédric Le Goater <c...@kaod.org> wrote: > > Recent firmwares uses SPI DMA transfers in U-Boot to load the > different images (kernel, initrd, dtb) in the SoC DRAM. The AST2600 > FMC model is missing the masks to be applied on the DMA registers > which resulted in incorrect values. Fix that and wire the SPI > controllers which have DMA support on the AST2600. > > Fixes: bcaa8ddd081c ("aspeed/smc: Add AST2600 support") > Signed-off-by: Cédric Le Goater <c...@kaod.org> > --- > hw/arm/aspeed_ast2600.c | 6 ++++++ > hw/ssi/aspeed_smc.c | 15 +++++++++++++-- > hw/ssi/trace-events | 1 + > 3 files changed, 20 insertions(+), 2 deletions(-) >
Applied to target-arm.next, thanks. -- PMM