> From: Andrew Fish
> > On Jun 13, 2015, at 1:52 AM, Sharma Bhupesh
> wrote:
> >
> > Hi,
> >
> > Can some ARM expert help me with my queries below.
> >
> > The overall context is that I cannot get the 'ArmPlatformPkg/Bds/Bds.c'
> auto-timeout to trigger.
> >
> > The following snippet of code shows
On 06/13/2015 04:39 PM, Laszlo Ersek wrote:
> Following up on this cross-posted message, I will send two patch sets,
> one for QEMU (to qemu-devel) and another for OVMF (to edk2-devel). With
> both in place, OVMF supports multiple PCI root buses, and SeaBIOS
> recognizes boot options that reference
[NOTE]
Just one day after 1.0.2b release, one new upgrade (1.0.2c) was released
to resolve ABI compatibility problems. This patch has to be updated to
catch this latest release.
No actual changes between this 1.0.2c-patch and the last 1.0.2b-patch series.
===
This patch adds a patch file for openssl-1.0.2c, and removes
the patch file for openssl-0.9.8zf.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Long, Qin
---
.../Library/OpensslLib/EDKII_openssl-0.9.8zf.patch | 279 -
.../Library/OpensslLib/EDKII_openssl-1
This patch updates some support header and wrapper files to support
openssl-1.0.2c build, and correct some openssl API usages and
boundary check.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Long, Qin
---
CryptoPkg/Include/OpenSslSupport.h| 8 ++
This patch updates the INF file, installation scripts and HOWTO file
in OpensslLib for openssl-1.0.2c support.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Long, Qin
---
CryptoPkg/Library/OpensslLib/Install.cmd | 146 ---
CryptoPkg/Library/OpensslLib/Install.sh
Sorry for the boring update series for CryptoPkg recently (1.0.2a -> 1.0.2b ->
1.0.2c).
Just one day after 1.0.2b was available, OpenSSL team released a new one
(1.0.2c) to fix compatibility issue. I have to update this patch series to
catch this upgrade. :-(. OK, it may be good for me to corr
> On Jun 14, 2015, at 2:35 AM, Sharma Bhupesh
> wrote:
>
>> From: Andrew Fish
>>> On Jun 13, 2015, at 1:52 AM, Sharma Bhupesh
>> wrote:
>>>
>>> Hi,
>>>
>>> Can some ARM expert help me with my queries below.
>>>
>>> The overall context is that I cannot get the 'ArmPlatformPkg/Bds/Bds.c'
>> a
>> On Jun 13, 2015, at 9:38 AM, Eric Wittmayer wrote:
>>
>> Hello EDK developers,
>> I'm looking for suggestions on the easiest development setup for a USB
3
>> device Dxe driver. Ideally, I'd prefer a virtualized on a windows host
that
>> lets me pass through the USB3 device to the UEFI guest
On 06/14/15 12:09, Marcel Apfelbaum wrote:
> On 06/13/2015 04:39 PM, Laszlo Ersek wrote:
>> Following up on this cross-posted message, I will send two patch sets,
>> one for QEMU (to qemu-devel) and another for OVMF (to edk2-devel). With
>> both in place, OVMF supports multiple PCI root buses, and
> On Jun 14, 2015, at 12:48 PM, Eric Wittmayer wrote:
>
> c:\src\uefi\edk2\IntelFrameworkModulePkg\Library\PeiDxeDebugLibReportStatusC
> ode\PeiDxeDebugLibReportStatusCode.inf
> {DebugLib}
c:\src\uefi\edk2\IntelFrameworkModulePkg\Library\PeiDxeDebugLibReportStatusC
ode\PeiDxeDebugLibReportStat
Hi Laszlo,
> -Original Message-
> From: Laszlo Ersek [mailto:ler...@redhat.com]
> Sent: Saturday, June 13, 2015 5:59 PM
> To: Sharma Bhupesh-B45370; edk2-devel@lists.sourceforge.net;
> olivier.mar...@arm.com; Leif Lindholm; boot-architect...@lists.linaro.org
> Subject: Re: AARCH64: Timer D
Shumin:
I suggest to move the statement of EFI_INVALID_PARAMETER to @retval, and keep
the same function headers in Library header file and Library implementation.
Thanks
Liming
-Original Message-
From: Qiu, Shumin
Sent: Friday, June 12, 2015 10:18 AM
To: edk2-devel@lists.sourceforge.n
Reviewed-by: Liming Gao
-Original Message-
From: Fan, Jeff
Sent: Thursday, June 11, 2015 4:51 PM
To: edk2-devel@lists.sourceforge.net
Cc: Gao, Liming
Subject: [Patch 2/3] MdePkg: Include PiCis.h in SecPlatformInformation.h
This file references EFI_PEI_SERVICES but it will be used by CPU
Reviewed-by: Liming Gao
-Original Message-
From: Fan, Jeff
Sent: Thursday, June 11, 2015 4:51 PM
To: edk2-devel@lists.sourceforge.net
Cc: Gao, Liming
Subject: [Patch 1/3] MdePkg: Add Sec Platform Information2 PPI
This is a new PPI introduced in PI 1.4 to pass multiple CPU information fr
Eric Wittmayer [mailto:e...@frescologic.com] wrote:
]Sent: Saturday, June 13, 2015 11:39 AM
]To: edk2-devel@lists.sourceforge.net
]Subject: [edk2] USB3 driver development setup suggestions.
]
]Hello EDK developers,
] I'm looking for suggestions on the easiest development setup for a USB 3
]devic
Tim:
Yes. We will update EDKII FDF and Build spec to describe this change. When
the FvNameGuid entry is present in an [FV] section, the tools will generate an
FvNameString entry in FV EXT header using the UiFvName. That means FvNameGuid
and FvNameString will both be generated or not.
Thanks
L
Make the function comments of FileHandleIsDirectory in FileHandleLib consistent
with instance implementation.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin
Reviewed-by: Jaben Carsey
---
MdePkg/Include/Library/FileHandleLib.h | 11 +--
M
Reviewed-by: Feng Tian
-Original Message-
From: Fan, Jeff
Sent: Thursday, June 11, 2015 16:51
To: edk2-devel@lists.sourceforge.net
Cc: Tian, Feng
Subject: [Patch 3/3] UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB
Get CPU BIST information from gEfiSecPlatformInformation2Ppi
Signed-off-by: Liming Gao
-Original Message-
From: Qiu, Shumin
Sent: Monday, June 15, 2015 2:05 PM
To: edk2-devel@lists.sourceforge.net
Cc: Gao, Liming
Subject: [PATCH v2 ] MdePkg: Refine the comments for FileHandleIsDirectory.
Make the function comments of FileHandleIsDirectory in File
20 matches
Mail list logo