From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::233; helo=mail-it0-x233.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (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 5195420954CC8 for ; Tue, 6 Mar 2018 03:04:39 -0800 (PST) Received: by mail-it0-x233.google.com with SMTP id k79so14277526ita.2 for ; Tue, 06 Mar 2018 03:10:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=hI4PSd5hKPA5mINPDZbB7Kv2P3Z4JhoDRVHUdI/hVu0=; b=I2AphJSpztFjYDqWYw9jORkSz0y1jHQOTulxjmx1wvjCrjt8cAGS8hn1Axn18Gseky z0CcU8gHI9pnQdWcdTYADFn3zLgWDAjSsKabrsk9fTwUEe8cacgI9OroStl9OdKYSSTV Rpu3F//uz3v6JH+aFcEmxNvcPQs60QCRdmCJ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=hI4PSd5hKPA5mINPDZbB7Kv2P3Z4JhoDRVHUdI/hVu0=; b=N/Fl3nXgWoNLZJ4zhLUJ9E11wPoQhX43N/RMwewT97KFxPIB4ePW7n/xNYA3BrSTnM qm5wLKBy5LdLF3Alxe/iXq0IPrg4ge0NxEUQaU1zGwXQ84M5MfznZ+GKyXIVhH42Soxc i1pSNal9EahwLtaeHtujATIYxgsPcVsj1WAFd5pCmw7L/3r3FDGX+zgrJ/nSVyrb64Pj rlsIN5edBKcFkVCebdGutXYQtKz++jSj5u61dzn5G4P6/lcprXLwnfPyDhyO2SKMwJ1T lXWfQBH97GYYyLQsdjg5y0H+Uz24SFg+kiQOz3xFtvwo/4vAXCyeZLpa7QsDV5aBR3Wp QcSg== X-Gm-Message-State: AElRT7Egvvy19A4lZRIT6t2w5aviJxVvrUXDaFPGxfSelMaW/UVxeDpJ 3JQ0MX1+L9CUNQGL+3CWJfbS+P1nMlGCLqKdIhk7iQ== X-Google-Smtp-Source: AG47ELtQYAK7oGqAhek3LkIwSGYOXfDcSq4c52El6nXM4yZPcRSXZWT5KtNi3GRo+llG3/jcWIvf8kFsJEnqInwsbb0= X-Received: by 10.36.217.22 with SMTP id p22mr17582988itg.106.1520334652313; Tue, 06 Mar 2018 03:10:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.138.209 with HTTP; Tue, 6 Mar 2018 03:10:51 -0800 (PST) In-Reply-To: References: <20171207224322.20362-1-ard.biesheuvel@linaro.org> <0C09AFA07DD0434D9E2A0C6AEB0483103BA1996C@shsmsx102.ccr.corp.intel.com> From: Ard Biesheuvel Date: Tue, 6 Mar 2018 11:10:51 +0000 Message-ID: To: Meenakshi Aggarwal Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH v4 0/2] quirks handling for SDHCI controllers X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 11:04:39 -0000 Content-Type: text/plain; charset="UTF-8" On 6 March 2018 at 05:14, Meenakshi Aggarwal wrote: > Hi, > > I am using Mmc Driver implemented in " EmbeddedPkg/Universal/MmcDxe/" for my SD/MMC controller and my controller is not on PCI bus. > > I am a bit confused if i should move to SD implementation available in 'MdeModulePkg\Bus\Pci\SdMmcPciHcDxe". > > Please suggest. > It really depends on whether the IP is SDHCI compatible or not.