Re: [edk2] Why does EDK2 disable time checks on certificates?

2018-02-05 Thread Bryan Rosario
tead of directly from Validity of X059 Certificate in order to > address the issue mentioned below. > > > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Long, Qin > Sent: Tuesday, February 6, 2018 8:55 AM > To: Bryan Rosar

[edk2] Why does EDK2 disable time checks on certificates?

2018-02-05 Thread Bryan Rosario
See here ("Currently certificate time expiration checking is ignored."): https://github.com/tianocore/tianocore.github.io/wiki/How-to-Enable-Security . Is this behavior part of the UEFI specification or is it EDK2-only? And what's the reasoning for it? Thanks, Bryan

[edk2] Hardcoded IDE Controller B/D/F (0/1/1) in BdsPlatform.c?

2018-11-21 Thread Bryan Rosario via edk2-devel
Hi all, I noticed that there is apparently a hardcoded B/D/F for an IDE Controller in BdsPlatform.c, when setting bit 15 of a particular register: https://github.com/tianocore/edk2/blob/14923c1a6bf9940b48feeaf47cb5d6c662b6528c/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c#L1612-L1617 .

Re: [edk2] Hardcoded IDE Controller B/D/F (0/1/1) in BdsPlatform.c?

2018-11-21 Thread Bryan Rosario via edk2-devel
ailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Bryan Rosario via edk2-devel > Sent: Wednesday, November 21, 2018 4:07 PM > To: edk2-devel@lists.01.org > Cc: Alain Gefflaut > Subject: [edk2] Hardcoded IDE Controller B/D/F (0/1/1) in BdsPlatform.c? > > Hi all, > >

Re: [edk2] Hardcoded IDE Controller B/D/F (0/1/1) in BdsPlatform.c?

2018-11-21 Thread Bryan Rosario via edk2-devel
lly, you should have all the things that need to > change boiled down to one particular piece of code, so you can focus on > what you need to do to make new hardware work when you get new hardware and > don’t have to discover all sorts of files that need editing piecemeal as > you dis