[edk2] [PATCH] SecurityPkg: Tcg2ConfigDxe: Display TPM2 HID in Tcg2Config

2017-01-03 Thread Zhang, Chao B
Display TPM2 HID from TPM2 ACPI device object in Tcg2Config UI Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr| 9 +- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c | 107

[edk2] unable to build update capsule image

2017-01-03 Thread Iddamsetty, Aravind (Artesyn)
Hi All, I am trying to build a Quark Bios update capsule image in my EDK2 enviroment. But it is failing with below errors. Kindly request you to help me out with this. Build Command : build -a IA32 -t VS2010x86 -p QuarkPlatformPkg\Quark.dsc -D CAPSULE_ENABLE

Re: [edk2] [Patch] BaseTools: not report error for the optional items in the FmpTokens

2017-01-03 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Zhu, Yonghong >Sent: Wednesday, January 04, 2017 1:15 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [Patch] BaseTools: not report error for the optional items in the >FmpTokens >

Re: [edk2] [Patch] BaseTools: fix the bug for Mixed Pcd display in the report

2017-01-03 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Zhu, Yonghong >Sent: Friday, December 30, 2016 3:48 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [Patch] BaseTools: fix the bug for Mixed Pcd display in the report > >Fix the bug

[edk2] [Patch] BaseTools: not report error for the optional items in the FmpTokens

2017-01-03 Thread Yonghong Zhu
in the FDF spec defined some optional items, eg: IMAGE_INDEX, HARDWARE_INSTANCE. but current tool report error if no such item is exist in the FDF file. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=293 Cc: Liming Gao Contributed-under: TianoCore Contribution

Re: [edk2] [PATCH] SecurityPkg: Tcg2Smm: Update HID patch logic

2017-01-03 Thread Long, Qin
Reviewed-by: Qin Long > -Original Message- > From: Zhang, Chao B > Sent: Wednesday, January 04, 2017 11:12 AM > To: edk2-devel@lists.01.org > Cc: Long, Qin; Yao, Jiewen; Zhang, Chao B > Subject: [PATCH] SecurityPkg: Tcg2Smm: Update HID patch logic > > Update HID

Re: [edk2] [PATCH] SecurityPkg: Tcg2Smm: Update HID patch logic

2017-01-03 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Zhang, Chao B > Sent: Wednesday, January 4, 2017 11:12 AM > To: edk2-devel@lists.01.org > Cc: Long, Qin ; Yao, Jiewen ; Zhang, > Chao B > Subject: [PATCH]

[edk2] [PATCH] ShellPkg: Fix a bug ">>v" cannot append data to environment variable

2017-01-03 Thread Ruiyu Ni
From: chen881220 When ">v" is used to redirect the command output to environment variable, the ending "\r\n\0" is removed before setting to environment variable but the length is not updated. It causes ">>v" fails to append data to the environment variable created by ">v".

[edk2] [PATCH] SecurityPkg: Tcg2Smm: Update HID patch logic

2017-01-03 Thread Zhang, Chao B
Update HID patch logic. NOOP in ASL template may cause syntax error when disassembled and recompiled. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.c | 11 ++-

Re: [edk2] [PATCH] OvmfPkg/SmmControl2Dxe: correct PCI_CONFIG_READ_WRITE in S3 boot script

2017-01-03 Thread Jordan Justen
On 2016-12-02 02:48:44, Laszlo Ersek wrote: > EFI_BOOT_SCRIPT_PCI_CONFIG_READ_WRITE_OPCODE expects the PCI address to > access in UEFI encoding, not in edk2/PciLib encoding. Convert the > ICH9_GEN_PMCON_1 register's address to UEFI representation before storing > it in the boot script. > > Cc:

Re: [edk2] [PATCH 1/1] Add BGRT ACPI table inclusion support in OVMF

2017-01-03 Thread Laszlo Ersek
On 12/26/16 06:25, Bhupesh Sharma wrote: > During debugging Linux kernel for ACPI BGRT support > (especially on VMs), it is sometimes very useful to have > the EFI firmware (OVMF in most cases which use Tianocore) > to export the ACPI BGRT table. > > This patch tries to add this support. > > I

Re: [edk2] [PATCH] OvmfPkg/SmmControl2Dxe: correct PCI_CONFIG_READ_WRITE in S3 boot script

2017-01-03 Thread Laszlo Ersek
Jordan, Ray, Jiewen, can one of you please review this patch? The change is not specific to OVMF / QEMU behavior, it's about the correct encoding of PCI config space addresses, for the related S3 boot script operations. The POWER_MGMT_REGISTER_Q35() macro seen below is #define

Re: [edk2] [PATCH 0/3] MdePkg, MdeModulePkg, Vlv2TbltDevicePkg: 64-bit LoopTimes in S3 MEM_POLL

2017-01-03 Thread Laszlo Ersek
On 12/16/16 02:00, Kinney, Michael D wrote: > Laszlo, > > I agree with Jiewen that this is a compatible change. > > Reviewed-by: Michael Kinney Thank you both for the reviews, I pushed the series: 7c6075e2546d..32ea56f0a65b. Laszlo > > Mike > > From: Yao, Jiewen