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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
56 matches
Mail list logo