From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2248C210E1293 for ; Thu, 5 Jul 2018 05:07:27 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6E9B681A4EAA; Thu, 5 Jul 2018 12:07:26 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-21.rdu2.redhat.com [10.10.120.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id 03B091121301; Thu, 5 Jul 2018 12:07:25 +0000 (UTC) To: "Ni, Ruiyu" , edk2-devel@lists.01.org References: <20180704015057.35908-1-ruiyu.ni@intel.com> From: Laszlo Ersek Message-ID: Date: Thu, 5 Jul 2018 14:07:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Thu, 05 Jul 2018 12:07:26 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Thu, 05 Jul 2018 12:07:26 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: Re: [PATCH v4 0/9] Add platform hook for ultimate boot failure. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2018 12:07:27 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 07/04/18 03:55, Ni, Ruiyu wrote: > On 7/4/2018 9:50 AM, Ruiyu Ni wrote: >> v4: >>    1. adds missing PlatformBootManagerLib instances modification for >>       platform ArmPkg and ArmVirtPkg. >>    2. Remove single quote in #1/9 >>    3. Wrap the long comments in #3/9 >> >> Ruiyu Ni (9): >>    MdeModulePkg/PlatformBootManager: Add PlatformBootManagerUnableToBoot >>    CorebootPayload/PlatformBDS: Impl PlatformBootManagerUnableToBoot >>    OvmfPkg/PlatformBds: Implement PlatformBootManagerUnableToBoot >>    Nt32Pkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot >>    QuarkPlatform/PlatformBDS: Implement PlatformBootManagerUnableToBoot >>    ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot >>    ArmVirtPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot >>    MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging" >>    MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot() >> >>   ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 18 ++++++- >>   .../Library/PlatformBootManagerLib/PlatformBm.c    | 62 >> +++++++++++++++++++++- >>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++- >>   .../Include/Library/PlatformBootManagerLib.h       | 13 +++++ >>   .../PlatformBootManager.c                          | 19 ++++++- >>   MdeModulePkg/Universal/BdsDxe/BdsEntry.c           | 61 >> ++------------------- >>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++- >>   .../Library/PlatformBootManagerLib/BdsPlatform.c   | 61 >> ++++++++++++++++++++- >>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++- >>   9 files changed, 228 insertions(+), 63 deletions(-) >> > I will take leave for 1.5 weeks and will not be back until next.next > Monday. > Because there are still some internal platform codes that need > PlatformBootManagerLib modifications which I will make after I am back, > the open source check-ins will be deferred after the internal > modification is done. > Makes sense. Thanks! Laszlo