[edk2] [PATCH] IntelFsp2Pkg: Raise exception for invalid BSF option

2017-03-15 Thread rthomaiy
Raise exception for invalid BSF option in GenCfgOpt.py Cc: Maurice Ma Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Richard Thomaiyar --- IntelFsp2Pkg/Tools/GenCfgOpt.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/IntelFsp2Pk

[edk2] [PATCH] Make [-D Macros] as optional argument for GenCfgOpt

2017-02-13 Thread rthomaiy
Cc: Maurice Ma Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Richard Thomaiyar --- IntelFsp2Pkg/Tools/GenCfgOpt.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/IntelFsp2Pkg/Tools/GenCfgOpt.py b/IntelFsp2Pkg/Tools/GenCfgOpt.

[edk2] [PATCH] IntelFsp2Pkg: Add PACKAGES_PATH support

2016-11-25 Thread rthomaiy
Add PACKAGES_PATH support in GenCfgOpt.py Cc: Maurice Ma Cc: Jiewen Yao Cc: Giri P Mudusuru Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Richard Thomaiyar --- IntelFsp2Pkg/Tools/GenCfgOpt.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[edk2] [PATCH] IntelFsp2Pkg: Use FspSiliconInitDone2 API

2016-11-16 Thread rthomaiy
Use FspSiliconInitDone2 API in Notify Phase Cc: Maurice Ma Cc: Jiewen Yao Cc: Giri P Mudusuru Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Richard Thomaiyar --- IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di