From: Andrew Fish <afish@apple.com>
To: Zach Smith <zqsmith4926@gmail.com>
Cc: "Gao, Liming" <liming.gao@intel.com>,
"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: Disable BIOS menu or set password EDK2
Date: Thu, 27 Jul 2017 09:08:30 -0700 [thread overview]
Message-ID: <37F68906-F8D6-450E-A8A8-70ED3ADF01C1@apple.com> (raw)
In-Reply-To: <CACPodBzCgryy2CH0YC3G1zH3PDPHZzw8FH1nW-Li+3jTH0snHw@mail.gmail.com>
> On Jul 27, 2017, at 8:59 AM, Zach Smith <zqsmith4926@gmail.com> 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 <liming.gao@intel.com <mailto:liming.gao@intel.com>> 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 <liming.gao@intel.com>; 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 <liming.gao@intel.com <mailto:liming.gao@intel.com>> 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 <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 <mailto: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 <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 <mailto:edk2-devel@lists.01.org>
>>> https://lists.01.org/mailman/listinfo/edk2-devel <https://lists.01.org/mailman/listinfo/edk2-devel>
>>
>>
>>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org>
> https://lists.01.org/mailman/listinfo/edk2-devel <https://lists.01.org/mailman/listinfo/edk2-devel>
next prev parent reply other threads:[~2017-07-27 16:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 16:05 Disable BIOS menu or set password EDK2 Zach Smith
2017-07-27 14:56 ` Gao, Liming
[not found] ` <CACPodBwDAoXfBc=P0oWV4F9U6S9TkJkSxW6BCT2Nxpp9g8gbwQ@mail.gmail.com>
2017-07-27 15:47 ` Zach Smith
2017-07-27 15:49 ` Gao, Liming
2017-07-27 15:59 ` Zach Smith
2017-07-27 16:08 ` Andrew Fish [this message]
2017-07-27 16:14 ` Zach Smith
2017-07-28 4:10 ` Ni, Ruiyu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=37F68906-F8D6-450E-A8A8-70ED3ADF01C1@apple.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox