Am 15. Januar 2025 12:55:29 UTC schrieb Michael Tokarev <m...@tls.msk.ru>: >11.01.2025 21:36, Bernhard Beschow wrote: >> In U-Boot, the fsl_esdhc[_imx] driver waits for both "transmit completed" and >> "DMA" bits in esdhc_send_cmd_common() by means of DATA_COMPLETE constant. >> QEMU >> currently misses to set the DMA bit which causes the driver to loop forever. >> Fix >> that by setting the DMA bit if enabled when doing DMA block transfers. >> >> Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> >> Signed-off-by: Bernhard Beschow <shen...@gmail.com> > >Is this a qemu-stable material? Good question. Given that this part of the code has some further issues [1] I'd rather not alter stable behavior because we might just trade one bug for another. Best regards, Bernhard [1] <https://lore.kernel.org/qemu-devel/4b846383-83bf-4252-a172-95604f2f5...@linaro.org/> > >Thanks, > >/mjt
- [PATCH v2 09/13] hw/timer/imx_gpt: Remove unused d... Bernhard Beschow
- [PATCH v2 05/13] hw/gpio/imx_gpio: Don't clear inp... Bernhard Beschow
- [PATCH v2 11/13] hw/i2c/imx_i2c: Convert DPRINTF()... Bernhard Beschow
- Re: [PATCH v2 11/13] hw/i2c/imx_i2c: Convert ... Corey Minyard
- [PATCH v2 12/13] hw/misc/imx6_src: Convert DPRINTF... Bernhard Beschow
- [PATCH v2 08/13] hw/char/imx_serial: Turn some DPR... Bernhard Beschow
- [PATCH v2 04/13] hw/pci-host/designware: Expose MS... Bernhard Beschow
- [PATCH v2 10/13] tests/qtest/libqos: Reuse TYPE_IM... Bernhard Beschow
- [PATCH v2 01/13] hw/sd/sdhci: Set SDHC_NIS_DMA bit... Bernhard Beschow
- Re: [PATCH v2 01/13] hw/sd/sdhci: Set SDHC_NI... Michael Tokarev
- Re: [PATCH v2 01/13] hw/sd/sdhci: Set SDH... Bernhard Beschow
- Re: [PATCH v2 01/13] hw/sd/sdhci: Set... Michael Tokarev
- [PATCH v2 07/13] hw/sd/sd: Allow for inverting pol... Bernhard Beschow
- Re: [PATCH v2 07/13] hw/sd/sd: Allow for inve... Philippe Mathieu-Daudé
- Re: [PATCH v2 07/13] hw/sd/sd: Allow for ... Bernhard Beschow
- [PATCH v2 06/13] hw/sd/sd: Remove legacy sd_set_cb... Bernhard Beschow
- Re: [PATCH v2 00/13] i.MX and SDHCI improvements Bernhard Beschow