From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 0272081D57 for ; Tue, 8 Nov 2016 16:13:47 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP; 08 Nov 2016 16:13:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,611,1473145200"; d="scan'208";a="29164660" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by orsmga004.jf.intel.com with ESMTP; 08 Nov 2016 16:13:50 -0800 Received: from orsmsx111.amr.corp.intel.com (10.22.240.12) by ORSMSX109.amr.corp.intel.com (10.22.240.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Nov 2016 16:13:50 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.250]) by ORSMSX111.amr.corp.intel.com ([169.254.12.31]) with mapi id 14.03.0248.002; Tue, 8 Nov 2016 16:13:50 -0800 From: "Ma, Maurice" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Agyeman, Prince" Thread-Topic: [PATCH v2 7/9] CorebootPayload/PlatformBds: Dispatch deferred images after EndOfDxe Thread-Index: AQHSObvSHd2Rbu2hQ0eKFIjTBraqK6DPyDsw Date: Wed, 9 Nov 2016 00:13:49 +0000 Message-ID: <7AAC936950815649B5F88FAE785306C28417F695@ORSMSX113.amr.corp.intel.com> References: <20161108122928.53984-1-ruiyu.ni@intel.com> <20161108122928.53984-8-ruiyu.ni@intel.com> In-Reply-To: <20161108122928.53984-8-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTVkYzBmMjQtZDYxNC00Mzg4LTg4ZTQtMTYxMjU2YWVhMjY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJEQUQ4VlEyVWw0RVFjVjRGQVNieWo4TkhWOHk4eFwvNWRKV1gxU0Y2R1RNdz0ifQ== x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [PATCH v2 7/9] CorebootPayload/PlatformBds: Dispatch deferred images after EndOfDxe X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2016 00:13:48 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Maurice Ma -----Original Message----- From: Ni, Ruiyu=20 Sent: Tuesday, November 08, 2016 4:29 AM To: edk2-devel@lists.01.org Cc: Ma, Maurice ; Agyeman, Prince Subject: [PATCH v2 7/9] CorebootPayload/PlatformBds: Dispatch deferred imag= es after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Maurice Ma Cc: Prince Agyeman --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 5 += ++++ 1 file changed, 5 insertions(+) diff --git a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBoot= Manager.c b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootM= anager.c index 5cb26e6..56be30f 100644 --- a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager= .c +++ b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager= .c @@ -214,6 +214,11 @@ PlatformBootManagerBeforeConsole ( // This needs to be done before option rom dispatched. // InstallReadyToLock (); + + // + // Dispatch deferred images after EndOfDxe event and ReadyToLock install= ation. + // + EfiBootManagerDispatchDeferredImages (); } =20 /** --=20 2.9.0.windows.1