|
[Patch 1/1] PcAtChipsetPkg: Add PCD for RTC default year
Add PcdRtcDefaultYear to specify the default year to use when the RTC is in an invalid state. Make sure PcdRtcDefaultYear is >= PcdMinimalValidYear and <= PcdMaximalValidYear. Set the default value fo
Add PcdRtcDefaultYear to specify the default year to use when the RTC is in an invalid state. Make sure PcdRtcDefaultYear is >= PcdMinimalValidYear and <= PcdMaximalValidYear. Set the default value fo
|
By
Michael D Kinney
·
|
|
[Patch 07/12] SecurityPkg: Add gmock example
2 messages
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Signed-off-by: Chris Johnson <chris
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Signed-off-by: Chris Johnson <chris
|
By
Michael D Kinney
·
|
|
[Patch 09/12] SecurityPkg/Library/SecureBootVariableLib: HOST_APPLICATION IA32/X64 only
2 messages
Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- .../UnitTest/MockPlatformPKProtectionLib.inf | 2 +- .../Library/SecureBootV
Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- .../UnitTest/MockPlatformPKProtectionLib.inf | 2 +- .../Library/SecureBootV
|
By
Michael D Kinney
·
|
|
[Patch 08/12] SecurityPkg/Library/SecureBootVariableLib: Fix VS20xx 4122 errors
2 messages
The unit test code for the SecureBootVariableLib is initializing local variable structures in their declaration from other local variables that are also initialized in their declaration. ANSI C does n
The unit test code for the SecureBootVariableLib is initializing local variable structures in their declaration from other local variables that are also initialized in their declaration. ANSI C does n
|
By
Michael D Kinney
·
|
|
PATCH v1 1/1 MdePkg: Remove Itanium leftover data structure
20 messages
Itanium support has been removed from EDK2 aroun 2019. ITANIUM_HANDOFF_STATUS data structure looks to be some leftover from that process. There is also positive sidefect of this data structure removal
Itanium support has been removed from EDK2 aroun 2019. ITANIUM_HANDOFF_STATUS data structure looks to be some leftover from that process. There is also positive sidefect of this data structure removal
|
By
Paweł Poławski
·
|
|
error C0DE: Unknown fatal error
Hi: Could you please help to take a look at the error? Thanks! p.s. It suggest that send an email to devel@edk2.groups.io Thanks BR, Bill Wen Best Regards Bill.Wen 温登翔 IVM BU SW/ WNC TEL : 03-6667799
Hi: Could you please help to take a look at the error? Thanks! p.s. It suggest that send an email to devel@edk2.groups.io Thanks BR, Bill Wen Best Regards Bill.Wen 温登翔 IVM BU SW/ WNC TEL : 03-6667799
|
By
Bill Wen(温登翔)
·
|
|
[PATCH v4 3/9] ManageabilityPkg: Add ManageabilityTransportLib header file
3 messages
From: Abner Chang <abner.chang@...> Add ManageabilityTransportLib header file to package. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
From: Abner Chang <abner.chang@...> Add ManageabilityTransportLib header file to package. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
|
By
Chang, Abner
·
|
|
[PATCH v4 1/9] ManageabilityPkg: Add Readme file
3 messages
From: Abner Chang <abner.chang@...> Add Readme file of edk2 platform ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...> Cc:
From: Abner Chang <abner.chang@...> Add Readme file of edk2 platform ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...> Cc:
|
By
Chang, Abner
·
|
|
reg: MAC address could not change on pre-boot environment and failed to PXE boot.
3 messages
Hello : We are writing a application to program the MAC from UEFI shell and with the updated MAC address trying to do the PXE Boot which failed. The application uses the Simple Network Protocols Stati
Hello : We are writing a application to program the MAC from UEFI shell and with the updated MAC address trying to do the PXE Boot which failed. The application uses the Simple Network Protocols Stati
|
By
Sivaraman Nainar
·
|
|
[PATCH v4 9/9] edk2-platforms: Maintainers.txt
4 messages
From: Abner Chang <abner.chang@...> Add maintainer and reviewer of ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Abdul Lateef Attar <abdattar@...> Cc: Leif Lindholm <quic_llindhol
From: Abner Chang <abner.chang@...> Add maintainer and reviewer of ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Abdul Lateef Attar <abdattar@...> Cc: Leif Lindholm <quic_llindhol
|
By
Chang, Abner
·
|
|
[Patch 12/12] PrmPkg/Library: HOST_APPLICATION IA32/X64 only
Cc: Michael Kubacki <mikuback@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- .../UnitTest/DxePrmContextBufferLibUnitTestHost.inf | 2 +- ..
Cc: Michael Kubacki <mikuback@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- .../UnitTest/DxePrmContextBufferLibUnitTestHost.inf | 2 +- ..
|
By
Michael D Kinney
·
|
|
[Patch 11/12] MdeModulePkg: HOST_APPLICATION IA32/X64 only
Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- .../UnitTest/MockUefiRuntimeServicesTableLib.inf | 2 +- .../RuntimeDxeUnitTe
Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- .../UnitTest/MockUefiRuntimeServicesTableLib.inf | 2 +- .../RuntimeDxeUnitTe
|
By
Michael D Kinney
·
|
|
[Patch 10/12] MdePkg/Library/BaseLib: HOST_APPLICATION IA32/X64 only
Cc: Liming Gao <gaoliming@...> Cc: Zhiguang Liu <zhiguang.liu@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf | 2 +- 1 file changed, 1 in
Cc: Liming Gao <gaoliming@...> Cc: Zhiguang Liu <zhiguang.liu@...> Signed-off-by: Michael D Kinney <michael.d.kinney@...> --- MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf | 2 +- 1 file changed, 1 in
|
By
Michael D Kinney
·
|
|
[Patch 06/12] MdeModulePkg/Library/UefiSortLib: Add GoogleTestLib example
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Chris Johnson <chris.
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Chris Johnson <chris.
|
By
Michael D Kinney
·
|
|
[Patch 05/12] MdePkg: Add gmock examples
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Cc: Zhiguang Liu <zhiguang
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Cc: Zhiguang Liu <zhiguang
|
By
Michael D Kinney
·
|
|
[Patch 04/12] UnitTestFrameworkPkg/ReadMe.md: Add gmock documentation
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Sean Brogan <sean.brogan@...> Cc: Michael Kubacki <mikuback@...> Cc: Michael D Kinney <michael.d.
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Cc: Sean Brogan <sean.brogan@...> Cc: Michael Kubacki <mikuback@...> Cc: Michael D Kinney <michael.d.
|
By
Michael D Kinney
·
|
|
[Patch 03/12] UnitTestFrameworkPkg: Add gmock support to GoogleTestLib
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 * Add gmock support to GoogleTestLib * Add FunctionMockLib library class and library instance * Add G
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 * Add gmock support to GoogleTestLib * Add FunctionMockLib library class and library instance * Add G
|
By
Michael D Kinney
·
|
|
[Patch 02/12] .pytool/CISettings.py: Add subhook submodule
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Add submodule for https://github.com/Zeex/subhook This submodule is required to hook internal functio
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Add submodule for https://github.com/Zeex/subhook This submodule is required to hook internal functio
|
By
Michael D Kinney
·
|
|
[Patch 01/12] UnitTestFrameworkPkg: Add subhook submodule required for gmock
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Add subhook submodule that is required to hook internal functions when using gmock. https://github.co
From: Chris Johnson <chris.n.johnson@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 Add subhook submodule that is required to hook internal functions when using gmock. https://github.co
|
By
Michael D Kinney
·
|
|
[Patch 00/12] Add gmock support for host-based unit testing
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 PR: https://github.com/tianocore/edk2/pull/4180 Branch: https://github.com/mdkinney/edk2/tree/Bug_4389_UnitTestFrameworkPkg_AddGoogleMockSuppor
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 PR: https://github.com/tianocore/edk2/pull/4180 Branch: https://github.com/mdkinney/edk2/tree/Bug_4389_UnitTestFrameworkPkg_AddGoogleMockSuppor
|
By
Michael D Kinney
·
|