Re: [edk2] [PATCH] BaseTools/AutoGen: Update header file for MM modules.

2018-07-22 Thread Gao, Liming
Push at 549ae85ce1b00228c3abcf6a9e4022c4f4fba5ed >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Gao, >Liming >Sent: Tuesday, July 03, 2018 7:57 PM >To: Supreeth Venkatesh ; edk2- >de...@lists.01.org >Cc: Yao, Jiewen >Subject: Re: [edk2]

[edk2] [Patch] OvmfPkg: Correct library class name in INF and DSC

2018-07-22 Thread Liming Gao
From: Dongao Guo ResourcePublicationLib class name is ResourcePublicationLib. INF and DSC files are updated to use the correct one. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Signed-off-by: Dongao Guo --- OvmfPkg/OvmfPkgIa32.dsc | 2 +-

Re: [edk2] reg: IP6 based Static IP Configuration in ISCSI

2018-07-22 Thread Ye, Ting
Hi Siva, IP6 driver will perform source address selection to best match the IPv6 address of iSCSI target according to polices defined in RFC. If the IPv6 address of iSCSI target is not changed, the same IPv6 source address will be chosen under the same policy. Thanks, Ting -Original

[edk2] [Patch] BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's value

2018-07-22 Thread Yonghong Zhu
current if user use PatchPcdSetPtr in library, it will report the _PCD_PATCHABLE_TokenName_SIZE is not defined. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu --- BaseTools/Source/Python/AutoGen/GenC.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[edk2] [PATCH] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base instance.

2018-07-22 Thread Marvin Häuser
The current Base AcpiTimerLib instance restricts usage to SEC and PEI modules, for which there is no obvious reason. Lift this restriction. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser --- PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf | 2 +-

[edk2] [PATCH] PcAtChipsetPkg/AcpiTimerLib: Support Standalone MM.

2018-07-22 Thread Marvin Häuser
To support Standalone MM, the current DXE implementation, which is also used to support DXE SMM Drivers, has been modified. Its type was changed to BASE to make the constructor function generic, MM_STANDALONE modules types have been added to the support list and the internal files were adapted to

Re: [edk2] [PATCH 0/6] Check untested memory and EFI_MEMORY_RO

2018-07-22 Thread Zeng, Star
Reviewed-by: Star Zeng to this patch series. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Hao Wu Sent: Friday, July 20, 2018 1:26 PM To: edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: [edk2] [PATCH 0/6] Check untested memory

Re: [edk2] [PATCH edk2-platforms v1 09/13] Hisilicon: add PciCpuIo2Dxe

2018-07-22 Thread Ming
在 7/20/2018 6:31 PM, Ard Biesheuvel 写道: > (reply to correct version of the patch - apologies for the spam if you > got this twice) > > On 20 July 2018 at 17:02, Ming Huang wrote: >> From: Heyi Guo >> >> This is to prepare for switching to generic PciHostBridge, and >> CpuIo2Dxe is needed by

[edk2] [PATCH] BaseTools/GenC: Update Standalone MM EPs for StandaloneMmPkg.

2018-07-22 Thread Marvin Häuser
The current BaseTools GenC implementation for UEFI module entry points declares Standalone MM Entry Points with the EFI_SMM_SYSTEM_TABLE2 MmSystemTable pointer and includes SMM headers. Update the code to reflect the imported StandaloneMmPkg by changing MmSystemTable to the MM type and include

Re: [edk2] [PATCH 0/6] CapsuleApp: Some enhancements

2018-07-22 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star > Zeng > Sent: Friday, July 13, 2018 5:09 PM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Yao, Jiewen > ; Zeng, Star > Subject: [edk2] [PATCH

Re: [edk2] [Patch] BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's value

2018-07-22 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: Monday, July 23, 2018 12:02 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [Patch] BaseTools: Correct >_PCD_PATCHABLE_TokenName_SIZE's value >

Re: [edk2] [Patch] BaseTools: ElfConvert Tool update VerboseMsg to same with the comment

2018-07-22 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, July 13, 2018 11:32 AM >To: edk2-devel@lists.01.org >Subject: [edk2] [Patch] BaseTools: ElfConvert Tool update VerboseMsg to >same with the

Re: [edk2] [PATCH] BaseTools: Fix the different token with the same PCD

2018-07-22 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Feng, YunhuaX >Sent: Friday, July 20, 2018 3:52 PM >To: edk2-devel@lists.01.org >Cc: Zhu, Yonghong ; Gao, Liming > >Subject: [PATCH] BaseTools: Fix the different token with the same PCD > >If the different token with the same PCD names

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900 1/5] Add EepromApp.

2018-07-22 Thread zwei4
Add EepromApp which could read, write, verify and dump the EERPOM data. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: David Wei CC: Kelly Steele CC: Mike Wu CC: Mang Guo --- .../Common/Features/Eeprom/EepromApp/EepromApp.c | 2090

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900 5/5] EEPROM header files.

2018-07-22 Thread zwei4
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: David Wei CC: Kelly Steele CC: Mike Wu CC: Mang Guo --- .../Common/Features/Eeprom/Include/EepromStruct.h | 189 + .../Features/Eeprom/Include/Guid/EepromVariable.h | 26 +++

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900 4/5] Common EEPROM library instance.

2018-07-22 Thread zwei4
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: David Wei CC: Kelly Steele CC: Mike Wu CC: Mang Guo --- .../Common/Features/Eeprom/EepromLib/EepromLib.c | 1011 .../Common/Features/Eeprom/EepromLib/EepromLib.h | 76 ++