Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 96e2af4cc40fd04bcacda8f6dcb461a865e8e72d
https://github.com/tianocore/edk2/commit/96e2af4cc40fd04bcacda8f6dcb461a865e8e72d
Author: Michael Kubacki <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M ManageabilityPkg/Include/Library/BasePldmProtocolLib.h
M ManageabilityPkg/Include/Library/ManageabilityTransportHelperLib.h
M ManageabilityPkg/Include/Library/ManageabilityTransportIpmiLib.h
M ManageabilityPkg/Include/Library/ManageabilityTransportLib.h
M ManageabilityPkg/Include/Library/ManageabilityTransportMctpLib.h
M ManageabilityPkg/Include/Library/PlatformBmcReadyLib.h
M ManageabilityPkg/Include/Protocol/IpmiBlobTransfer.h
M ManageabilityPkg/Include/Protocol/MctpProtocol.h
M ManageabilityPkg/Include/Protocol/PldmProtocol.h
M ManageabilityPkg/Include/Protocol/PldmSmbiosTransferProtocol.h
M
ManageabilityPkg/Library/ManageabilityTransportKcsLib/ManageabilityTransportKcs.h
M
ManageabilityPkg/Library/ManageabilityTransportMctpLib/Dxe/ManageabilityTransportMctp.h
M
ManageabilityPkg/Library/ManageabilityTransportSerialLib/Common/ManageabilityTransportSerial.h
M
ManageabilityPkg/Library/ManageabilityTransportSsifLib/Common/ManageabilityTransportSsif.h
M ManageabilityPkg/Universal/IpmiBlobTransferDxe/InternalIpmiBlobTransfer.h
M ManageabilityPkg/Universal/IpmiProtocol/Common/IpmiProtocolCommon.h
M ManageabilityPkg/Universal/IpmiProtocol/Pei/IpmiPpiInternal.h
M ManageabilityPkg/Universal/MctpProtocol/Common/MctpProtocolCommon.h
M ManageabilityPkg/Universal/PldmProtocol/Common/PldmProtocolCommon.h
Log Message:
-----------
ManageabilityPkg: Follow pragma once coding convention
Update recent changes in ManageabilityPkg to follow the latest EDK II
C Coding Standards Specification (5.3) to use '#pragma once' instead
of traditional macro-based include guards in header files.
https://tianocore-docs.github.io/edk2-CCodingStandardsSpecification/draft/5_source_files/53_include_files.html#53-include-files
Signed-off-by: Michael Kubacki <[email protected]>
Commit: 16b41f7d023d4977b8ae828da814fe3d6a125200
https://github.com/tianocore/edk2/commit/16b41f7d023d4977b8ae828da814fe3d6a125200
Author: Michael Kubacki <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M MdeModulePkg/Bus/Pci/CxlDxe/CxlDxe.h
M MdeModulePkg/Include/Protocol/CxlIo.h
M MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockTpmMeasurementLib.h
M
MdeModulePkg/Test/Mock/Include/GoogleTest/Ppi/MockFirmwareVolumeShadowPpi.h
Log Message:
-----------
MdeModulePkg: Follow pragma once coding convention
Update recent changes in MdeModulePkg to follow the latest EDK II
C Coding Standards Specification (5.3) to use '#pragma once' instead
of traditional macro-based include guards in header files.
https://tianocore-docs.github.io/edk2-CCodingStandardsSpecification/draft/5_source_files/53_include_files.html#53-include-files
Signed-off-by: Michael Kubacki <[email protected]>
Commit: fde4a758fd42a1bf9135147b24c854b41cc5b0bf
https://github.com/tianocore/edk2/commit/fde4a758fd42a1bf9135147b24c854b41cc5b0bf
Author: Michael Kubacki <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockDxeServicesLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockDxeServicesTableLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockIoLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockMemoryAllocationLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockMmServicesTableLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockPcdLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockPciCf8Lib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockPciExpressLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockPciLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockPerformanceLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockSerialPortLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockSmmMemLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockSynchronizationLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiDevicePathLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeLib.h
Log Message:
-----------
MdePkg: Follow pragma once coding convention
Update recent changes in MdePkg to follow the latest EDK II
C Coding Standards Specification (5.3) to use '#pragma once' instead
of traditional macro-based include guards in header files.
https://tianocore-docs.github.io/edk2-CCodingStandardsSpecification/draft/5_source_files/53_include_files.html#53-include-files
Signed-off-by: Michael Kubacki <[email protected]>
Commit: fd7a2a54889bf2318bc788627d45dccccf752c3f
https://github.com/tianocore/edk2/commit/fd7a2a54889bf2318bc788627d45dccccf752c3f
Author: Michael Kubacki <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.h
Log Message:
-----------
SecurityPkg: Update Tpm2Ptp.h to follow pragma once coding convention
Update Tpm2Ptp.h to follow the latest EDK II C Coding Standards
Specification (5.3) to use '#pragma once' instead of traditional
macro-based include guards in header files.
https://tianocore-docs.github.io/edk2-CCodingStandardsSpecification/draft/5_source_files/53_include_files.html#53-include-files
Signed-off-by: Michael Kubacki <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/8a6cd66acb95...fd7a2a54889b
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits