|
[PATCH] Vlv2TbltDevicePkg/PlatformInitPei: Support USB init
In order to support recovery in PEI phase, a platform need initialize USB controller. This logic is missing in current PchInitPeim. We removed MultiPlatformInfoInit() because it is already done in Pla
In order to support recovery in PEI phase, a platform need initialize USB controller. This logic is missing in current PchInitPeim. We removed MultiPlatformInfoInit() because it is already done in Pla
|
By
Yao, Jiewen
· #1486
·
|
|
[PATCH] Maintainers.txt: Add Giri as 2nd maintainer
Add Giri as 2nd maintainer to IntelFsp2*Pkg and IntelSiliconPkg. Cc: Giri P Mudusuru <giri.p.mudusuru@...> Cc: Amy Chan <amy.chan@...> Contributed-under: TianoCore Contribution Agreement 1
Add Giri as 2nd maintainer to IntelFsp2*Pkg and IntelSiliconPkg. Cc: Giri P Mudusuru <giri.p.mudusuru@...> Cc: Amy Chan <amy.chan@...> Contributed-under: TianoCore Contribution Agreement 1
|
By
Yao, Jiewen
· #1534
·
|
|
[PATCH] Maintainers.txt: Add Giri as 2nd maintainer
Jordan I got error from BaseTools\Scripts\PatchCheck.py, if I add it. Can you fix the tool to remove such limitation? ======================= Checking patch file: C:\home\EdkIITransition\AllComboGit\e
Jordan I got error from BaseTools\Scripts\PatchCheck.py, if I add it. Can you fix the tool to remove such limitation? ======================= Checking patch file: C:\home\EdkIITransition\AllComboGit\e
|
By
Yao, Jiewen
· #1546
·
|
|
[PATCH] Maintainers.txt: Add Giri as 2nd maintainer
Jordan I have a quick check: Here is my observation: 1) From https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format, it mentions: * The length of 'Pkg-Module: Brief-single-line-su
Jordan I have a quick check: Here is my observation: 1) From https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format, it mentions: * The length of 'Pkg-Module: Brief-single-line-su
|
By
Yao, Jiewen
· #1547
·
|
|
[PATCH] Maintainers.txt: Add Giri as 2nd maintainer
The problem I am seeing is “inconsistence”. The https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format mention 70 char as max. But the tool check 76 char. Can we make then consist
The problem I am seeing is “inconsistence”. The https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format mention 70 char as max. But the tool check 76 char. Can we make then consist
|
By
Yao, Jiewen
· #1575
·
|
|
[PATCH] Maintainers.txt: Add Giri as 2nd maintainer
Thanks to open the bug. Yes, I will use your recommendation below when I check in the patch later. Thank you Yao Jiewen Sent: Thursday, September 8, 2016 1:06 PM To: Yao, Jiewen <jiewen.yao@...>
Thanks to open the bug. Yes, I will use your recommendation below when I check in the patch later. Thank you Yao Jiewen Sent: Thursday, September 8, 2016 1:06 PM To: Yao, Jiewen <jiewen.yao@...>
|
By
Yao, Jiewen
· #1588
·
|
|
[PATCH] MdeModulePkg/PciBusDxe: make BAR degradation dependent on OPROM presence
HI Ard We should not let MdeModulePkg depend on IntelFrameworkPkg. You patch violates the dependency rule. I suggest we figure out other solution to resolve the problem. Thank you Yao Jiewen
HI Ard We should not let MdeModulePkg depend on IntelFrameworkPkg. You patch violates the dependency rule. I suggest we figure out other solution to resolve the problem. Thank you Yao Jiewen
|
By
Yao, Jiewen
· #1714
·
|
|
[PATCH] IntelFsp2Pkg: Align #Pragma in UPD header files to rest of EDK2 Pkgs
Reviewed-by: jiewen.yao@...
Reviewed-by: jiewen.yao@...
|
By
Yao, Jiewen
· #1832
·
|
|
[PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib
Reviewed-by: Jiewen.yao@...
Reviewed-by: Jiewen.yao@...
|
By
Yao, Jiewen
· #1872
·
|
|
[PATCH 00/45] Add capsule update and recovery sample.
This series patch provides sample on how to do signed capsule update and recovery in EDKII. This series patch is also checked into git@...:jyao1/edk2.git. The feature includes: 1) Define EDKII
This series patch provides sample on how to do signed capsule update and recovery in EDKII. This series patch is also checked into git@...:jyao1/edk2.git. The feature includes: 1) Define EDKII
|
By
Yao, Jiewen
· #1898
·
|
|
[PATCH 01/45] MdeModulePkg/Include: Add EDKII system FMP capsule header.
Add EDKII system FMP capsule header file. This describes the EDKII system FMP capsule format. Cc: Star Zeng <star.zeng@...> Cc: Liming Gao <liming.gao@...> Cc: Chao Zhang <chao.b.zhang@int
Add EDKII system FMP capsule header file. This describes the EDKII system FMP capsule format. Cc: Star Zeng <star.zeng@...> Cc: Liming Gao <liming.gao@...> Cc: Chao Zhang <chao.b.zhang@int
|
By
Yao, Jiewen
· #1899
·
|
|
[PATCH 02/45] MdeModulePkg/Include: Add EdkiiSystemCapsuleLib definition.
This library is used to abstract the action for EDKII system FMP capsule, such as extracting a component from capsule, or authenticate the capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Ki
This library is used to abstract the action for EDKII system FMP capsule, such as extracting a component from capsule, or authenticate the capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Ki
|
By
Yao, Jiewen
· #1900
·
|
|
[PATCH 03/45] MdeModulePkg/Include: Add FmpAuthenticationLib header.
This library is used to authenticate a UEFI defined FMP Capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <liming.gao@...> Cc: Chao Zh
This library is used to authenticate a UEFI defined FMP Capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <liming.gao@...> Cc: Chao Zh
|
By
Yao, Jiewen
· #1901
·
|
|
[PATCH 04/45] MdeModulePkg/Include: Add IniParsingLib header.
This library is used to parse the INI configuration file. The INI configuration file is used in EDKII capsule image to describe the capsule information. The INI file format is: ================ [Secti
This library is used to parse the INI configuration file. The INI configuration file is used in EDKII capsule image to describe the capsule information. The INI file format is: ================ [Secti
|
By
Yao, Jiewen
· #1902
·
|
|
[PATCH 05/45] MdeModulePkg/Include: Add PlatformFlashAccessLib header.
This library is used to abstract platform flash access. This library is consumed by a capsule update module. It may cover BIOS region and/or non-BIOS region. Cc: Star Zeng <star.zeng@...> Cc: Mi
This library is used to abstract platform flash access. This library is consumed by a capsule update module. It may cover BIOS region and/or non-BIOS region. Cc: Star Zeng <star.zeng@...> Cc: Mi
|
By
Yao, Jiewen
· #1903
·
|
|
[PATCH 06/45] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API.
ProcessCapsules() API can be used by platform BDS to process all capsules. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <liming.gao@...> C
ProcessCapsules() API can be used by platform BDS to process all capsules. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <liming.gao@...> C
|
By
Yao, Jiewen
· #1904
·
|
|
[PATCH 07/45] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition.
1) Add capsule related GUID. EdkiiSystemFmpCapsule 2) Add capsule related library. EdkiiSystemCapsuleLib FmpAuthenticationLib IniParsingLib PlatformFlashAccessLib.c 3) Add capsule related status code
1) Add capsule related GUID. EdkiiSystemFmpCapsule 2) Add capsule related library. EdkiiSystemCapsuleLib FmpAuthenticationLib IniParsingLib PlatformFlashAccessLib.c 3) Add capsule related status code
|
By
Yao, Jiewen
· #1905
·
|
|
[PATCH 08/45] MdeModulePkg/IniParsingLib: Add InitParsingLib instance.
This library is used to parse the INI configuration file. The INI configuration file is used in EDKII capsule image to describe the capsule information. Cc: Star Zeng <star.zeng@...> Cc: Michael
This library is used to parse the INI configuration file. The INI configuration file is used in EDKII capsule image to describe the capsule information. Cc: Star Zeng <star.zeng@...> Cc: Michael
|
By
Yao, Jiewen
· #1906
·
|
|
[PATCH 09/45] MdeModulePkg/FmpAuthenticationLib: Add FmpAuthenticationLib instance.
This library is used to authenticate a UEFI defined FMP Capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <liming.gao@...> Cc: Chao Zh
This library is used to authenticate a UEFI defined FMP Capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <liming.gao@...> Cc: Chao Zh
|
By
Yao, Jiewen
· #1907
·
|
|
[PATCH 10/45] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance.
This instance handles Microsoft UX capsule, UEFI defined device FMP capsule, and EDKII system FMP capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Lim
This instance handles Microsoft UX capsule, UEFI defined device FMP capsule, and EDKII system FMP capsule. Cc: Star Zeng <star.zeng@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Lim
|
By
Yao, Jiewen
· #1908
·
|