From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 D970C210F2574 for ; Mon, 2 Jul 2018 23:37:32 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2018 23:37:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,302,1526367600"; d="scan'208";a="69207075" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.4]) by fmsmga001.fm.intel.com with ESMTP; 02 Jul 2018 23:37:21 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Tue, 3 Jul 2018 14:37:36 +0800 Message-Id: <20180703063743.373172-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.16.1.windows.1 Subject: [PATCH v3 0/7] 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: Tue, 03 Jul 2018 06:37:33 -0000 Ruiyu Ni (7): MdeModulePkg/PlatformBootManager: Add PlatformBootManagerUnableToBoot CorebootPayload/PlatformBDS: Impl PlatformBootManagerUnableToBoot OvmfPkg/PlatformBds: Implement PlatformBootManagerUnableToBoot Nt32Pkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot QuarkPlatform/PlatformBDS: Implement PlatformBootManagerUnableToBoot MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging" MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot() .../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 ++++++- 7 files changed, 150 insertions(+), 61 deletions(-) -- 2.16.1.windows.1