From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (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 A56E221E0C31C for ; Thu, 27 Jul 2017 08:57:53 -0700 (PDT) Received: by mail-qt0-x230.google.com with SMTP id a18so47055557qta.0 for ; Thu, 27 Jul 2017 08:59:57 -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=SosTYsXZ03w1RIG/R/f2TEDOpmzLQ318Kv2kzLFqco8=; b=Tt+0sGp4w7JIZFbn2TdT/MF5W2/2YIIppLvUZpSdsHOrKnNczxYqMOJEMknVw61Bai nJRvFrnMQ2r8OJt3UmtQaVxRTZQQqrEDZndGNZLeeolZAM8pW0GhAU/rRnKM3TVXFwlG wkDJVdeuzPRj1+tn2RtyluecpfVG6c56MrtgR5VKGzWLa6mgVjtYD033p9F3IcHjT+NS leAr8F11eGeBBx88hPljFNpUHRpO2FfSXROGtA3QJVz1jjB21F76/tiWENrehGpXMGcv CpI/1DjCUhoS2PmzeJb+uCil8pgHR3Qj9FFFmXB50FYYyptSuY+q2eP7umCetRqXBkD9 wOog== 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=SosTYsXZ03w1RIG/R/f2TEDOpmzLQ318Kv2kzLFqco8=; b=bN6J4Z228tWID4LYemJu7eFeTzFaU680pCgtoWSsA+rBgcFAaZjC0xjph5SPk1Rnlv xCcAi4iVV1vsp1nX6sKS9U/zK3E3jlMpfhcFW/V9otZITMYLht/GFuVb3FotXfcm22V0 4aPsziC8i3uWIeNTECHdcNH2lOcnP1F2J33t02ohuPpCiiPMbVP550uLPy2SHYl5xZ8U nKe46/QH3Lqdbai65QsuBQ5VhG/O7lEywngvuUk/bp6DkzaN9dVm1xChkyOKv6IF+tcd hFLBi95nQ3hk/GLuJGPBqknUHAUU/NjT1WSTz6B1ot/0juT248Qsxs5CPHbQHYZRQFm1 +ySA== X-Gm-Message-State: AIVw110r6SOLiifhBCopwlUWydtrvo5IYkaxzpAVh05rbU+C508wfgsQ Y6DyTPnEPEY+bav52OaG1W8Gh8DfTg== X-Received: by 10.200.14.7 with SMTP id a7mr6234064qti.115.1501171196221; Thu, 27 Jul 2017 08:59:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.37.161 with HTTP; Thu, 27 Jul 2017 08:59:55 -0700 (PDT) In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75CC4A@shsmsx102.ccr.corp.intel.com> References: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75CBAD@shsmsx102.ccr.corp.intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14D75CC4A@shsmsx102.ccr.corp.intel.com> From: Zach Smith Date: Thu, 27 Jul 2017 10:59:55 -0500 Message-ID: To: "Gao, Liming" Cc: "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 15:57:54 -0000 Content-Type: text/plain; charset="UTF-8" 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? 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 > > >