mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
On AST1030, reading the FMC_WDT2 register always returns 0xFFFFFFFF.
This issue is due to the aspeed_smc_read function, which checks for the
ASPEED_SMC_FEATURE_WDT_CONTROL feature. Since AST1030 was missing this
feature flag, the read operation fails and returns -1.
To resolve this, add the WDT_CONTROL feature to AST1030's feature set
so that FMC_WDT2 can be correctly accessed by firmware.
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Fixes:
|
3 months ago | |
|---|---|---|
| .. | ||
| Kconfig | 1 year ago | |
| allwinner-a10-spi.c | 7 months ago | |
| aspeed_smc.c | 3 months ago | |
| bcm2835_spi.c | 7 months ago | |
| ibex_spi_host.c | 7 months ago | |
| imx_spi.c | 7 months ago | |
| meson.build | 1 year ago | |
| mss-spi.c | 7 months ago | |
| npcm7xx_fiu.c | 7 months ago | |
| npcm_pspi.c | 7 months ago | |
| pl022.c | 7 months ago | |
| pnv_spi.c | 7 months ago | |
| sifive_spi.c | 7 months ago | |
| ssi.c | 7 months ago | |
| stm32f2xx_spi.c | 7 months ago | |
| trace-events | 1 year ago | |
| trace.h | ||
| xilinx_spi.c | 7 months ago | |
| xilinx_spips.c | 7 months ago | |
| xlnx-versal-ospi.c | 7 months ago | |