From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (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 4D19F21A0480F for ; Wed, 5 Apr 2017 08:08:55 -0700 (PDT) Received: by mail-it0-x229.google.com with SMTP id y18so10280893itc.1 for ; Wed, 05 Apr 2017 08:08:55 -0700 (PDT) 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=kf0XEcQfI2uK0HLNS6yGDHjtffr/15wO1zxDnbnT31I=; b=Q/Ws8BRUKyE01XxFhggLGEveyNIFwgayTxcqyx5HpHJ02KsjVShyO67x8DX0nMrTnd YFKG5OFDL8zOZP1Kh/Yd3GbL3Y9C+wa2aaVYtdYjAFMsBJ/5l/5So6mBrf3aFHKf4ZSQ osbpM2Wnp+nWo9omUJcXI8a/jEMDD4ykE9ZCE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=kf0XEcQfI2uK0HLNS6yGDHjtffr/15wO1zxDnbnT31I=; b=bJ0xxQwpeVLjI1833oVWBGIIElLysTyQdqosKxiRrKVrUa9N/RGqFbcn+YKA2kjslI k8VYMPSJTWYgwaXU92bZrKDjrh11+IUsmtZ35I36l0yeeYhad0FXhheijyy8614idPxk NbhGX05fsCD/5KoSOxqWamaRbSCvTOwEm/t8FrM5kCxd1S1SMti7BrNH5dlVn1wxtGy+ 0PzNNDeZl89ayqGxl0FHFwMfwZNIxwHLvXYOKKtP8cvmoIah7JBNt39AklCIndp4xYMa yGKmQeVczht9Fgnh0A3m21vI+ClHfx1mI9RXofSvn1X4H7W0gBNijt28p4hgIQ5V6JH5 S5pg== X-Gm-Message-State: AFeK/H1WMXKlWlbH5TnVA0kHnUr5ydUCBs/PThIb4zjyD6Q/cPQfXFb/ cyJdb6IGhkW3/OsX2l+LL1EphvyoE3Lr X-Received: by 10.36.87.140 with SMTP id u134mr782188ita.1.1491404934630; Wed, 05 Apr 2017 08:08:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.10.27 with HTTP; Wed, 5 Apr 2017 08:08:54 -0700 (PDT) In-Reply-To: References: <20170405140055.28937-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Wed, 5 Apr 2017 16:08:54 +0100 Message-ID: To: Ryan Harkin Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH v4 0/4] Juno cleanup -- OpenPlatformPkg edition 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, 05 Apr 2017 15:08:55 -0000 Content-Type: text/plain; charset=UTF-8 On 5 April 2017 at 15:11, Ard Biesheuvel wrote: > On 5 April 2017 at 15:10, Ryan Harkin wrote: >> On 5 April 2017 at 15:00, Ard Biesheuvel wrote: >>> Counterpart to the EDK2 series switching Juno to the generic non-discoverable >>> device driver and generic PCI host bridge driver. >>> >>> v4: fixed a number of non-functional issues -- include ordering, incorrect >>> BASE_NAME, commit log clarifications >>> add RBs and TBs >> >> I don't see my TBs in there, is gmail messing me about or are they not there? >> > > That appears to be caused by poor git send-email skills on my part, > unfortunately. I added the locally, though, so I will include them > when merging. > OK all pushed now (including you Tested-by's) Thanks! Ard.