From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::232; helo=mail-wm0-x232.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 6BFCA2035261E for ; Thu, 26 Oct 2017 14:45:30 -0700 (PDT) Received: by mail-wm0-x232.google.com with SMTP id b189so149392wmd.4 for ; Thu, 26 Oct 2017 14:49:16 -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=vgymppDBjtto0WPyrE1h1QHWNUdiktQ3DU1QtDGFTTk=; b=KOO4oB6qxTJKFIHTtWBvuKz1QoVNJBz1hlQ1M5JFic7hWmuNrwAEtfHrLEHxBfktv/ n7QCb7vXkb2VMo5g7TBOuR/4n7FWfTQKllRshEdMzybcos29Ie7Xb0PXIKFmOQhijMMA Kk9WRKP/uAWsR3rn+IFOR83ViTTM+8H1Q2O3Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=vgymppDBjtto0WPyrE1h1QHWNUdiktQ3DU1QtDGFTTk=; b=IWh9G31KrD5KPWiP3un7hEpgVcODpvVsyjAxb91xkx9i2gt7jCvZb6zxHWqu2f0mYD /ShgLy06XE1o7GN2FHQBe88y9vh3H87bdK1X7wE8mQgQBSGnw5naqT/kTS/cC+OrziX7 vznVtzOh9McfxQC7v3Zi6BeUhepA9LqFr1j8CVpfkt0n4eGQ9RBLJoqOOwdWW7R7AUMe M7GRxw7lUZ+WJzRiyLyo9YWJJGjQgw+iSj4E+JDOgKr7cSyuidpBGYpni43qJ95UEPsB r8b5nOGRhmZKm3djEZeQ0tniSvLz1fEtQdigjDQFTG+Eu8Ff8m+W/DLYsI/tcRaBLMwL KzsA== X-Gm-Message-State: AMCzsaWPq2R3+2H8wB4uDdzGMqxsQ7sz3DTD5eRygj+7AnNfMQQ4pDsW 7ZRXswhLVc1ns5SluRs/UdK74g== X-Google-Smtp-Source: ABhQp+ShXUELXxk9tx/NhQRF5NNbai0NiAjQDIxrQjZrv7bxXw/K7hWSyJawee9n4h83fGl8WFzuaA== X-Received: by 10.28.114.17 with SMTP id n17mr216637wmc.57.1509054555419; Thu, 26 Oct 2017 14:49:15 -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 61sm4919435wrg.58.2017.10.26.14.49.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Oct 2017 14:49:14 -0700 (PDT) Date: Thu, 26 Oct 2017 22:49:12 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" , Daniel Thompson , Masami Hiramatsu Message-ID: <20171026214912.7ybpwnoy5fd5lwmn@bivouac.eciton.net> References: <20171025175947.22798-1-ard.biesheuvel@linaro.org> <20171025175947.22798-9-ard.biesheuvel@linaro.org> <20171026153832.cb742vrzkj7eeq2s@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 08/23] Platform/SynQuacerEvalBoard: add PCI support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 21:45:30 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 26, 2017 at 04:41:07PM +0100, Ard Biesheuvel wrote: > > - Is there a good reason for leaving out Uhci/Ehci? > > No not really, other than the fact that nobody is every likely to use > it (although I suppose you could put a UHCI PCI card into a PCIe to > PCI bridge) Well, more likely a cheapo UHCI/EHCI chip to PCI->PCIe bridge bundled together on a card. I've lent you a real card more messed up than that. > I will add them. Thanks. / Leif