Re: [edk2] [patch 1/2] MdePkg:Add a new error status code EFI_HTTP_ERROR.

2016-01-28 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Zhang, Lubo Sent: Wednesday, January 27, 2016 3:26 PM To: edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan; Gao, Liming Subject: [patch 1/2] MdePkg:Add a new error status code EFI_HTTP_ERROR. Add a new error status code EFI_HTTP_ERROR in co

Re: [edk2] SCT compilation failed with UEFI spec 2.5

2016-01-28 Thread Meenakshi Aggarwal
Hi, I am using latest code from "UEFI-SCT-sct-next" git. Compilation command I am using is: ./SctPkg/build.sh AARCH64 GCC48 DEBUG EDK2: Author: Ard Biesheuvel Date: Fri Sep 4 10:02:43 2015 + ArmPlatformPkg/HdLcd: add missing LcdIdentify() Commit r18308 ("ArmPlatformPkg/LcdGrap

Re: [edk2] [PATCH 2/2] SecurityPkg: AuthVariableLib: Add new cert database for volatile time based Auth variable

2016-01-28 Thread Fu, Siyuan
All right, the patch is good to me. Reviewed-by: Siyuan Fu -Original Message- From: Zhang, Chao B Sent: Friday, January 29, 2016 3:10 PM To: Fu, Siyuan ; edk2-de...@ml01.01.org Cc: Zeng, Star Subject: RE: [PATCH 2/2] SecurityPkg: AuthVariableLib: Add new cert database for volatile

Re: [edk2] [PATCH 2/2] SecurityPkg: AuthVariableLib: Add new cert database for volatile time based Auth variable

2016-01-28 Thread Zhang, Chao B
Siyuan: You are correct. CleanCertsFromDb is dedicated for NV time based variable. The change is just to cooperate DeleteCertsFromDb interface change. Thanks & Best regards Chao Zhang -Original Message- From: Fu, Siyuan Sent: Friday, January 29, 2016 3:06 PM To: Zhang, Chao B; ed

Re: [edk2] [PATCH 2/2] SecurityPkg: AuthVariableLib: Add new cert database for volatile time based Auth variable

2016-01-28 Thread Fu, Siyuan
Hi, Chao The changes for CleanCertsFromDb() function seems unnecessary, Certdbv is a volatile variable so it doesn't need clean up logic on system crash. Other parts are good for me. Reviewed-by: Siyuan Fu -Original Message- From: Zhang, Chao B Sent: Friday, January 29, 2016 2:18

Re: [edk2] [PATCH 1/2] MdeModulePkg: Add BS+RT+AT variable attribute definition

2016-01-28 Thread Fu, Siyuan
Reviewed-by: Siyuan Fu -Original Message- From: Zhang, Chao B Sent: Friday, January 29, 2016 2:18 PM To: edk2-de...@ml01.01.org Cc: Zeng, Star ; Fu, Siyuan ; Zhang, Chao B Subject: [PATCH 1/2] MdeModulePkg: Add BS+RT+AT variable attribute definition Add BS+RT+AT variable attribute de

Re: [edk2] [PATCH 1/2] MdeModulePkg: Add BS+RT+AT variable attribute definition

2016-01-28 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Zhang, Chao B Sent: Friday, January 29, 2016 2:18 PM To: edk2-de...@ml01.01.org Cc: Zeng, Star; Fu, Siyuan; Zhang, Chao B Subject: [PATCH 1/2] MdeModulePkg: Add BS+RT+AT variable attribute definition Add BS+RT+AT variable attribute definit

[edk2] [PATCH 0/2] Add new cert database for volatile time based variable

2016-01-28 Thread Zhang, Chao B
Add a new cert database "certdbv" for signer certs of volatile time based variable Zhang, Chao B (2): MdeModulePkg: Add BS+RT+AT variable attribute definition SecurityPkg: AuthVariableLib: Add new cert database for volatile time based Auth variable MdeModulePkg/Include/Guid/VariableForm

[edk2] [PATCH 1/2] MdeModulePkg: Add BS+RT+AT variable attribute definition

2016-01-28 Thread Zhang, Chao B
Add BS+RT+AT variable attribute definition. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- MdeModulePkg/Include/Guid/VariableFormat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Include/Guid/VariableFormat.h b/MdeModu

[edk2] [PATCH 2/2] SecurityPkg: AuthVariableLib: Add new cert database for volatile time based Auth variable

2016-01-28 Thread Zhang, Chao B
Add a new cert data base "certdbv" to store signer certs for volatile time based Auth variable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- SecurityPkg/Library/AuthVariableLib/AuthService.c | 144 ++--- .../Library/AuthVariableLib/AuthSe

[edk2] [Patch 1/2] BaseTools/GenFw: Exit with error when header lookup fails

2016-01-28 Thread Yonghong Zhu
This patch revises GetPhdrByIndex and GetShdrByIndex to cause GenFw to exit with an error message when a section header lookup fails. The current behavior of those functions in such circumstances is to return NULL, which can cause GenFw to subsequently fault when it attempts to dereference the nul

[edk2] [Patch 2/2] BaseTools/GenFw: Enhance error message for bad symbol definitions

2016-01-28 Thread Yonghong Zhu
This patch expands the error message that is output when GenFw encounters a bad symbol definition or an unsupported symbol type. It displays the symbol name, the symbol address, and a message that describes both possibilities (bad symbol definition or unsupported symbol type). It also provides tw

[edk2] [Patch 0/2] BaseTools/GenFw: improve error messages and fix some bugs

2016-01-28 Thread Yonghong Zhu
These patches improve GenFw's error messages and fix some bugs. Yonghong Zhu (2): BaseTools/GenFw: Exit with error when header lookup fails BaseTools/GenFw: Enhance error message for bad symbol definitions BaseTools/Source/C/GenFw/Elf32Convert.c | 72 ++--- BaseTo

Re: [edk2] [patch] MdePkg: Add ACPI6.1 definition.

2016-01-28 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Yao, Jiewen Sent: Friday, January 29, 2016 12:44 PM To: edk2-de...@ml01.01.org Cc: Yao, Jiewen; Gao, Liming Subject: [patch] MdePkg: Add ACPI6.1 definition. Add ACPI 6.1 definitions from the ACPI Specification Revision 6.1 January, 2016.

Re: [edk2] [patch] MdePkg: Update Acpi.h to include 6.1.

2016-01-28 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of jiewen yao Sent: Friday, January 29, 2016 1:40 PM To: edk2-de...@ml01.01.org Cc: Yao, Jiewen; Gao, Liming Subject: [edk2] [patch] MdePkg: Update Acpi.h to include 6.1. Updat

Re: [edk2] [patch] MdePkg: Add ACPI6.1 definition.

2016-01-28 Thread Yao, Jiewen
Yes, thanks to remind me. Patch will be sent. -Original Message- From: Gao, Liming Sent: Friday, January 29, 2016 1:17 PM To: Yao, Jiewen; edk2-de...@ml01.01.org Subject: RE: [patch] MdePkg: Add ACPI6.1 definition. Jiewen: Will you update MdePkg\Include\IndustryStandard\Acpi.h to incl

[edk2] [patch] MdePkg: Update Acpi.h to include 6.1.

2016-01-28 Thread jiewen yao
Update Acpi.h to include latest Acpi6.1 header file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Cc: "Gao, Liming" --- MdePkg/Include/IndustryStandard/Acpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/IndustryS

Re: [edk2] [PATCH v2] MdePkg:Add a new error status code EFI_HTTP_ERROR.

2016-01-28 Thread Fu, Siyuan
Reviewed-by: Siyuan Fu -Original Message- From: Zhang, Lubo Sent: Friday, January 29, 2016 11:45 AM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Gao, Liming Subject: [PATCH v2] MdePkg:Add a new error status code EFI_HTTP_ERROR. v2: *Return the EFI_HTTP_ERROR in the “Status

Re: [edk2] [patch] MdePkg: Add ACPI6.1 definition.

2016-01-28 Thread Gao, Liming
Jiewen: Will you update MdePkg\Include\IndustryStandard\Acpi.h to include new Acpi61.h? Thanks Liming -Original Message- From: Yao, Jiewen Sent: Friday, January 29, 2016 12:44 PM To: edk2-de...@ml01.01.org Cc: Yao, Jiewen; Gao, Liming Subject: [patch] MdePkg: Add ACPI6.1 definition. A

Re: [edk2] [patch] MdePkg: Add missing definition for ACPI6.0.

2016-01-28 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Yao, Jiewen Sent: Friday, January 29, 2016 12:41 PM To: edk2-de...@ml01.01.org Cc: Yao, Jiewen; Gao, Liming Subject: [patch] MdePkg: Add missing definition for ACPI6.0. Add missing definition in ACPI6.0 specification. Contributed-under:

Re: [edk2] [Patch 1/2] MdePkg: Correct inconsistent function descriptions in DNS

2016-01-28 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: Friday, January 29, 2016 8:52 AM To: edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan Subject: [edk2] [Patch 1/2] MdePkg: Correct inconsistent function descrip

[edk2] [patch] MdePkg: Add ACPI6.1 definition.

2016-01-28 Thread jiewen yao
Add ACPI 6.1 definitions from the ACPI Specification Revision 6.1 January, 2016. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Cc: "Gao, Liming" --- MdePkg/Include/IndustryStandard/Acpi61.h | 2375 ++ 1 file changed, 2375 insert

[edk2] [patch] MdePkg: Add missing definition for ACPI6.0.

2016-01-28 Thread jiewen yao
Add missing definition in ACPI6.0 specification. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Cc: "Gao, Liming" --- MdePkg/Include/IndustryStandard/Acpi60.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustrySta

[edk2] [PATCH v2] NetworkPkg:Add a new error status code EFI_HTTP_ERROR

2016-01-28 Thread Zhang Lubo
v2: * *Return the EFI_HTTP_ERROR in the “Status” field in token, instead of in the status codes returned table of EFI_HTTP_PROTOCOL.Response() interface. Cc: Fu Siyuan Cc: Ye Ting Cc: Wu Jiaxin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo --- NetworkPkg/H

[edk2] [PATCH v2] MdePkg:Add a new error status code EFI_HTTP_ERROR.

2016-01-28 Thread Zhang Lubo
v2: *Return the EFI_HTTP_ERROR in the “Status” field in token, instead of in the status codes returned table of EFI_HTTP_PROTOCOL.Response() interface. Cc: Ye Ting Cc: Fu Siyuan Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo --- MdePkg/Includ

Re: [edk2] [Patch] BaseTools: Update BaseTools to pass VS2015 compiler

2016-01-28 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, January 29, 2016 10:26 AM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools: Update BaseTools to pass VS2015 compiler Fix some errors

[edk2] [Patch] BaseTools: Update BaseTools to pass VS2015 compiler

2016-01-28 Thread Yonghong Zhu
Fix some errors to pass VS2015 compiler. 1. warning C4456: declaration of xxx hides previous local declaration 2. warning C4005: 'UINT8_MAX': macro redefinition Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- BaseTools/Source/C/GenFw/Elf32Convert.c

Re: [edk2] SCT compilation failed with UEFI spec 2.5

2016-01-28 Thread Jin, Eric
Meenakshi, Could you please the more information about the build step and the SCT/EDK2 version? BTW, since SCT is not the open source project, please send email to u...@uefi.org for discussion. Best Regards Eric -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.or

Re: [edk2] [PATCH] Maintainers.txt: Update maintainers for MdeModulePkg

2016-01-28 Thread Tian, Feng
Reviewed-by: Feng Tian -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star Zeng Sent: Thursday, January 28, 2016 4:23 PM To: edk2-devel@lists.01.org Cc: Tian, Feng; Gao, Liming Subject: [edk2] [PATCH] Maintainers.txt: Update maintainers for MdeMo

Re: [edk2] [Patch] BaseTools: Fix a bug for VpdOffset calculate

2016-01-28 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: Wednesday, January 27, 2016 3:36 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools: Fix a bug for VpdOffset calculate The VpdOffset value i

Re: [edk2] [Patch] BaseTools: Fix the bug for VOID* Patchable PCD declaration in Library

2016-01-28 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: Wednesday, January 27, 2016 5:19 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools: Fix the bug for VOID* Patchable PCD declaration in Libr

Re: [edk2] [Patch] BaseTools:Incremental build not work if VPD values in DSC changed by -D

2016-01-28 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: Wednesday, January 27, 2016 3:36 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools:Incremental build not work if VPD values in DSC changed

Re: [edk2] [Patch] Maintainers.txt: Update maintainers for NetworkPkg

2016-01-28 Thread Fu, Siyuan
Reviewed-by: Siyuan Fu -Original Message- From: Wu, Jiaxin Sent: Friday, January 29, 2016 9:13 AM To: edk2-devel@lists.01.org Cc: Fu, Siyuan ; Ye, Ting Subject: [Patch] Maintainers.txt: Update maintainers for NetworkPkg Cc: Fu Siyuan Cc: Ye Ting Contributed-under: TianoCore Contribut

[edk2] [Patch] Maintainers.txt: Update maintainers for NetworkPkg

2016-01-28 Thread Jiaxin Wu
Cc: Fu Siyuan Cc: Ye Ting Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu --- Maintainers.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 0bd9c2f..9295532 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -146

Re: [edk2] [Patch 2/2] NetworkPkg: Correct inconsistent function descriptions in DNS

2016-01-28 Thread Fu, Siyuan
Reviewed-by: Siyuan Fu -Original Message- From: Wu, Jiaxin Sent: Friday, January 29, 2016 8:52 AM To: edk2-devel@lists.01.org Cc: Fu, Siyuan ; Ye, Ting Subject: [Patch 2/2] NetworkPkg: Correct inconsistent function descriptions in DNS This patch is used to correct inconsistent funct

Re: [edk2] [Patch 1/2] MdePkg: Correct inconsistent function descriptions in DNS

2016-01-28 Thread Fu, Siyuan
Reviewed-by: Siyuan Fu -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: Friday, January 29, 2016 8:52 AM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan Subject: [edk2] [Patch 1/2] MdePkg: Correct inconsistent function descr

[edk2] [Patch 0/2] Correct inconsistent function descriptions in DNS

2016-01-28 Thread Jiaxin Wu
This patch is used to correct inconsistent function descriptions in DNS. Cc: Fu Siyuan Cc: Ye Ting Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu Jiaxin Wu (2): MdePkg: Correct inconsistent function descriptions in DNS NetworkPkg: Correct inconsistent func

[edk2] [Patch 1/2] MdePkg: Correct inconsistent function descriptions in DNS

2016-01-28 Thread Jiaxin Wu
This patch is used to correct inconsistent function descriptions in Dns4.h and Dns6.h. Cc: Fu Siyuan Cc: Ye Ting Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu --- MdePkg/Include/Protocol/Dns4.h | 5 ++--- MdePkg/Include/Protocol/Dns6.h | 8 2 files c

[edk2] [Patch 2/2] NetworkPkg: Correct inconsistent function descriptions in DNS

2016-01-28 Thread Jiaxin Wu
This patch is used to correct inconsistent function descriptions in DnsDxe. Cc: Fu Siyuan Cc: Ye Ting Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu --- NetworkPkg/DnsDxe/DnsImpl.h | 583 ++- NetworkPkg/DnsDxe/DnsProtoco

Re: [edk2] [Patch 0/2] Add TCG MOR feature to QuarkPlatformPkg

2016-01-28 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Michael Kinney Sent: Friday, January 29, 2016 7:34 AM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/2] Add TCG MOR feature to QuarkPlatformPkg Add support fo

Re: [edk2] [Patch 1/2] QuarkPlatformPkg/PlatformInit: Clear memory based on TCG MOR request

2016-01-28 Thread Steele, Kelly
Reviewed by: Kelly Steele -Original Message- From: Kinney, Michael D Sent: January 28, 2016 15:34 To: edk2-devel@lists.01.org Cc: Steele, Kelly ; Yao, Jiewen Subject: [Patch 1/2] QuarkPlatformPkg/PlatformInit: Clear memory based on TCG MOR request If TCG Memory Overwrite Request is se

Re: [edk2] [Patch 2/2] QuarkPlatformPkg: Add modules required for TCG MOR feature

2016-01-28 Thread Steele, Kelly
Reviewed by: Kelly Steele -Original Message- From: Kinney, Michael D Sent: January 28, 2016 15:34 To: edk2-devel@lists.01.org Cc: Steele, Kelly ; Yao, Jiewen Subject: [Patch 2/2] QuarkPlatformPkg: Add modules required for TCG MOR feature Add the TcgSmm and TcgMor modules that are requi

[edk2] [Patch 0/2] Add TCG MOR feature to QuarkPlatformPkg

2016-01-28 Thread Michael Kinney
Add support for TCG Memory Overwrite Request feature to QuarkPlatformPkg. Memory is cleared in PEI phase in memory init module if MOR request is set. TCG SMM modules are added that manage the UEFI variables associated with MOR requests. Michael Kinney (2): QuarkPlatformPkg/PlatformInit: Clear m

[edk2] [Patch 1/2] QuarkPlatformPkg/PlatformInit: Clear memory based on TCG MOR request

2016-01-28 Thread Michael Kinney
If TCG Memory Overwrite Request is set, then clear all memory available for use by an OS. An OS may optionally use embedded SRAM in Quark SoC X1000, so the embedded SRAM should is cleared too. TCG MOR requests are communicated through a UEFI variable. This module reads UEFI variable to check stat

[edk2] [Patch 2/2] QuarkPlatformPkg: Add modules required for TCG MOR feature

2016-01-28 Thread Michael Kinney
Add the TcgSmm and TcgMor modules that are required to manage UEFI variable that conveys TCG MOR request to memory init module in PEI phase. Cc: Kelly Steele Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney --- QuarkPlatformPkg/Quark.dsc | 3

Re: [edk2] [Patch] QuarkPlatformPkg: Add Readme.md for QuarkPlatformPkg

2016-01-28 Thread Steele, Kelly
Reviewed by: Kelly Steele -Original Message- From: Kinney, Michael D Sent: January 27, 2016 22:58 To: edk2-devel@lists.01.org Cc: Steele, Kelly ; Yao, Jiewen Subject: [Patch] QuarkPlatformPkg: Add Readme.md for QuarkPlatformPkg Add a Readme.md for the QuarkPlatformPkg that describes ho

Re: [edk2] [Patch] BaseTools: Fix the bug for VOID* Patchable PCD declaration in Library

2016-01-28 Thread Laszlo Ersek
On 01/28/16 03:38, Gao, Liming wrote: > Laszlo: > Someone evaluates GCC LTO feature and detects this issue. Now, we have no > clear plan to add LTO support. Thanks Scott for the great summary, and Liming for the info. Laszlo > > Thanks > Liming > -Original Message- > From: edk2-devel

Re: [edk2] [PATCH] OvmfPkg: Increase default RELEASE build image size to 2MB

2016-01-28 Thread Laszlo Ersek
Looks good; two nits: On 01/28/16 02:15, Jordan Justen wrote: > Fixes: https://github.com/tianocore/edk2/issues/47 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jordan Justen > Cc: Bruce Cran > Cc: Laszlo Ersek > --- > OvmfPkg/OvmfPkg.fdf.inc| 6 ++ > Ovmf

Re: [edk2] [PATCH 1/3] MdeModulePkg: NvmExpressDxe: clean up NvmeRead() / NvmeWrite() debug msgs

2016-01-28 Thread Laszlo Ersek
On 01/28/16 02:32, Tian, Feng wrote: > Laszlo, > > Thanks for your particular elaborations on this issue. I am ok with your > change. > > Reviewed-by: Feng Tian > > Feng Thank you very much! Since this change seems to be justified in general, independently of the OVMF feature I'm aiming at

Re: [edk2] SCT compilation failed with UEFI spec 2.5

2016-01-28 Thread Supreeth Venkatesh
What is the SCT version that is being used? Is the latest master from git clone https://github.com/UEFI/UEFI-SCT.git being used? Thanks, Supreeth -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Meenakshi Aggarwal Sent: Thursday, January 28, 2016 3

[edk2] SCT compilation failed with UEFI spec 2.5

2016-01-28 Thread Meenakshi Aggarwal
Hi, I am facing following error while compiling SCT package: n file included from /proj/nmgsw_be/users/b46476/code/UEFI/stash/new/ls2080a-uefi-new/MdePkg/Include/Uefi.h:24:0, from /proj/nmgsw_be/users/b46476/code/UEFI/stash/new/ls2080a-uefi-new/Build/UefiSct/DEBUG_GCC48/AARCH

Re: [edk2] [PATCH] Maintainers.txt: Update maintainers for MdeModulePkg

2016-01-28 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star Zeng Sent: Thursday, January 28, 2016 4:23 PM To: edk2-devel@lists.01.org Cc: Tian, Feng; Gao, Liming Subject: [edk2] [PATCH] Maintainers.txt: Update maintainers for MdeM

[edk2] [PATCH] Maintainers.txt: Update maintainers for MdeModulePkg

2016-01-28 Thread Star Zeng
Cc: Feng Tian Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- Maintainers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b/Maintainers.txt index 0bd9c2f..86afbfb 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -1

Re: [edk2] [Patch] MdePkg: Remove magic number

2016-01-28 Thread Fu, Siyuan
Reviewed-by: Siyuan Fu -Original Message- From: Wu, Jiaxin Sent: Thursday, January 28, 2016 3:47 PM To: edk2-devel@lists.01.org Cc: Fu, Siyuan ; Ye, Ting Subject: [Patch] MdePkg: Remove magic number This patch is used to update structure of EFI_IP4_CONFIG2_INTERFACE_INFO to remove m

Re: [edk2] [PATCH] MdeModulePkg/PeiCore: Fix the debug info of PEI temp heap length

2016-01-28 Thread Zeng, Star
On 2016/1/27 16:02, Zeng, Star wrote: On 2016/1/27 15:45, Cinnamon Shia wrote: (HandoffInformationTable->EfiFreeMemoryBottom - Private->HobList.Raw) is the PEI temp heap used instead of the length of PEI temp heap. The length of PEI temp heap should be: (HandoffInformationTable->EfiFreeMemoryTo

Re: [edk2] [Patch] MdePkg: Remove magic number

2016-01-28 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Wu, Jiaxin Sent: Thursday, January 28, 2016 3:47 PM To: edk2-devel@lists.01.org Cc: Fu, Siyuan; Ye, Ting Subject: [Patch] MdePkg: Remove magic number This patch is used to update structure of EFI_IP4_CONFIG2_INTERFACE_INFO to remove magic