|
[PATCH 2/3] BaseTools/Conf/tools_def: Fix CLANGDWARF_IA32_X64
3 messages
Drop the "-z max-page-size=3D0x40" option as it causes the ELF header to overflow into the .text section, causing undefined behaviour. With high optimization level it corrupts essential code and the b
Drop the "-z max-page-size=3D0x40" option as it causes the ELF header to overflow into the .text section, causing undefined behaviour. With high optimization level it corrupts essential code and the b
|
By
Patrick Rudolph
·
|
|
[PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32
7 messages
The clang toolchain might default to fPIE/fPIC, which prevents lld from linking the objects into a binary. Specify -fno-pie -fno-pic as done on GCC to fix linking. Test: Building the Universal Payload
The clang toolchain might default to fPIE/fPIC, which prevents lld from linking the objects into a binary. Specify -fno-pie -fno-pic as done on GCC to fix linking. Test: Building the Universal Payload
|
By
Patrick Rudolph
·
|
|
[PATCH v5] MdePkg/Include: Add IPMI KCS definitions
4 messages
From: Abner Chang <abner.chang@...> BZ #4354 This change adds definitions for IPMI KCS. Spec ref: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-r
From: Abner Chang <abner.chang@...> BZ #4354 This change adds definitions for IPMI KCS. Spec ref: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-r
|
By
Chang, Abner
·
|
|
[PATCH v4 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
The BIOS Firmware Version in the SMBIOS Type 0 can be fetched from the fixed PcdFirmwareVersionString or platform specific OemMiscLib. In fact, the support from OemMiscLib comes into play when the fir
The BIOS Firmware Version in the SMBIOS Type 0 can be fetched from the fixed PcdFirmwareVersionString or platform specific OemMiscLib. In fact, the support from OemMiscLib comes into play when the fir
|
By
Tinh Nguyen
·
|
|
[PATCH v4 0/2] Upl remove arch spec initialization
3 messages
Looking at adding support for Risc-V for UPL. In the process realised there are several initialisation sequences which need not be part of common UPL entry flow. The flow should be agnostic to both BL
Looking at adding support for Risc-V for UPL. In the process realised there are several initialisation sequences which need not be part of common UPL entry flow. The flow should be agnostic to both BL
|
By
Dhaval Sharma
·
|
|
[Patch 1/1] PcAtChipsetPkg: Add PCD for RTC default year
4 messages
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
·
|
|
Introduce a new repo "edk2-redfish-client" under Tianocore Github
[AMD Official Use Only - General] Hi edk2 community, We are proposing to introduce a new repository under Tianocore Github which is edk2-redfish-client. The plan is to have RedfishClientPkg, Redfish s
[AMD Official Use Only - General] Hi edk2 community, We are proposing to introduce a new repository under Tianocore Github which is edk2-redfish-client. The plan is to have RedfishClientPkg, Redfish s
|
By
Chang, Abner
·
|
|
[PATCH 0/1] MdeModulePkg/Ahci: Skip retry for non-transient errors
6 messages
Fix for the recovery logic which causes hdd unlock to fail if user supplies incorrect password. Every failed packet used to be recovered which is causing the incorrect password to be tried multiple ti
Fix for the recovery logic which causes hdd unlock to fail if user supplies incorrect password. Every failed packet used to be recovered which is causing the incorrect password to be tried multiple ti
|
By
Albecki, Mateusz
·
|
|
[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
·
|