Skip to content

Commit

Permalink
dependencies: bump to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
raballew authored May 3, 2023
1 parent 00b1344 commit ef5cc69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edk2
Submodule edk2 updated 64 files
+1 −1 .azurepipelines/templates/defaults.yml
+2,430 −0 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c
+31 −0 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf
+1 −0 ArmPkg/ArmPkg.dsc
+11 −0 ArmPkg/Include/AsmMacroIoLibV8.h
+4 −0 ArmPkg/Include/Chipset/AArch64.h
+49 −1 ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
+50 −8 ArmPkg/Library/ArmLib/AArch64/AArch64Support.S
+8 −6 ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibReplaceEntry.S
+2 −2 BaseTools/Conf/build_rule.template
+19 −2 BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py
+1 −1 CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf
+80 −51 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCpuTopologyLibArm/SsdtCpuTopologyGenerator.c
+4 −0 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCpuTopologyLibArm/SsdtCpuTopologyGenerator.h
+6 −2 MdeModulePkg/Universal/RegularExpressionDxe/OnigurumaUefiPort.c
+5 −2 MdeModulePkg/Universal/RegularExpressionDxe/OnigurumaUefiPort.h
+82 −0 MdePkg/Include/IndustryStandard/Pldm.h
+183 −0 MdePkg/Include/IndustryStandard/PldmSmbiosTransfer.h
+22 −20 MdePkg/Include/Library/DebugLib.h
+1 −0 MdePkg/MdePkg.dec
+50 −14 OvmfPkg/AmdSevDxe/AmdSevDxe.c
+4 −2 OvmfPkg/Include/Guid/ConfidentialComputingSevSnpBlob.h
+5 −8 OvmfPkg/Library/CcExitLib/CcExitVcHandler.c
+1,204 −0 RedfishPkg/Include/Library/HiiUtilityLib.h
+143 −0 RedfishPkg/Include/Library/RedfishPlatformConfigLib.h
+257 −0 RedfishPkg/Include/Protocol/EdkIIRedfishPlatformConfig.h
+1,439 −0 RedfishPkg/Library/HiiUtilityLib/HiiExpression.c
+191 −0 RedfishPkg/Library/HiiUtilityLib/HiiExpression.h
+2,715 −0 RedfishPkg/Library/HiiUtilityLib/HiiIfrParse.c
+376 −0 RedfishPkg/Library/HiiUtilityLib/HiiInternal.h
+5,770 −0 RedfishPkg/Library/HiiUtilityLib/HiiUtilityInternal.c
+810 −0 RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.c
+62 −0 RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
+35 −0 RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigInternal.h
+310 −0 RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c
+41 −0 RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
+3 −0 RedfishPkg/Redfish.fdf.inc
+3 −0 RedfishPkg/RedfishComponents.dsc.inc
+55 −88 RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c
+63 −24 RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c
+21 −7 RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverInternal.h
+2 −0 RedfishPkg/RedfishLibs.dsc.inc
+12 −0 RedfishPkg/RedfishPkg.dec
+4 −0 RedfishPkg/RedfishPkg.dsc
+2,495 −0 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c
+81 −0 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.h
+55 −0 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
+1,364 −0 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigImpl.c
+334 −0 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigImpl.h
+1 −0 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
+5 −1 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12Tis.c
+5 −1 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.c
+7 −5 UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf
+139 −71 UefiCpuPkg/Library/CpuCommonFeaturesLib/ProcTrace.c
+15 −0 UefiCpuPkg/UefiCpuPkg.dec
+14 −1 UefiPayloadPkg/Library/BaseSerialPortLibHob/BaseSerialPortLibHob.c
+56 −0 UefiPayloadPkg/Library/BaseSerialPortLibHob/DxeBaseSerialPortLibHob.c
+41 −0 UefiPayloadPkg/Library/BaseSerialPortLibHob/DxeBaseSerialPortLibHob.inf
+809 −0 UefiPayloadPkg/Tools/ElfFv.py
+6 −0 UefiPayloadPkg/Tools/__init__.py
+1 −0 UefiPayloadPkg/UefiPayloadPkg.ci.yaml
+9 −2 UefiPayloadPkg/UefiPayloadPkg.dsc
+30 −2 UefiPayloadPkg/UefiPayloadPkg.fdf
+107 −113 UefiPayloadPkg/UniversalPayloadBuild.py
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 80 files
+26 −0 Features/Intel/OutOfBandManagement/SpcrFeaturePkg/SpcrAcpiDxe/SpcrAcpi.c
+13 −0 Features/Intel/OutOfBandManagement/SpcrFeaturePkg/SpcrAcpiDxe/SpcrAcpiDxe.inf
+41 −0 Features/ManageabilityPkg/Include/Library/BasePldmProtocolLib.h
+97 −0 Features/ManageabilityPkg/Include/Library/ManageabilityTransportHelperLib.h
+27 −8 Features/ManageabilityPkg/Include/Library/ManageabilityTransportLib.h
+54 −0 Features/ManageabilityPkg/Include/Library/ManageabilityTransportMctpLib.h
+20 −0 Features/ManageabilityPkg/Include/Manageability.dsc
+28 −0 Features/ManageabilityPkg/Include/PostMemory.fdf
+12 −0 Features/ManageabilityPkg/Include/PreMemory.fdf
+102 −0 Features/ManageabilityPkg/Include/Protocol/MctpProtocol.h
+87 −0 Features/ManageabilityPkg/Include/Protocol/PldmProtocol.h
+184 −0 Features/ManageabilityPkg/Include/Protocol/PldmSmbiosTransferProtocol.h
+215 −10 Features/ManageabilityPkg/Library/BaseManageabilityTransportHelperLib/BaseManageabilityTransportHelper.c
+1 −0 Features/ManageabilityPkg/Library/BaseManageabilityTransportHelperLib/BaseManageabilityTransportHelper.inf
+12 −6 Features/ManageabilityPkg/Library/BaseManageabilityTransportNullLib/BaseManageabilityTransportNull.c
+134 −74 Features/ManageabilityPkg/Library/ManageabilityTransportKcsLib/Common/KcsCommon.c
+14 −8 Features/ManageabilityPkg/Library/ManageabilityTransportKcsLib/Common/ManageabilityTransportKcs.h
+55 −34 Features/ManageabilityPkg/Library/ManageabilityTransportKcsLib/Dxe/ManageabilityTransportKcs.c
+44 −0 Features/ManageabilityPkg/Library/ManageabilityTransportMctpLib/Dxe/DxeManageabilityTransportMctp.inf
+367 −0 Features/ManageabilityPkg/Library/ManageabilityTransportMctpLib/Dxe/ManageabilityTransportMctp.c
+26 −0 Features/ManageabilityPkg/Library/ManageabilityTransportMctpLib/Dxe/ManageabilityTransportMctp.h
+13 −0 Features/ManageabilityPkg/Library/ManageabilityTransportMctpLib/Dxe/ManageabilityTransportMctp.uni
+87 −0 Features/ManageabilityPkg/Library/PldmProtocolLibrary/Dxe/PldmProtocolLib.c
+42 −0 Features/ManageabilityPkg/Library/PldmProtocolLibrary/Dxe/PldmProtocolLib.inf
+18 −0 Features/ManageabilityPkg/Library/PldmProtocolLibrary/Dxe/PldmProtocolLib.uni
+28 −0 Features/ManageabilityPkg/ManageabilityPkg.dec
+13 −1 Features/ManageabilityPkg/ManageabilityPkg.dsc
+10 −0 Features/ManageabilityPkg/Readme.md
+40 −23 Features/ManageabilityPkg/Universal/IpmiProtocol/Common/IpmiProtocolCommon.c
+20 −16 Features/ManageabilityPkg/Universal/IpmiProtocol/Common/IpmiProtocolCommon.h
+18 −6 Features/ManageabilityPkg/Universal/IpmiProtocol/Dxe/IpmiProtocol.c
+36 −19 Features/ManageabilityPkg/Universal/IpmiProtocol/Pei/IpmiPpi.c
+9 −3 Features/ManageabilityPkg/Universal/IpmiProtocol/Pei/IpmiPpiInternal.h
+18 −6 Features/ManageabilityPkg/Universal/IpmiProtocol/Smm/IpmiProtocol.c
+472 −0 Features/ManageabilityPkg/Universal/MctpProtocol/Common/MctpProtocolCommon.c
+139 −0 Features/ManageabilityPkg/Universal/MctpProtocol/Common/MctpProtocolCommon.h
+218 −0 Features/ManageabilityPkg/Universal/MctpProtocol/Dxe/MctpProtocol.c
+53 −0 Features/ManageabilityPkg/Universal/MctpProtocol/Dxe/MctpProtocolDxe.inf
+437 −0 Features/ManageabilityPkg/Universal/PldmProtocol/Common/PldmProtocolCommon.c
+109 −0 Features/ManageabilityPkg/Universal/PldmProtocol/Common/PldmProtocolCommon.h
+181 −0 Features/ManageabilityPkg/Universal/PldmProtocol/Dxe/PldmProtocol.c
+50 −0 Features/ManageabilityPkg/Universal/PldmProtocol/Dxe/PldmProtocolDxe.inf
+525 −0 Features/ManageabilityPkg/Universal/PldmSmbiosTransferDxe/PldmSmbiosTransferDxe.c
+47 −0 Features/ManageabilityPkg/Universal/PldmSmbiosTransferDxe/PldmSmbiosTransferDxe.inf
+1 −1 Platform/ARM/N1Sdp/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c
+297 −37 Platform/ARM/Readme.md
+11 −2 Platform/ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf
+11 −2 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf
+8 −1 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2AcpiTables.inf
+96 −0 Platform/ARM/SgiPkg/AcpiTables/SsdtIoVirtSocExp.asl
+42 −0 Platform/ARM/SgiPkg/AcpiTables/SsdtRosVirtioP9.asl
+66 −1 Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c
+8 −1 Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.inf
+188 −0 Platform/ARM/SgiPkg/Include/IoVirtSoCExp.h
+4 −2 Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.inf
+41 −3 Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLibMem.c
+9 −1 Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc
+10 −1 Platform/ARM/SgiPkg/SgiPlatform.dec
+0 −1 Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc
+5 −2 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc
+5 −14 Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc
+2 −6 Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.fdf
+1 −0 Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkgPcd.dsc
+31 −0 Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/build_config_x64.cfg
+0 −1 Platform/Intel/SimicsOpenBoardPkg/OpenBoardPkg.dec
+0 −8 Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c
+1 −1 Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf
+13 −0 Platform/Intel/SimicsOpenBoardPkg/SecCore/X64/SecEntry.nasm
+69 −67 Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c
+4 −2 Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf
+1 −0 Platform/Intel/build.cfg
+1 −1 Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLibMem.c
+1 −1 Silicon/Intel/SimicsX58SktPkg/SktSecInclude.fdf
+2 −2 Silicon/Intel/SimicsX58SktPkg/SktUefiBootInclude.fdf
+0 −148 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccess2Dxe.c
+0 −54 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccess2Dxe.inf
+0 −346 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccessPei.c
+0 −65 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccessPei.inf
+0 −200 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmramInternal.c
+0 −82 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmramInternal.h
2 changes: 1 addition & 1 deletion ipxe
Submodule ipxe updated 1 files
+57 −17 src/util/elf2efi.c

0 comments on commit ef5cc69

Please sign in to comment.