]> git.ipfire.org Git - thirdparty/qemu.git/commit
aspeed/smc: Fix DMA support for AST2600
authorCédric Le Goater <clg@kaod.org>
Mon, 23 Mar 2020 17:22:30 +0000 (17:22 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Mar 2020 17:22:30 +0000 (17:22 +0000)
commit4dabf39592e92d692c6f2a1633571114ae25d843
tree7ecb18fd91742ab86bd528f78e3d9ef2b4cb66db
parent6111a0c0eddf320a0702c3fde17c61bb3dd02963
aspeed/smc: Fix DMA support for AST2600

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 <clg@kaod.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Message-id: 20200320053923.20565-1-clg@kaod.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/aspeed_ast2600.c
hw/ssi/aspeed_smc.c
hw/ssi/trace-events