Re: [edk2] [PATCH v3 27/52] OvmfPkg: use relaxed AP SMM synchronization mode

2015-10-25 Thread Paolo Bonzini
On 23/10/2015 17:29, Laszlo Ersek wrote: > I plan to drop this patch, dependent on testing, and on how a new QEMU > patch I've written will be received on qemu-devel. I'm not sure why it can't be fixed within the firmware. Your patch to QEMU to use current_cpu obviously makes sense (that's why

[edk2] [patch] Do not deadloop if Microcode not found in FspTempRamInit.

2015-10-25 Thread jiewen yao
We do not consider microcode not found as critical error, because Microcode might already be already applied or be applied later. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yao, Jiewen Cc: Ma, Maurice ; Cc: Rangarajan, Ravi

[edk2] [Patch] BaseTools:remove the redundant directories for '-f' with absolute path.

2015-10-25 Thread Yonghong Zhu
when the absolute path is given to '-f', it would create some redundant empty directories. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- Source/C/Split/Split.c | 25 +++-- 1 file changed, 15 insertions(+), 10

[edk2] [Patch] BaseTools:remove the redundant directories for '-f' with absolute path.

2015-10-25 Thread Yonghong Zhu
when the absolute path is given to '-f', it would create some redundant empty directories. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- Source/C/Split/Split.c | 24 ++-- 1 file changed, 14 insertions(+), 10

[edk2] [patch] Publish FspHob to PEI Hob by default, because most platforms use such logic.

2015-10-25 Thread jiewen yao
PcdDataBaseHobGuid GuidHob is excluded because PCD database in FSP is different with the one in PEI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yao, Jiewen Cc: Ma, Maurice ; Cc: Rangarajan, Ravi P