From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4075421D491AB for ; Thu, 27 Jul 2017 09:12:18 -0700 (PDT) Received: by mail-qk0-x235.google.com with SMTP id z18so24538236qka.4 for ; Thu, 27 Jul 2017 09:14:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=efO6kHgL+f8PDlOrsOjLcw3sfhFjbcD/bhWcyqmusgg=; b=TqDlOaZYxfoFxjCHqU1NpEMtJPIiPPqxDEDHzfBM5ZveGxZNEbeW42mQqZPYhaxKC9 GWzwoEySm4lrpRiAFIDBXHv4SZehBw7exu1oXJ+hDw+gwyKhHbyEpzRV8KlAmtf0hlUG WL438sMJkpEafzTMpIZqNB3aOFvMqt7Fv8H+L2KeRVmavfZ3x0y9ql1ZdXvmiDkxUs7X KLdDmko4TrybyvfNtp2N2ziwSXuFfBVbVRJU/EwESQ9ZXgXj5ERIU4hWrby2QqdNQEp9 awunwz4V5oZ7MGpbi12wF7nq/3K7t0rqMMn3++ddvNIf9FRnJ8Iqa6SGnpX/2PstZhMH 9KqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=efO6kHgL+f8PDlOrsOjLcw3sfhFjbcD/bhWcyqmusgg=; b=nWtb563wYJH5r4kAkfs7IRt7AFScLA4Wg7mr3AW4G4g8T4KibEprpGoJhIqR0MBphP NcKljNkOSW0PUZ7c2swJ235Qk7o4HoKbMxia/eCUwApa3VfSWgmCBjESc/jCYijDpgWT gHBld+6xgWprUif/+72Jc7RLASo0G8HK5LGmrgHP2y5gyg02z++KzLlDFhSCrUsmUWGm n/jBNfo8R1gvcafvSHY2W3Djg0Fa9ujBm0zxJ/J0c87zvmSGl+kBS0yymAK2uSlgcFux cQpjco01r+AbS5ZTzxyCnfltlXGtH7k9PCFxlpqkTB+kW3ecrYFTaDXWLPJR8Gh9qWMT mW6Q== X-Gm-Message-State: AIVw111Mtn1s46j8qaQx88xftVBjs1pjE9NP0+j47JghF/zBqQ7HLD91 PywSFNKB19ukfmlGeZMfNDvJfAk7Kw== X-Received: by 10.55.52.73 with SMTP id b70mr6402654qka.74.1501172061391; Thu, 27 Jul 2017 09:14:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.37.161 with HTTP; Thu, 27 Jul 2017 09:14:20 -0700 (PDT) In-Reply-To: <37F68906-F8D6-450E-A8A8-70ED3ADF01C1@apple.com> References: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75CBAD@shsmsx102.ccr.corp.intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14D75CC4A@shsmsx102.ccr.corp.intel.com> <37F68906-F8D6-450E-A8A8-70ED3ADF01C1@apple.com> From: Zach Smith Date: Thu, 27 Jul 2017 11:14:20 -0500 Message-ID: To: Andrew Fish Cc: "Gao, Liming" , "edk2-devel@lists.01.org" X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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 16:12:18 -0000 Content-Type: text/plain; charset="UTF-8" Andrew, Would that be Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc? I do see the line: $(PLATFORM_PACKAGE)/UiApp/UiApp.inf Thanks, Zach On Thu, Jul 27, 2017 at 11:08 AM, Andrew Fish wrote: > > On Jul 27, 2017, at 8:59 AM, Zach Smith wrote: > > I believe MdeModulePkg UiApp is used, because the following lines appear in > MdeModulePkg.dsc: > > MdeModulePkg/Application/UiApp/UiApp.inf > MdeModulePkg/Universal/BdsDxe/BdsDxe.inf > > However, in IntelFrameworkModulePkg.dsc, there is the line: > > IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf > > So does this mean I can or cannot remove UiApp? Can I simply comment out > the line in MdeModulePkg.dsc? > > > Zack, > > MdpModulePkg.dsc and IntelFrameworkModulePkg.dsc are for package > maintenance, think of them as a makefile that builds everything in package. > A platform would have its own DSC file pulling in the features it needed. > > Thanks, > > Andrew Fish > > > Thanks, > Zach > > > > On Thu, Jul 27, 2017 at 10:49 AM, Gao, Liming > wrote: > > You need to check Platform DSC/FDF to see whether UiApp is used. If > MdeModulePkg BdsDxe and UiApp are used, you can remove UiApp from DSC/FDF. > If IntelFrameworkModulePkg BdsDxe is used, it includes Bds and UiApp both. > It is not easy to disable BIOS menu. > > > > Thanks > > Liming > > *From:* Zach Smith [mailto:zqsmith4926@gmail.com ] > *Sent:* Thursday, July 27, 2017 11:45 PM > *To:* Gao, Liming ; edk2-devel@lists.01.org > *Subject:* Re: [edk2] Disable BIOS menu or set password EDK2 > > > > > Liming, > > > > I believe I found UiApp, but how can I remov it? Can I just remove > Vlv2TbltDevicePkg//UiApp/UiApp.inf? > > > > Thanks, > > > > Zach > > > > On Thu, Jul 27, 2017 at 9:56 AM, Gao, Liming wrote: > > Zach: > UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp > is for BIOS menu. To remove UiApp can disable BIOS menu. > > On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides > the real implementation for Opal supported devices.. You can refer to it > for your implementation. > > Thanks > Liming > > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org > ] On Behalf Of > > Zach Smith > > Sent: Thursday, July 27, 2017 12:05 AM > To: edk2-devel@lists.01.org > Subject: [edk2] Disable BIOS menu or set password EDK2 > > I am trying to remove the ability to use the BIOS-like menu on my > minnowboard, which is running EDK2 firmware: > > https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 > > However I have been unable to locate anywhere that I can turn this > capability off. Is there a way to do this? > > Failing this, I would like to be able to set a BIOS password, and by > > going > > to BIOS > Device Manager > System Setup > Security Configuration, I see > > the > > 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 > > > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel > > >