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:c0c::231; helo=mail-wr0-x231.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::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 E182A21CEB121 for ; Thu, 26 Oct 2017 08:34:50 -0700 (PDT) Received: by mail-wr0-x231.google.com with SMTP id w105so3619593wrc.0 for ; Thu, 26 Oct 2017 08:38:36 -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=tEcnM3aCGUz9aZC9F1zMhIX0j5VQQWKB10R6/cKe5DY=; b=V9umERKr0YZdnftbGzjn4R96UcqtckHRL1haMRB2qjcXjl+nNXCHOqmOpsVshmnioG qXMiagGDnVlhlSpfCLOhGepyzNfpcrzZ4tA5/JrPXQ/K4FNdDP+Nvux8t/o3VV131QdI mSUcUj1JF1dbTRFWZqasbNXMqzyJNIYh/PJs0= 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=tEcnM3aCGUz9aZC9F1zMhIX0j5VQQWKB10R6/cKe5DY=; b=laCmfV3Xi4gZc5jGiINnSy40jSAxxGK3Mdaj6auOnX8Q9wd9G+F7ZS7P5bizYTDdMh lGawQKZXgEikuXCRByW1Cl10TGj9jhiuyCd4YgCgVVdQYfrycqcFOjyfXIw/EFiLEkKw pTvdiwG85L9w6IgG+uTHgyalRh14OMzuuPU4Bct3S8JdsXsTRuepgH2h2Vxdzj4K443j lyZ9wf01OPQJ0sS1Z4Obc1GX65RFD+Cu0qBlg0XxS0ZjC16wT0Ec5ezzATT92eGoBbN9 pOkN6JiuNZZNk2SwZrudC2BHdkfyf9oDLSBmn9QmjmBbYulUxBHFzeWDIkz586S6x76g cFRQ== X-Gm-Message-State: AMCzsaWCOrmX91+xo2OZIabPMxbNtExIjg/LrMBtqLG123VlXNCyjnHr eT5UNrfP5lQ/O0wNPdBzFZQ57g== X-Google-Smtp-Source: ABhQp+SfeFjb6puNwZxBfe5X4UO7wQILkCxHD+GL5P968HDm0xx86abFZ3+tIjODeKU81VUkcsLPyw== X-Received: by 10.223.134.157 with SMTP id 29mr5432348wrx.72.1509032315575; Thu, 26 Oct 2017 08:38:35 -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 x75sm2033006wme.29.2017.10.26.08.38.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Oct 2017 08:38:34 -0700 (PDT) Date: Thu, 26 Oct 2017 16:38:32 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, daniel.thompson@linaro.org, masami.hiramatsu@linaro.org Message-ID: <20171026153832.cb742vrzkj7eeq2s@bivouac.eciton.net> References: <20171025175947.22798-1-ard.biesheuvel@linaro.org> <20171025175947.22798-9-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171025175947.22798-9-ard.biesheuvel@linaro.org> 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 15:34:51 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 25, 2017 at 06:59:32PM +0100, Ard Biesheuvel wrote: > Wire up the various drivers and libraries for the SynQuacerEvalBoard > platform. Also enable the usual PCI suspects: XHCI, SATA and NVME, > and the various bus, partition and file system drivers that we need > to make use of PCIe devices. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Comments unaddressed from v1: - If you're folding ChaosKey driver in here (as you are) it deserves a mention in the commit message. - Is there a good reason for leaving out Uhci/Ehci? / Leif