Re: [edk2] [patch 0/3] *** Update OpenSSL support to 1.0.2c release ***

2015-06-22 Thread Peter Jones
On Sat, Jun 20, 2015 at 03:01:17PM +0200, Ard Biesheuvel wrote: > I wonder what is going on here. My AArch64 boot tests work fine with > these patches applied, but they don't use shim. (They do use GRUB as > an intermediate loader calling LoadImage() to boot a signed kernel). > > Are there any pl

Re: [edk2] [patch 0/3] *** Update OpenSSL support to 1.0.2c release ***

2015-06-22 Thread Peter Jones
[mailto:ler...@redhat.com] > Sent: Monday, June 22, 2015 9:33 PM > To: Long, Qin > Cc: edk2-devel@lists.sourceforge.net; Peter Jones > Subject: Re: [edk2] [patch 0/3] *** Update OpenSSL support to 1.0.2c release > *** > > Hi, > > On 06/20/15 18:59, Long, Qin wrote: &

Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()

2015-06-23 Thread Peter Jones
rror_data(), tries to access the arguments forwarded to it. > > Restore the missing hunk from before SVN r17633. > > Cc: Qin Long > Cc: Ard Biesheuvel > Cc: Gary Ching-Pang Lin > Cc: Peter Jones > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by

Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()

2015-06-23 Thread Peter Jones
On Tue, Jun 23, 2015 at 09:54:06AM -0400, Peter Jones wrote: > Yeah, EFIAPI to get the right calling conventions on x86_64 is > definitely the right thing here. Is this what was breaking shim for > you? I see from your other mail that it is. --

[edk2] [PATCH] Fix typo in parameter name (MaxiumCapsuleSize -> Maximum)

2014-11-20 Thread Peter Jones
Make this field name match the name in the spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Peter Jones --- EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdkCompatibilityPkg/Foundation/Efi

[edk2] A very basic test harness for ESRT / UpdateCapsule() on virt.

2015-03-18 Thread Peter Jones
Hi, I've written a driver for edk2 in QEMU to provide very basic support for ESRT and (fake) firmware updates via UpdateCapsule(). The purpose of this is to allow us to write a test harness for our OS and pre-boot firmware update code without the worry of burning through piles of hardware (or spen

[edk2] [RFC PATCH] Add FakeCapsuleDxe.

2015-03-18 Thread Peter Jones
variable is created to reflect the status. Additionally, this patch enables this feature on OvmfPkg and ArmPlatformPkg/ArmVirtualizationPkg builds. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Peter Jones --- .../ArmVirtualizationPkg/ArmVirtualization.dsc.inc | 4

Re: [edk2] A very basic test harness for ESRT / UpdateCapsule() on virt.

2015-03-18 Thread Peter Jones
On Wed, Mar 18, 2015 at 03:29:01PM -0400, Peter Jones wrote: > So - if anybody would be so kind, review and feedback would be good :) I > *think* I'm mostly following the coding conventions for edk2, but TBH > I'm not sure where they're written down, so I've just b

Re: [edk2] A very basic test harness for ESRT / UpdateCapsule() on virt.

2015-03-19 Thread Peter Jones
On Thu, Mar 19, 2015 at 01:03:58PM +0100, Laszlo Ersek wrote: > On 03/18/15 20:29, Peter Jones wrote: > > Hi, > > I've written a driver for edk2 in QEMU to provide very basic support for > > ESRT > > Where can I read about ESRT? ACPI 5.1 does not mention it.

Re: [edk2] A very basic test harness for ESRT / UpdateCapsule() on virt.

2015-04-10 Thread Peter Jones
On Fri, Apr 10, 2015 at 11:56:12AM -0700, Jordan Justen wrote: > On 2015-04-10 06:56:55, Peter Jones wrote: > > As promised back in March, here's an updated patch set to add a test > > harness for ESRT/UpdateCapsule to Ovmf/Aavmf. It's now split into three > > p

Re: [edk2] BdsDxe: about always regenerating a bunch of boot options

2014-02-19 Thread Peter Jones
On Wed, Feb 19, 2014 at 04:10:15PM +0100, Laszlo Ersek wrote: > The phenomenon described in > > https://fedoraproject.org/wiki/Unified_Extensible_Firmware_Interface#You_have_failed_to_provide_all_existing_bootloader_entries_when_changing_the_boot_order > > is what I witness under OVMF too (and ha

Re: [edk2] network IfType matching in BDS

2013-09-12 Thread Peter Jones
On Thu, Sep 12, 2013 at 01:54:32AM +, Jin, Eric wrote: > Laszlo, > > In the UEFI Spec 2.4, page 387. > The MacAddr is a Hex Dump and is required. If IfType is 0 or 1, then the > MacAddr must be exactly six bytes. > The IfType is an integer from 0-255 and is optional. The default is zero. > >

Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()

2015-07-23 Thread Peter Jones
On Thu, Jul 23, 2015 at 12:06:01AM +0100, David Woodhouse wrote: > On Thu, 2015-07-23 at 00:44 +0200, Laszlo Ersek wrote: > > I "guess" it should work at the moment (and -UNO_BUILTIN_VA_FUNCS would > > be easy enough to add under [BuildOptions] in > > "CryptoPkg/Library/OpensslLib/OpensslLib.inf").