[edk2] [BaseTools] Python3 migration is done

2018-10-12 Thread Zhu, Yonghong
Hi All, We finished to migrate edk2 master BaseTools code to support Python3. The Version is : SHA-1: ea787b6b55499e8f931201f8f49daaaeb2e4409f So now we need to install a Python tool that version >= 3.6. The install steps you can refer to :

Re: [edk2] [PATCH] BaseTools: Add --uefi option to enable UefiCompress method

2018-10-12 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Yonghong Zhu Sent: Friday, October 12, 2018 12:42 PM To: edk2-devel@lists.01.org Cc: Gao, Liming Subject: [edk2] [PATCH] BaseTools: Add

Re: [edk2] [edk2-test][Patch] uefi-sct\EMS:Add HTTP Test

2018-10-12 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Jin, Eric > Sent: Friday, October 12, 2018 3:05 PM > To: edk2-devel@lists.01.org > Cc: Supreeth Venkatesh ; Wu, Jiaxin > > Subject: [edk2-test][Patch] uefi-sct\EMS:Add HTTP Test > > Contributed-under: TianoCore Contribution Agreement

Re: [edk2] TianoCore Community Meeting Minutes

2018-10-12 Thread Andrew Fish
> On Oct 11, 2018, at 10:43 AM, stephano > wrote: > > Thank you all for a great set of meetings! > > This is an overview of the topics discussed and the tasks that were assigned. > Please feel free to send me any questions or comments. > ... > Improvements to the Build Process >

Re: [edk2] TianoCore Community Meeting Minutes

2018-10-12 Thread Andrew Fish
> On Oct 12, 2018, at 11:30 AM, Kinney, Michael D > wrote: > >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org >> ] >> On Behalf Of Leif Lindholm >> Sent: Friday, October 12, 2018 11:06 AM >> To: Laszlo Ersek

Re: [edk2] TianoCore Community Meeting Minutes

2018-10-12 Thread Andrew Fish
> On Oct 12, 2018, at 9:07 AM, Laszlo Ersek wrote: > > On 10/12/18 15:27, Leif Lindholm wrote: >> On Thu, Oct 11, 2018 at 10:43:57AM -0700, stephano wrote: > >>> Switching to Standard C Types >>> - >>> Both Shawn and Nate mentioned that the current system has been

Re: [edk2] TianoCore Community Meeting Minutes

2018-10-12 Thread Kinney, Michael D
> -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] > On Behalf Of Leif Lindholm > Sent: Friday, October 12, 2018 11:06 AM > To: Laszlo Ersek > Cc: edk2-devel@lists.01.org > Subject: Re: [edk2] TianoCore Community Meeting Minutes > > On Fri, Oct 12, 2018 at

Re: [edk2] TianoCore Community Meeting Minutes

2018-10-12 Thread Leif Lindholm
On Fri, Oct 12, 2018 at 06:07:01PM +0200, Laszlo Ersek wrote: > On 10/12/18 15:27, Leif Lindholm wrote: > > On Thu, Oct 11, 2018 at 10:43:57AM -0700, stephano wrote: > > >> Switching to Standard C Types > >> - > >> Both Shawn and Nate mentioned that the current system

Re: [edk2] [PATCH v2 2/4] MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocol

2018-10-12 Thread Marcin Wojtas
pt., 12 paź 2018 o 18:24 Ard Biesheuvel napisał(a): > > On Fri 12 Oct 2018 at 18:04, Marcin Wojtas wrote: > > > > pt., 12 paź 2018 o 17:55 Ard Biesheuvel > > napisał(a): > > > > > > On 12 October 2018 at 07:06, Marcin Wojtas wrote: > > > > pt., 12 paź 2018 o 03:41 Wu, Hao A napisał(a): > > >

Re: [edk2] [PATCH v2 2/4] MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocol

2018-10-12 Thread Ard Biesheuvel
On Fri 12 Oct 2018 at 18:04, Marcin Wojtas wrote: > > pt., 12 paź 2018 o 17:55 Ard Biesheuvel > napisał(a): > > > > On 12 October 2018 at 07:06, Marcin Wojtas wrote: > > > pt., 12 paź 2018 o 03:41 Wu, Hao A napisał(a): > > >> > > >> > -Original Message- > > >> > From: Marcin Wojtas

Re: [edk2] TianoCore Community Meeting Minutes

2018-10-12 Thread Laszlo Ersek
On 10/12/18 15:27, Leif Lindholm wrote: > On Thu, Oct 11, 2018 at 10:43:57AM -0700, stephano wrote: >> Switching to Standard C Types >> - >> Both Shawn and Nate mentioned that the current system has been in place for >> a long time and some people prefer the current

Re: [edk2] [PATCH v2 2/4] MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocol

2018-10-12 Thread Marcin Wojtas
pt., 12 paź 2018 o 17:55 Ard Biesheuvel napisał(a): > > On 12 October 2018 at 07:06, Marcin Wojtas wrote: > > pt., 12 paź 2018 o 03:41 Wu, Hao A napisał(a): > >> > >> > -Original Message- > >> > From: Marcin Wojtas [mailto:m...@semihalf.com] > >> > Sent: Thursday, October 11, 2018 11:43

Re: [edk2] [PATCH v3 1/1] ArmPkg: Add support for GICv4

2018-10-12 Thread Ard Biesheuvel
On 9 October 2018 at 17:35, Sami Mujawar wrote: > Updated Redistributor base calculation to allow for the fact that > GICv4 has 2 additional 64KB frames (for VLPI and a reserved frame). > The code now tests the VLPIS bit in the GIC Redistributor Type > Register (GICR_TYPER) and calculates the

Re: [edk2] [PATCH v2 2/4] MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocol

2018-10-12 Thread Ard Biesheuvel
On 12 October 2018 at 07:06, Marcin Wojtas wrote: > pt., 12 paź 2018 o 03:41 Wu, Hao A napisał(a): >> >> > -Original Message- >> > From: Marcin Wojtas [mailto:m...@semihalf.com] >> > Sent: Thursday, October 11, 2018 11:43 PM >> > To: Wu, Hao A >> > Cc: Ni, Ruiyu; Ard Biesheuvel; Tian,

Re: [edk2] [PATCH edk2-platforms 1/1] Platform/Comcast/RDKQemu: Incorporate ArmVirtQemu changes

2018-10-12 Thread Ard Biesheuvel
On 24 September 2018 at 17:54, Moorthy B S wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Moorthy B S > > Cc: Ard Biesheuvel Reviewed-by: Ard Biesheuvel Pushed as 124073e4d440..6aad08ad6c9a Thanks > --- > Platform/Comcast/RDKQemu/RDKQemu.dsc | 14

Re: [edk2] [platforms: PATCH 1/1] Marvell/Armada7k8k: DeviceTree: Use fixed clocks

2018-10-12 Thread Ard Biesheuvel
On 12 October 2018 at 10:32, Marcin Wojtas wrote: > This patch enables relying on clocks configured by firmware. > Configure the device tree in a way, that all consumers use > a fixed-clock tree instead of the real cp110-system-controller > driver. > > Contributed-under: TianoCore Contribution

Re: [edk2] [PATCH v1 1/6] PcAtChipsetPkg: Add MMIO Support to SerialIo Lib

2018-10-12 Thread Ard Biesheuvel
On 12 October 2018 at 17:06, Sami Mujawar wrote: > Hi Ard, > > I believe you are referring to > MdeModulePkg\Library\BaseSerialPortLib16550\BaseSerialPortLib16550.inf > I have tried using this Serial Port Library. However, this has a dependency > on PciLib which is difficult to resolve as we

Re: [edk2] [PATCH v1 1/6] PcAtChipsetPkg: Add MMIO Support to SerialIo Lib

2018-10-12 Thread Kinney, Michael D
Sami, The BaseSerialPortLib16550 supports I/O port, MMIO, and PCI based UARTs. PCDs are used to select the modes. I would like to see the BaseSerialPortLib16550 used instead of the serial port lib in PcAtChipsetPkg. Mike > -Original Message- > From: edk2-devel

Re: [edk2] [PATCH v1 1/6] PcAtChipsetPkg: Add MMIO Support to SerialIo Lib

2018-10-12 Thread Sami Mujawar
Hi Ard, I believe you are referring to MdeModulePkg\Library\BaseSerialPortLib16550\BaseSerialPortLib16550.inf I have tried using this Serial Port Library. However, this has a dependency on PciLib which is difficult to resolve as we use the Serial port early in the boot. Please do let me know

Re: [edk2] [PATCH v1 1/6] PcAtChipsetPkg: Add MMIO Support to SerialIo Lib

2018-10-12 Thread Ard Biesheuvel
On 12 October 2018 at 16:40, Sami Mujawar wrote: > Some virtual machine managers like kvmtool emulate the PC AT > Serial Port UART in the MMIO space so that architectures that > do not support I/O Mapped I/O can use the UART. > > This patch adds MMIO support to the PC AT SerialPortLib. > >

[edk2] [PATCH v1 2/6] PcAtChipsetPkg: Add MMIO Support to RTC driver

2018-10-12 Thread Sami Mujawar
Some virtual machine managers like kvmtool emulate the MC146818 RTC controller in the MMIO space so that architectures that do not support I/O Mapped I/O can use the RTC. This patch adds MMIO support to the RTC controller driver. The PCD PcdRtcUseMmio has been added to select I/O or MMIO support.

[edk2] [PATCH 0/6] Add kvmtool emulated platform support for ARM

2018-10-12 Thread Sami Mujawar
Kvmtool is a virtual machine manager that enables hosting KVM guests. ARM is working to enhance kvmtool support to enable launching of KVM guest with UEFI support. This patch series enables UEFI support for kvmtool's emulated ARM platform and is required to allow testing of kvmtool enhancements.

[edk2] [PATCH v1 3/6] MdeModulePkg: Map persistent (NV) memory

2018-10-12 Thread Sami Mujawar
Some platforms are able to preserve a memory range across system resets. This memory can be used for the Non-Volatile variables storage. The PcdEmuVariableNvStoreReserved is used to specify this option. This patch enables mapping of this Non-Volatile memory range as runtime memory so that the

[edk2] [PATCH v1 1/6] PcAtChipsetPkg: Add MMIO Support to SerialIo Lib

2018-10-12 Thread Sami Mujawar
Some virtual machine managers like kvmtool emulate the PC AT Serial Port UART in the MMIO space so that architectures that do not support I/O Mapped I/O can use the UART. This patch adds MMIO support to the PC AT SerialPortLib. PcdSerialUseMmio is used to select I/O or MMIO support. If

[edk2] [PATCH v1 6/6] ArmVirtPkg: Support for kvmtool emulated platform

2018-10-12 Thread Sami Mujawar
Kvmtool is a virtual machine manager that enables hosting KVM guests. Kvmtool emulates certain devices like serial port, RTC, etc. essentially providing an emulated platform. This patch adds support for kvmtool emulated platform. Contributed-under: TianoCore Contribution Agreement 1.1

[edk2] [PATCH v1 4/6] ArmVirtPkg: Save DT base address from X0 in PCD

2018-10-12 Thread Sami Mujawar
Some virtual machine managers provide the base address of the DT in memory in the X0 register. Save the DT Base address in the PcdDeviceTreeInitialBaseAddress so that the firmware can use the PCD to parse the DT and obtain the platform information subsequently. This change also requires that the

[edk2] [PATCH v1 5/6] ArmVirtPkg: Add kvmtool platform driver

2018-10-12 Thread Sami Mujawar
The KvmtoolPlatformDxe performs the platform specific initialization like: - It parses the kvmtool DT for Non-Volatile memory range to use for runtime variable storage and initialises the PcdEmuVariableNvStoreReserved. - It decides if the firmware should expose ACPI or Device

Re: [edk2] [Patch] Build Spec: Add description for Structure Pcd display in the module

2018-10-12 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Zhu, > Yonghong > Sent: Thursday, October 11, 2018 3:51 PM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Shaw, Kevin W > ; Gao, Liming > Subject: [edk2]

Re: [edk2] [Patch] BaseTools: Enhance the *P Flag display for Structure Pcd

2018-10-12 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Zhu, > Yonghong > Sent: Thursday, October 11, 2018 3:06 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [edk2] [Patch] BaseTools: Enhance the *P Flag

Re: [edk2] [PATCH] BaseTools: increment build generate inf file lost .depex file

2018-10-12 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Friday, October 12, 2018 10:53 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [edk2] [PATCH] BaseTools: increment build generate

Re: [edk2] [PATCH] BaseTools: Not compare the VOID* difference in the DSC and DEC file

2018-10-12 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Friday, October 12, 2018 10:20 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH] BaseTools: Not compare the VOID* difference in the >

Re: [edk2] TianoCore Community Meeting Minutes

2018-10-12 Thread Leif Lindholm
Hi Stephano, Thanks for pulling this together. Some comments below. On Thu, Oct 11, 2018 at 10:43:57AM -0700, stephano wrote: > Thank you all for a great set of meetings! > > This is an overview of the topics discussed and the tasks that were > assigned. Please feel free to send me any

Re: [edk2] [PATCH v2 0/4] SdMmcOverride extension

2018-10-12 Thread Marcin Wojtas
pt., 12 paź 2018 o 14:48 Wu, Hao A napisał(a): > > > -Original Message- > > From: Marcin Wojtas [mailto:m...@semihalf.com] > > Sent: Friday, October 12, 2018 1:33 PM > > To: Wu, Hao A > > Cc: edk2-devel-01; Tian, Feng; Kinney, Michael D; Gao, Liming; Leif > > Lindholm; > > Ard

Re: [edk2] [PATCH v2 0/4] SdMmcOverride extension

2018-10-12 Thread Wu, Hao A
> -Original Message- > From: Marcin Wojtas [mailto:m...@semihalf.com] > Sent: Friday, October 12, 2018 1:33 PM > To: Wu, Hao A > Cc: edk2-devel-01; Tian, Feng; Kinney, Michael D; Gao, Liming; Leif Lindholm; > Ard Biesheuvel; nad...@marvell.com; j...@semihalf.com; Tomasz Michalec > Subject:

[edk2] [patch 0/2] MdeModulePkg/HiiDatabaseDxe: Make sure database update behaviors are atomic

2018-10-12 Thread Dandan Bi
The main purpose of this task is to make sure the operations that update the HiiDatabase atomic the avoid the potential risk that the one update operation with higher TPL may interrupt another. Patch 1 is to reorgnize the existing code logic and make it's easy to add EfiAcquireLock/EfiReleaseLock

[edk2] [patch 2/2] MdeModulePkg/HiiDB: Make sure database update behaviors are atomic

2018-10-12 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1235 When update contents in HiiDatabase, like: 1. Add/update/remove package list 2. Add/update string 3. Add/update image We should make these operations atomic to prevent the potential issue that the one update operation with higher TPL may

[edk2] [PATCH] MdeModulePkg PcdDxe: ASSERT PcdSetNvStoreDefaultId set

2018-10-12 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1245 In current implementation and according to the description in MdeModulePkg.dec, PcdSetNvStoreDefaultId should be set in PEI phase to take effect. This patch ASSERTs PcdSetNvStoreDefaultId set in PcdDxe to alert the invalid operation. Cc:

Re: [edk2] [PATCH edk2-platforms 3/3] Silicon/SynQuacer/AcpiTables: add NETSEC/eMMC SMMU to the IORT

2018-10-12 Thread Ard Biesheuvel
On 31 May 2018 at 11:16, Leif Lindholm wrote: > On Wed, May 30, 2018 at 08:19:29PM +0200, Ard Biesheuvel wrote: >> Add a description of the SMMU that sits in front of the NETSEC and >> eMMC controllers to the IORT table so that ACPI based OSes can >> utilize it. >> >> Contributed-under: TianoCore

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg:Add two checkpoints of GetNextVariable()

2018-10-12 Thread Supreeth Venkatesh
migrating over from https://github.com/UEFI/UEFI-SCT/commit/3405b2f16f4c4541d80b25aab698fff0482b573f Reviewed-by: Supreeth Venkatesh On 10/12/2018 06:22 AM, Eric Jin wrote: If a VariableName buffer on input is not a Null-terminated string, EFI_INVALID_PARAMETER is returned. If input values

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add TPL Check in SimpleTextIn/SimpleTextInEx

2018-10-12 Thread Supreeth Venkatesh
migrating over from https://github.com/UEFI/UEFI-SCT/commit/9f1d81a915d8994fea326e7cde953061f50af4ba Reviewed-by: Supreeth Venkatesh On 10/12/2018 05:57 AM, Eric Jin wrote: Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin Cc: Supreeth Venkatesh Cc: Jiaxin Wu

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Define new AIP info block for wireless NIC

2018-10-12 Thread Supreeth Venkatesh
Migrating over from https://github.com/UEFI/UEFI-SCT/commit/7550cc65a81cc20267cfe9baa5c4f5189d9ea327 Reviewed-by: Supreeth Venkatesh On 10/12/2018 03:42 AM, Eric Jin wrote: Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin Cc: Supreeth Venkatesh Cc: Jiaxin Wu

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add not-granularity-aligned cases in Erase Block Protocol

2018-10-12 Thread Supreeth Venkatesh
Migrating over from https://github.com/UEFI/UEFI-SCT/commit/48265b5f6167b520d3c19f7fd72edbdd58be7d2f Reviewed-by: Supreeth Venkatesh On 10/12/2018 03:28 AM, Eric Jin wrote: Add not-granularity-aligned cases Correct end of line Contributed-under: TianoCore Contribution Agreement 1.1

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Fix the corner case of ExtractConfig API

2018-10-12 Thread Supreeth Venkatesh
migrating over from https://github.com/UEFI/UEFI-SCT/commit/be1ddea30c03bf6c9f38ff826f7c4317b0653a4c Reviewed-by: Supreeth Venkatesh On 10/12/2018 03:11 AM, Eric Jin wrote: There may be no output with the ExtractConfig API The export data may be changed automatically Contributed-under:

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add checkpoint of LocateProtocol()

2018-10-12 Thread Supreeth Venkatesh
Since just migrating over from https://github.com/UEFI/UEFI-SCT/commit/f692ed9f6f88e2a03494454f86906e33f543e2d4 Reviewed-by: Supreeth Venkatesh Don't forget to use forward slashes in commit message, while committing. On 10/12/2018 02:52 AM, Eric Jin wrote: Clarify return value for NULL

[edk2] [platforms: PATCH 1/1] Marvell/Armada7k8k: DeviceTree: Use fixed clocks

2018-10-12 Thread Marcin Wojtas
This patch enables relying on clocks configured by firmware. Configure the device tree in a way, that all consumers use a fixed-clock tree instead of the real cp110-system-controller driver. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas ---

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add new test of UFSDeviceConfig Protocol

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/473942ebc2135b066bb8713d62182e160611597a and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh if commit msg is changed to uefi-sct/SctPkg instead of uefi-sct\SctPkg, while pushing upstream.

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add the new test of ResetNotification Protocol

2018-10-12 Thread Supreeth Venkatesh
Since this is squash commit of https://github.com/UEFI/UEFI-SCT/commit/d0b53e6ed0ba1eafb554465ea450a7f6471936a4 and https://github.com/UEFI/UEFI-SCT/commit/6f4969bf85db6516a8b66bbb7b65982112cad460 and just migrating over. Reviewed-by: Supreeth Venkatesh Change commit message to

Re: [edk2] [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode()

2018-10-12 Thread Supreeth Venkatesh
Reviewed-by: Supreeth Venkatesh -Original Message- From: Eric Jin Sent: Thursday, October 11, 2018 2:37 AM To: edk2-devel@lists.01.org Cc: Supreeth Venkatesh Subject: [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode() Contributed-under: TianoCore Contribution Agreement 1.1

Re: [edk2] [PATCH edk2-platforms v5 21/28] Platform/Hisilicon/D06: Add PciHostBridgeLib

2018-10-12 Thread Laszlo Ersek
On 10/12/18 09:29, Ard Biesheuvel wrote: > Hello all, > > While grepping through the code in edk2-platforms, I noticed an issue > with this commit. Apologies for not spotting it earlier. > > On 31 August 2018 at 15:27, Ming Huang wrote: >> PciHostBridgeLib which is need by PciHostBridgeDxe,

Re: [edk2] [edk2-test][Patch] Enable the DNS/BLE DevicePath test

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/86df722a7bc02a15fba471664c0b2c5dec3797bf and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh On 10/11/2018 07:50 AM, Eric Jin wrote: Add new test for DNS/BlueToothLE DevicePath Resort the

Re: [edk2] [PATCH][edk2-test]uefi-sct\SctPkg: Consider the corner case that no device is on the slot.

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/c2a650dd1c39ed653f8f94e436def51b5edf6c71and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh if commit msg is changed to uefi-sct/SctPkg instead of uefi-sct\SctPkg, while pushing upstream.

Re: [edk2] [PATCH v2 0/2] [SdMmcPciDxe] SDHCI v4+ support

2018-10-12 Thread Wu, Hao A
Series Reviewed-by: Hao Wu And pushed at bdf038ccff..bbce001515 Best Regards, Hao Wu > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jeff Brasen > Sent: Wednesday, October 10, 2018 1:51 AM > To: edk2-devel@lists.01.org > Cc: Jeff Brasen >

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add new test of PartitionInfo Protocol

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/86df722a7bc02a15fba471664c0b2c5dec3797bf and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh if commit msg is changed to uefi-sct/SctPkg instead of uefi-sct\SctPkg, while pushing upstream.

Re: [edk2] [PATCH edk2-platforms v5 21/28] Platform/Hisilicon/D06: Add PciHostBridgeLib

2018-10-12 Thread Ard Biesheuvel
Hello all, While grepping through the code in edk2-platforms, I noticed an issue with this commit. Apologies for not spotting it earlier. On 31 August 2018 at 15:27, Ming Huang wrote: > PciHostBridgeLib which is need by PciHostBridgeDxe, provide > root bridges and deal with resource conflict. >

[edk2] [edk2-test][Patch] uefi-sct\EMS:Add HTTP Test

2018-10-12 Thread Eric Jin
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin Cc: Supreeth Venkatesh Cc: Jiaxin Wu --- .../EMS/Bin/TestCase/HTTP/Cancel.Conf1.Case1.tcl | 80 .../Bin/TestCase/HTTP/Configure.Conf2.Case1.tcl| 96 ++