On Tue, Nov 1, 2022 at 11:29 PM Philippe Mathieu-Daudé <[email protected]> wrote:
> This is a respin of Bernhard's v4 with Freescale eSDHC implemented > as an 'UNIMP' region. See v4 cover here: > > https://lore.kernel.org/qemu-devel/[email protected]/ > > Since v5: > - Rebased (ppc-next merged) > - Properly handle big-endian > Tested-by: Bernhard Beschow <[email protected]> Reviewed-by: Bernhard Beschow <[email protected]> > Since v4: > - Do not rename ESDHC_* definitions to USDHC_* > - Do not modify SDHCIState structure > > Supersedes: <[email protected]> > > Philippe Mathieu-Daudé (3): > hw/sd/sdhci: MMIO region is implemented in 32-bit accesses > hw/sd/sdhci: Support big endian SD host controller interfaces > hw/ppc/e500: Add Freescale eSDHC to e500plat > > docs/system/ppc/ppce500.rst | 13 ++++++++++ > hw/ppc/Kconfig | 2 ++ > hw/ppc/e500.c | 48 ++++++++++++++++++++++++++++++++++++- > hw/ppc/e500.h | 1 + > hw/ppc/e500plat.c | 1 + > hw/sd/sdhci-internal.h | 1 + > hw/sd/sdhci.c | 36 +++++++++++++++++++++++++--- > include/hw/sd/sdhci.h | 1 + > 8 files changed, 99 insertions(+), 4 deletions(-) > > -- > 2.38.1 > >
