From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 A5BCF210EE4E6 for ; Tue, 3 Jul 2018 18:55:14 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2018 18:55:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,306,1526367600"; d="scan'208";a="213233187" Received: from ray-dev.ccr.corp.intel.com (HELO [10.239.9.4]) ([10.239.9.4]) by orsmga004.jf.intel.com with ESMTP; 03 Jul 2018 18:55:13 -0700 To: edk2-devel@lists.01.org References: <20180704015057.35908-1-ruiyu.ni@intel.com> From: "Ni, Ruiyu" Message-ID: Date: Wed, 4 Jul 2018 09:55:37 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180704015057.35908-1-ruiyu.ni@intel.com> 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: Wed, 04 Jul 2018 01:55:14 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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. -- Thanks, Ray