From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4xiL-00076S-8v for qemu-devel@nongnu.org; Fri, 04 Dec 2015 16:16:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4xiI-00060B-3f for qemu-devel@nongnu.org; Fri, 04 Dec 2015 16:16:25 -0500 Received: from mail-bn1on0141.outbound.protection.outlook.com ([157.56.110.141]:6752 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4xiH-0005zu-Se for qemu-devel@nongnu.org; Fri, 04 Dec 2015 16:16:22 -0500 From: Andrew Baumann Date: Fri, 4 Dec 2015 13:16:07 -0800 Message-ID: <1449263769-2408-1-git-send-email-Andrew.Baumann@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/2] SD emulation fixes for Tianocore EDK2 UEFI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mitsyanko , Peter Maydell , Peter Crosthwaite , Andrew Baumann , Stefan Hajnoczi This series contains two fixes to the SD card emulation that are needed to unblock Tianocore EDK2 UEFI builds (including the bootloader for Windows on Raspberry Pi 2) from booting. (I'm guessing at the CC list here, since this code appears to be unmaintained. Apologies if I guessed wrong!) Cheers, Andrew Andrew Baumann (2): hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility hw/sd: model a power-up delay, as a workaround for an EDK2 bug hw/sd/sd.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 74 insertions(+), 4 deletions(-) -- 2.5.3