From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 1BA9B21E0C31F for ; Thu, 27 Jul 2017 07:54:59 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2017 07:57:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,419,1496127600"; d="scan'208";a="997854627" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 27 Jul 2017 07:57:02 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Jul 2017 07:57:02 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.94]) with mapi id 14.03.0319.002; Thu, 27 Jul 2017 22:56:59 +0800 From: "Gao, Liming" To: Zach Smith , "edk2-devel@lists.01.org" Thread-Topic: [edk2] Disable BIOS menu or set password EDK2 Thread-Index: AQHTBij/sA+OA2+eK0qljshhPcap2KJnw2mQ Date: Thu, 27 Jul 2017 14:56:58 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75CBAD@shsmsx102.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: Disable BIOS menu or set password EDK2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 14:54:59 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Zach: UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp i= s for BIOS menu. To remove UiApp can disable BIOS menu.=20 On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides the= real implementation for Opal supported devices.. You can refer to it for y= our implementation.=20 Thanks Liming > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Za= ch Smith > Sent: Thursday, July 27, 2017 12:05 AM > To: edk2-devel@lists.01.org > Subject: [edk2] Disable BIOS menu or set password EDK2 >=20 > I am trying to remove the ability to use the BIOS-like menu on my > minnowboard, which is running EDK2 firmware: >=20 > https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 >=20 > However I have been unable to locate anywhere that I can turn this > capability off. Is there a way to do this? >=20 > Failing this, I would like to be able to set a BIOS password, and by goin= g > to BIOS > Device Manager > System Setup > Security Configuration, I see t= he > option to "Setup Administrator Password", but setting this password does > not seem to do anything, and I see no option to enable the usage of the > password. > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel