Message ID | 20240712162719.88165-1-philmd@linaro.org |
---|---|
Headers | show |
Series | hw/sd/sdcard: Add eMMC support | expand |
On 7/12/24 18:27, Philippe Mathieu-Daudé wrote: > Tag to test Aspeed tree: > https://gitlab.com/philmd/qemu/-/tags/aspeed_emmc-v9 Updated aspeed9.1 branch. LGTM. Thanks, C. > > Since v48: > - Dropped "Implement 'boot-mode' reset timing" patch > - Re-introduce Joel "Support boot area in emmc image" patch > - Comment magic CSD values > > Cédric Le Goater (2): > hw/sd/sdcard: Add emmc_cmd_SET_RELATIVE_ADDR handler (CMD3) > hw/sd/sdcard: Fix SET_BLOCK_COUNT command argument on eMMC (CMD23) > > Joel Stanley (1): > hw/sd/sdcard: Support boot area in emmc image > > Luc Michel (1): > hw/sd/sdcard: Implement eMMC sleep state (CMD5) > > Philippe Mathieu-Daudé (5): > hw/sd/sdcard: Basis for eMMC support > hw/sd/sdcard: Register generic command handlers > hw/sd/sdcard: Register unimplemented command handlers > hw/sd/sdcard: Add emmc_cmd_PROGRAM_CID handler (CMD26) > hw/sd/sdcard: Add eMMC 'boot-partition-size' property > > Sai Pavan Boddu (1): > hw/sd/sdcard: Add mmc SWITCH function support (CMD6) > > Vincent Palatin (1): > hw/sd/sdcard: Add emmc_cmd_SEND_EXT_CSD handler (CMD8) > > include/hw/sd/sd.h | 3 + > hw/sd/sd.c | 385 ++++++++++++++++++++++++++++++++++++++++++++- > hw/sd/trace-events | 2 + > 3 files changed, 384 insertions(+), 6 deletions(-) >
Series queued, thanks.