From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web11.2551.1624417487963061830 for ; Tue, 22 Jun 2021 20:04:48 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: dun.tan@intel.com) IronPort-SDR: 8Gtv6VC13y0PfGzeajUyxJcErOTiznUWsTfuNvCJbhhzcwPBY3MBO6vrwX9EJWvzTgiNvj6fGr SCO8yN4FjJ1Q== X-IronPort-AV: E=McAfee;i="6200,9189,10023"; a="204176833" X-IronPort-AV: E=Sophos;i="5.83,293,1616482800"; d="scan'208";a="204176833" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 20:04:47 -0700 IronPort-SDR: rLbGzkayk/WGGiKT4BV8YPQOq+AZlQ/a5yZrTKSui5Mj1opT7MV4D0W24EgB0dMMAgACkvWPVw LPc8l0x4Gt5w== X-IronPort-AV: E=Sophos;i="5.83,293,1616482800"; d="scan'208";a="556824000" Received: from duntan-mobl.ccr.corp.intel.com ([10.238.1.156]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 20:04:46 -0700 From: "duntan" To: devel@edk2.groups.io Subject: [Patch V2 0/2] Add new structure for BootManagerMenuFile HOB and consume it Date: Wed, 23 Jun 2021 11:04:22 +0800 Message-Id: <20210623030424.2096-1-dun.tan@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add new structure for BootManagerMenuFile HOB Consume the BootManagerMenuFile HOB duntan (2): UefiPayloadPkg: Add new structure for BootManagerMenuFile HOB UefiPayloadPkg: consume the BootManagerMenuFile HOB UefiPayloadPkg/Include/Guid/BootManagerMenu.h | 27 +++++++++++++++++++++++++++ UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 5 ++++- UefiPayloadPkg/UefiPayloadPkg.dec | 3 +++ UefiPayloadPkg/UefiPayloadPkg.dsc | 2 +- 5 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 UefiPayloadPkg/Include/Guid/BootManagerMenu.h -- 2.31.1.windows.1