]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.
authorJamin Lin <jamin_lin@aspeedtech.com>
Tue, 22 Oct 2024 09:40:57 +0000 (17:40 +0800)
committerCédric Le Goater <clg@redhat.com>
Thu, 24 Oct 2024 05:57:47 +0000 (07:57 +0200)
commita37bbfbb18593483cbcf9d194049dbb2ca3e6e90
treef48229be539268443acd2a991d97880f2e73ca9c
parent146f078a6375f06d811a174ffe8e1c119bf907fd
hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.

Currently, the default spi_model was "sst25vf032b" whose size was 4MB for
ast1030-a1 EVB. However, according to the schematic of ast1030-a1 EVB,
ASPEED shipped default flash of spi1 and spi2 were w25q256 whose size
was 32MB.

Correct spi_model default flash to w25q256 for ast1030-a1 EVB.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
hw/arm/aspeed.c