[edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-23 Thread Kurt Kennett
Please see attached proposed patch. K2 ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] [PATCH 1/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Remove calls to ArmDmaLib

2016-09-23 Thread Daniil Egranov
On 09/23/2016 11:21 AM, Ard Biesheuvel wrote: On 23 September 2016 at 17:20, Daniil Egranov wrote: Hi Ard, On 09/23/2016 02:57 AM, Ard Biesheuvel wrote: Hi Daniil, On 22 September 2016 at 23:33, Daniil Egranov wrote: The PCI on Juno is

Re: [edk2] [PATCH] ShellPkg: Update help output for disconnect command

2016-09-23 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey And commited. > -Original Message- > From: Tapan Shah [mailto:tapands...@hpe.com] > Sent: Friday, September 23, 2016 9:10 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Tapan Shah > >

Re: [edk2] [patch 2/3] MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.

2016-09-23 Thread Mudusuru, Giri P
Please use DEBUG_NET instead of EFI_D_NET. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Zhang > Lubo > Sent: Thursday, September 22, 2016 10:42 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan

[edk2] [PATCH] ShellPkg: Update help output for disconnect command

2016-09-23 Thread Tapan Shah
Minor changes to match help output notes for disconnect command with UEFI Shell 2.2 specification document. Few other formatting changes to fit the help output in 80x25 screen size. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah ---

Re: [edk2] [PATCH] MdePkg/BaseMemoryLibOptDxe ARM AARCH64: fix thinko in SetMem##

2016-09-23 Thread Ard Biesheuvel
On 23 September 2016 at 06:03, Gao, Liming wrote: > Reviewed-by: Liming Gao > Pushed, thanks all >> -Original Message- >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >> Sent: Thursday, September 22, 2016 4:54 PM >> To:

[edk2] [PATCH 12/13] MdeModulePkg/Logo: Add LogoDxe module

2016-09-23 Thread Ruiyu Ni
LogoDxe embeds the image resource in the PE resource section, then it produces Platform Logo protocol which can return the images in pixel format. HiiImageEx protocol is responsible to decode the JPEG/PNG images to pixel format. LogoDxe driver uses HiiImageEx protocol. Contributed-under:

[edk2] [PATCH 13/13] Nt32Pkg: Use the new LogoDxe driver

2016-09-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Liming Gao Cc: Eric Dong Cc: Dandan Bi Signed-off-by: Ruiyu Ni --- Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 2 +-

[edk2] [PATCH 10/13] Nt32Pkg/PlatformBds: Do not call BootLogoEnableLogo

2016-09-23 Thread Ruiyu Ni
Prototype of BootLogoEnableLogo will change in following patches, so do not call BootLogoEnableLogo to avoid build failure. Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Liming Gao Cc: Eric Dong Cc: Dandan Bi

[edk2] [PATCH 09/13] MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.

2016-09-23 Thread Ruiyu Ni
According to UEFI spec, NewImageEx()/SetImageEx()/DrawImageEx() /DrawImageIdEx() implicitly call the non-Ex version interface of HiiImage protocol. GetImageEx() is the enhanced version of GetImage(), which can support decoding JPEG/PNG through the help of HiiImageDecoder protocol.

[edk2] [PATCH 05/13] MdeModulePkg/HiiDatabase: Refine HiiSetImage()

2016-09-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Liming Gao Cc: Eric Dong Cc: Dandan Bi Signed-off-by: Ruiyu Ni --- MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | 116 ++ 1

[edk2] [PATCH 08/13] MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEG

2016-09-23 Thread Ruiyu Ni
1. Update GetImageIdOrAddress() to recognize PNG/JPEG image block. A offset calculation bug was fixed. 2. Update HiiGetImage() comments to say PNG/JPEG support is provided by HiiImageEx 3. Update HiiSetImage() to support replacing a PNG/JPEG image block with a new image

[edk2] [PATCH 07/13] MdemodulePkg/HiiDatabase: Correct typo in comments.

2016-09-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Liming Gao Cc: Eric Dong Cc: Dandan Bi Signed-off-by: Ruiyu Ni --- .../HiiDatabaseDxe/ConfigKeywordHandler.c | 36 +++---

[edk2] [PATCH 01/13] MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddress

2016-09-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Liming Gao Cc: Eric Dong Cc: Dandan Bi Signed-off-by: Ruiyu Ni --- MdeModulePkg/Universal/HiiDatabaseDxe/Database.c | 2 +-

[edk2] [PATCH 00/13] Add HiiImageEx implementation and demonstrate in Nt32

2016-09-23 Thread Ruiyu Ni
The total 13 commits can be reviewed in following url: https://github.com/niruiyu/edk2/commits/HiiImage Ruiyu Ni (13): MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddress MdeModulePkg/HiiDatabase: Move common code to LocatePackageList() MdeModulePkg/HiiDatabase: Refine HiiNewImage()

[edk2] [PATCH 02/13] MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()

2016-09-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Liming Gao Cc: Eric Dong Cc: Dandan Bi Signed-off-by: Ruiyu Ni --- MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | 88 +++ 1

[edk2] [PATCH 03/13] MdeModulePkg/HiiDatabase: Refine HiiNewImage()

2016-09-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Liming Gao Cc: Eric Dong Cc: Dandan Bi Signed-off-by: Ruiyu Ni --- MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | 83 +-- 1

Re: [edk2] [PATCH v2] MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurable

2016-09-23 Thread Ard Biesheuvel
On 19 September 2016 at 09:36, Ard Biesheuvel wrote: > The 'universal' PCI bus driver in MdeModulePkg contains a quirk to > degrade 64-bit PCI MMIO BARs to 32-bit in the presence of an option > ROM on the same PCI controller. > > This quirk is highly specific to not

Re: [edk2] [PATCH 2/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Fix for PCI Dual Address Cycle

2016-09-23 Thread Ard Biesheuvel
On 22 September 2016 at 23:33, Daniil Egranov wrote: > The fix handles the PCI Dual Address Cycle Attribute case. It allows > drivers using PCI DAC run on Juno. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Daniil Egranov

Re: [edk2] [PATCH 1/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Remove calls to ArmDmaLib

2016-09-23 Thread Ard Biesheuvel
Hi Daniil, On 22 September 2016 at 23:33, Daniil Egranov wrote: > The PCI on Juno is DMA coherent, which means it should not be > using ArmDmaLib for PCI DMA. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Daniil Egranov

Re: [edk2] Issues with HTTPS Boot

2016-09-23 Thread Santhapur Naveen
Hi, I've downloaded the source from edk2-staging a couple weeks ago and have been using the same source since then. Thanks, Naveen -Original Message- From: Samer El Haj Mahmoud [mailto:smahm...@lenovo.com] Sent: Thursday, September 22, 2016 8:42 PM To: Santhapur Naveen; Palmer,

Re: [edk2] Issues with HTTPS Boot

2016-09-23 Thread Santhapur Naveen
Hi Jiaxin, The openssl version I have been using is 1.0.2h and the cipher returned by the Sever Hello is "TLS_RSA_WITH_AES_128_CBC_SHA (0x002f)". Thanks, Naveen -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Friday, September 23, 2016 12:25 PM To: