From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 02F5681D3E for ; Wed, 2 Nov 2016 08:42:33 -0700 (PDT) Received: by mail-wm0-x231.google.com with SMTP id a197so148919807wmd.0 for ; Wed, 02 Nov 2016 08:42:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=kL/V56UmKRykoF3KkJ0SgP/bvSp/eU9eQOp9kiBvIm4=; b=PLoo2ClvrI6i1U42ShD4BVSKWTaFjvDO7vRGmY24GNmgJXJOGIDtRNNbQkTzJd3lxs kFEUuNfb2V/+60h+ZjbeYptuoqnGwdOkdkmtSU57IeopHJ82akzAcQX2pmatE+GGrOae imbENCRM3V34FaQeBC2NkZT2F2FMT6NA5LyOo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=kL/V56UmKRykoF3KkJ0SgP/bvSp/eU9eQOp9kiBvIm4=; b=Ou6N+HWnDFDDvk0gmAPZ3P0IX+Th7VV8dJ1aXxkaCCVxNTqd6JPFyIMn64o6S2DhQN ZYMrizgpceuMunr6sjFRezU5VbYj3OrLTZ5/mmLsniOZg0EsgnP+YwMb1JlyPNF3RZ/g bId3vWqXK0edqiJSZ3E+6Axar6mLC/DR0JR2o270eVgJ1vMb9EHNfkxfenNNyiTBHRnA 46tJOOOfGNOkJKKtq4DZpkW3CTENxp42P0DJjGb6AqcMI7oFg79K9PF97XOgbw/Sny56 TNKsIStFSiuQPEINNuws3BNeCVInaItPyLLaaqaZu3goLFIBxX9RiiFd7VZypVHZ/YK4 X9Pw== X-Gm-Message-State: ABUngvf079Ylz/OAxMrMZQ2dTfIaogX7z83sZ0E7a9A6pCwXxxkCUk51ww6x3ljRek6p51v6 X-Received: by 10.194.29.161 with SMTP id l1mr3463525wjh.97.1478101352633; Wed, 02 Nov 2016 08:42:32 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id c4sm3934440wmh.4.2016.11.02.08.42.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Nov 2016 08:42:31 -0700 (PDT) Date: Wed, 2 Nov 2016 15:42:30 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel-01 , "haojian.zhuang@linaro.org" Message-ID: <20161102154230.GB27644@bivouac.eciton.net> References: <1477937590-10361-1-git-send-email-ard.biesheuvel@linaro.org> <1477937590-10361-2-git-send-email-ard.biesheuvel@linaro.org> <20161101215422.GM1161@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH 1/5] EmbeddedPkg: introduce platform PCI I/O protocol X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 15:42:33 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 02, 2016 at 01:29:06PM +0000, Ard Biesheuvel wrote: > >> +// > >> +// Data Types > >> +// > >> +typedef enum { > >> + PlatformPciIoDeviceOhci, > >> + PlatformPciIoDeviceUhci, > >> + PlatformPciIoDeviceEhci, > >> + PlatformPciIoDeviceXhci, > >> + PlatformPciIoDeviceAhci, > > > > SdMmc and Ufs? > > > > Indeed. I have added both: SDHCI works in QEMU but I can't really test UFS. Haojian - are you able to help out with testing UFS? Regards, Leif