From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: zhiguang.liu@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Sun, 05 May 2019 19:06:46 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 May 2019 19:06:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,435,1549958400"; d="scan'208";a="344045898" Received: from fieedk002.ccr.corp.intel.com ([10.239.157.133]) by fmsmga006.fm.intel.com with ESMTP; 05 May 2019 19:06:43 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni Subject: [Patch V2 0/2] EmulatorPkg: fix boot order bugs Date: Mon, 6 May 2019 10:06:16 +0800 Message-Id: <20190506020618.12032-1-zhiguang.liu@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit this series will fix boot order bugs and make shell be the first by default. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Zhiguang Liu (2): EmulatorPkg: Save the modified order after rebooting EmulatorPkg: Make the shell be the first boot option EmulatorPkg/EmulatorPkg.fdf | 1 + EmulatorPkg/Library/PlatformBmLib/PlatformBm.c | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) -- 2.21.0.windows.1