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:c06::242; helo=mail-io0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::242]) (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 18E7D2194BB23 for ; Fri, 1 Dec 2017 09:48:27 -0800 (PST) Received: by mail-io0-x242.google.com with SMTP id h12so12099442iof.6 for ; Fri, 01 Dec 2017 09:52:54 -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=GKgMVjOeMU89D3gtNU3jxY0FwYAOB7VH6m89ezw+WU4=; b=CH5CikRqV7+lu6ZqIYgF15O/FeZ0XFCa9kVproPy9FRGMl8I+SZ/c6d4HmPeMDxnSW pWiHn4ZYt04TChB9gbtuwbvvMcd6yOpSZuR2S4+GZ83VJ6a6DuP2N1eklkHTe5nCieYa hNfLdvxpLkoiuvv+Fi8lPAjJpgvx3W2XUcpwE= 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=GKgMVjOeMU89D3gtNU3jxY0FwYAOB7VH6m89ezw+WU4=; b=VLi1ZUyNnCeNT65m5tNI9LtWVagutTnXP7VNytcrf5nuZ9DG602MALXQvKFRPtDga9 y3S48eK9VCQDrmYooo2juq0S1VCO/qMvVswN6ZL0tR8aCZB1K8DPOqLrDJlWviTB+F6I YZlzEvrY2STZGa3+C7t3rxfu9t+y6veTW6C882SMZ0Q/QmcJ3WupWfrXJxroKg10a++N 3eu+4SzfPI76IGw61W1ucfa9cCskkl+TU4TwmAm3yvEUg8BTZ9xLEmt+XzX5Zw7ybIQS 1/D5SfR5MIZdh7/Sn2PWsVxCwgD3X+6l48KCDJC3Dltx6na8CqhtyXhZUxkL4dSebwPi sj3w== X-Gm-Message-State: AJaThX7bFPrj/20qmAQR1x/XR8x6PPjVH7IUVoOxnJ0uwUdjMuAPzpv0 YTGxNTttcpLkzUzOgkS/miLmwMAQZYCL1Ox3+KiqfEH77g4= X-Google-Smtp-Source: AGs4zMb4uQRDgsyhgLdUw+CREcnrm5wN2KVOfj8ZhuaHcEc7+yyiVSKL9j+r7nWr+mpeFEWLPhiZD24w9AKd1HAu62Q= X-Received: by 10.107.59.85 with SMTP id i82mr13217552ioa.253.1512150774069; Fri, 01 Dec 2017 09:52:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Fri, 1 Dec 2017 09:52:53 -0800 (PST) In-Reply-To: <20171201125951.efmavq6olsxsawa7@bivouac.eciton.net> References: <20171130185828.21277-1-ard.biesheuvel@linaro.org> <20171201125951.efmavq6olsxsawa7@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 1 Dec 2017 17:52:53 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Pipat Methavanitpong Subject: Re: [PATCH edk2-platforms] Silicon/Fip006Dxe: map NOR_FLASH_INFO FSR flag with instance flag 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: Fri, 01 Dec 2017 17:48:28 -0000 Content-Type: text/plain; charset="UTF-8" On 1 December 2017 at 12:59, Leif Lindholm wrote: > On Thu, Nov 30, 2017 at 06:58:28PM +0000, Ard Biesheuvel wrote: >> From: Pipat Methavanitpong >> >> Now that we incorporated NorFlashInfoLib into the Fip006Dxe driver, >> replace the code that explicitly enables flag status register polling >> for Micron NOR flash with a test of the flags field provided by >> NorFlashInfoLib, which carries the same information. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Pipat Methavanitpong >> Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Thanks. Pushed as bfde902ae7bf