This project is mirrored from https://github.com/tianocore/edk2.git.
Pull mirroring updated .
- 06 May, 2022 1 commit
-
-
Yu Pu authored
There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib and UefiCpuPkg/UefiCpuLib will be merged to MdePkg/CpuLib. To avoid build failure, add CpuLib dependency to all modules that depend on UefiCpuLib. Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by:
Yu Pu <yu.pu@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- 20 Dec, 2021 1 commit
-
-
S, Ashraf Ali authored
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3642 when the module is not building in IA32 mode which will lead to building error. when a module built-in X64 function pointer will be the size of 64bit width which cannot be fit in 32bit address which will lead to error. to overcome this issue introducing the 2 new PCD's for the 64bit modules can consume it. based on the which pcd platform set, use that. Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Kuo Ted <ted.kuo@intel.com> Cc: Duggapu Chinni B <chinni.b.duggapu@intel.com> Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> Cc: Digant H Solanki <digant.h.solanki@intel.com> Cc: Sangeetha V <sangeetha.v@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by:
Ashraf Ali S <ashraf.ali.s@intel.com> Reviewed-by:
Star Zeng <star.zeng@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- 16 Sep, 2020 1 commit
-
-
Qi Zhang authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2963 Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Cc: Jiewen Yao <jiewen.yao@intel.com> Signed-off-by:
Qi Zhang <qi1.zhang@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- 26 Aug, 2020 1 commit
-
-
Jiewen Yao authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2376 Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Qi Zhang <qi1.zhang@intel.com> Signed-off-by:
Jiewen Yao <jiewen.yao@intel.com> Message-Id: <20200818062618.3698-5-qi1.zhang@intel.com> Reviewed-by:
Jian J Wang <jian.j.wang@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- 04 Sep, 2019 1 commit
-
-
Ray Ni authored
Signed-off-by:
Ray Ni <ray.ni@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Reviewed-by:
Star Zeng <star.zeng@intel.com>
-
- 09 Apr, 2019 1 commit
-
-
Michael D Kinney authored
https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- 26 Nov, 2018 1 commit
-
-
Chasel, Chiu authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1352 Fixed line ending format wrong issues on some files. Test: Verified building successfully. Cc: Jiewen Yao <Jiewen.yao@intel.com> Cc: Desimone Nathaniel L <nathaniel.l.desimone@intel.com> Cc: Wu Hao A <hao.a.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Star Zeng <star.zeng@intel.com> Reviewed-by:
Hao Wu <hao.a.wu@intel.com>
-
- 20 Nov, 2018 3 commits
-
-
Chasel, Chiu authored
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 modes booted successfully. Cc: Jiewen Yao <Jiewen.yao@intel.com> Cc: Desimone Nathaniel L <nathaniel.l.desimone@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Jiewen Yao <Jiewen.yao@intel.com>
-
Chasel, Chiu authored
Commit message issue and reverted commit 90c5bc08 . Will re-submit with correct formats. Cc: Jiewen Yao <Jiewen.yao@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Star Zeng <star.zeng@intel.com>
-
Chasel, Chiu authored
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 modes booted successfully. Cc: Jiewen Yao <Jiewen.yao@intel.com> Cc: Desimone Nathaniel L <nathaniel.l.desimone@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- 29 Nov, 2017 1 commit
-
-
Chasel, Chiu authored
UPD allocation and patching can be done outside FspWrapper as implementation choice so adding a PCD to select between original FspWrapper allocation model or outside model Cc: Jiewen Yao <Jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Jiewen Yao <jiewen.yao@intel.com>
-
- 10 Oct, 2017 1 commit
-
-
Liming Gao authored
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Liming Gao <liming.gao@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by:
Jiewen Yao <jiewen.yao@intel.com>
-
- 23 May, 2016 1 commit
-
-
Jiewen Yao authored
We updated gIntelFspPkgTokenSpaceGuid to gIntelFsp2PkgTokenSpaceGuid in IntelFsp2Pkg, but we miss the update in IntelFsp2WrapperPkg. This patch fixed the issue and made them consistent. Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Cc: Satya P Yarlagadda <satya.p.yarlagadda@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Ravi P Rangarajan <ravi.p.rangarajan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:
Jiewen Yao <jiewen.yao@intel.com> Reviewed-by:
Giri P Mudusuru <giri.p.mudusuru@intel.com>
-
- 13 May, 2016 1 commit
-
-
Jiewen Yao authored
Add FSP2.0 support. This series of patch is to support FSP2.0 specification at https://firmware.intel.com/sites/default/files/FSP_EAS_v2.0_Draft%20External.pdf Some major updates include: 1) One FSP binary is separated to multiple components: FSP-T, FSP-M, FSP-S, and optional FSP-O. Each component has its own configuration data region. 2) All FSP-APIs use same UPD format - FSP_UPD_HEADER. 3) Add EnumInitPhaseEndOfFirmware notifyphase. 4) FSP1.1/FSP1.0 compatibility is NOT maintained. 5) We also add rename Fsp* to FspWrapper* in IntelFsp2WrapperPkg, to indicate that it is for FspWrapper only. IntelFspPkg and IntelFspWrapperPkg will be deprecated. The new Intel platform will follow FSP2.0 and use IntelFsp2Pkg and IntelFsp2WrapperPkg. The old platform can still use IntelFspPkg and IntelFspWrapperPkg for compatibility consideration. Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Ravi P Rangarajan <ravi.p.rangarajan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:
Jiewen Yao <jiewen.yao@intel.com> Reviewed-by:
Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by:
Maurice Ma <maurice.ma@intel.com> Reviewed-by:
Ravi P Rangarajan <ravi.p.rangarajan@intel.com>
-