On 01/11/2022 23.29, Philippe Mathieu-Daudé wrote:
Adds missing functionality to e500plat machine which increases the
chance of given "real" firmware images to access SD cards.
Signed-off-by: Bernhard Beschow <shen...@gmail.com>
Message-Id: <20221018210146.193159-8-shen...@gmail.com>
[PMD: Simplify using create_unimplemented_device("esdhc")]
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Hi!
I recently noticed that the QEMU advent calendar 2018 day 19 image
(https://www.qemu-advent-calendar.org/2018/download/day19.tar.xz) is
flooding the console with "mmc0: Internal clock never stabilised" messages
when it's started like this:
/qemu-system-ppc64 -vga none -nographic -monitor none -M ppce500 -cpu
e5500 -kernel ../day19/uImage
This was not the case when I assembled the image in 2018. I bisected the
problem and apparently this patch here is causing the problem. Do you know
whether there is a way to fix this again?
Thanks,
Thomas