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::22a; helo=mail-wr0-x22a.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (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 EA50121CEB13F for ; Tue, 31 Oct 2017 21:54:08 -0700 (PDT) Received: by mail-wr0-x22a.google.com with SMTP id z55so950039wrz.1 for ; Tue, 31 Oct 2017 21:58:01 -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=D6jZkvF0OlvTFMn257nwT11UtI/utAOs/xHG3TI7FuM=; b=WmpVLjE6ztkdJ1z3cHqz6msCoZQItvrdFyoNY1CrbaJoLwess2ZRE6WrU54CZqtBoQ yWnc15DxicpHHN5674RrVFa+zHmrEBC+r2tLXnGFUSy3VCqbNYLjtVilVj0lK4TcYDHw 4Djfai0Cf8NSF5Dd82LQIhiNMUTDqFDkE+wpk= 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=D6jZkvF0OlvTFMn257nwT11UtI/utAOs/xHG3TI7FuM=; b=evvGj7lqJj19GMjw5nB1O9eHYigDD4tQ8GGh6BHuymxNdHGz+mtBdiwiyv9LmZ/JDT bjZlSZcwOHDjEJNTDpbqDpqnTGSVO2+o+jaQOHubYFRNogkCdC2y/ftZucteXqr2erY4 XwZQxc5fOdKfaH17UgeZI996hXw4n5bjMhoJmTYY1BvSk7gfzMIrmoaxalYQNn6UXow/ 53ZTZFP8N24T0CyZN5pnva/1i+v6jgS1vVMDXGUCnPG3SqNN0uFlhRb7p/NwFf7wIFqg iLPZCtecK80cJVSLe5Q1C8zULQM6G1N0a1gWQuXfBDqnHvYYIqvO+yXinq1NCvKDLcnr LxcA== X-Gm-Message-State: AMCzsaXwmvAYJCxRSlwFP1ytf+iXx4/ZDX0PC5Rb1SII8uxHEDDL/VrD KVuqhTNyG7OjqtjfaXc4JjDqdw== X-Google-Smtp-Source: ABhQp+RblB7ITXxyaCCX5XIv/WSZKgbqLmZPHUaWxdDpQ37onJiXs2jwE1UAlrVBmk+0bHBa+Y7Jcg== X-Received: by 10.223.165.67 with SMTP id j3mr3464715wrb.271.1509512279903; Tue, 31 Oct 2017 21:57:59 -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 q7sm1638831wrg.97.2017.10.31.21.57.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 31 Oct 2017 21:57:58 -0700 (PDT) Date: Wed, 1 Nov 2017 04:57:57 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, graeme.gregory@linaro.org, daniel.thompson@linaro.org, masami.hiramatsu@linaro.org, methavanitpong.pipat@socionext.com Message-ID: <20171101045757.nqtmhyhdv5xqo7mi@bivouac.eciton.net> References: <20171031105218.30208-1-ard.biesheuvel@linaro.org> <20171031105218.30208-9-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171031105218.30208-9-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v3 08/27] Silicon/SynQuacer: implement PciHostBridgeLib 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: Wed, 01 Nov 2017 04:54:09 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline n Tue, Oct 31, 2017 at 10:51:59AM +0000, Ard Biesheuvel wrote: > Implement the glue library that exposes the PCIe root complexes to > the generic PCI host bridge driver. Since that driver is the first > one to access the PCI config space, put the low level init code for > the RCs into this library's constructor. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm