Re: [edk2] [PATCH] IntelFsp2WrapperPkg: Support FSP Dispatch mode

2018-11-06 Thread Chiu, Chasel
Hi Jiewen, No special reason in this patch. I'm verifying the change for switching to "if" instead of "#if", and will re-send a new patch later. Thanks! Chasel -Original Message- From: Yao, Jiewen Sent: Tuesday, November 6, 2018 7:38 PM To: Chiu, Chasel Cc: edk2-devel@lists.01.org;

Re: [edk2] [PATCH] IntelFsp2WrapperPkg: Support FSP Dispatch mode

2018-11-06 Thread Yao, Jiewen
hi chasel I think our guide is not to use #if, but use if() Is there any special reason in this patch? thank you! Yao, Jiewen > 在 2018年11月6日,下午5:22,Chiu, Chasel 写道: > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1300 > > Provides PCD selection for FSP Wrapper to support Dispatch >

[edk2] [PATCH] IntelFsp2WrapperPkg: Support FSP Dispatch mode

2018-11-06 Thread Chasel, Chiu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1300 Provides PCD selection for FSP Wrapper to support Dispatch mode. Also PcdFspmBaseAddress should support Dynamic for recovery scenario (multiple FSP-M binary in flash) Test: Verified on internal platform and both API and DISPATCH