Skip to content

Commit

Permalink
Update edk2-platform to pull in varstore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardbiesheuvel committed Jan 17, 2025
1 parent c5a564a commit 176e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 47 files
+2 −2 CODEOWNERS
+1 −1 Drivers/ASIX/Bus/Usb/UsbNetworking/Ax88772c/DriverBinding.c
+1 −0 Drivers/OpTee/OpteeRpmbPkg/OpTeeRpmbFv.inf
+22 −40 Drivers/OpTee/OpteeRpmbPkg/OpTeeRpmbFvb.c
+14 −3 Features/ManageabilityPkg/Include/Library/ManageabilityTransportLib.h
+1 −0 Features/ManageabilityPkg/Library/BaseManageabilityTransportHelperLib/BaseManageabilityTransportHelper.c
+1 −0 Features/ManageabilityPkg/Library/BaseManageabilityTransportHelperLib/BaseManageabilityTransportHelper.inf
+93 −0 Features/ManageabilityPkg/Library/ManageabilityTransportSerialLib/Common/ManageabilityTransportSerial.h
+609 −0 Features/ManageabilityPkg/Library/ManageabilityTransportSerialLib/Common/SerialCommon.c
+51 −0 Features/ManageabilityPkg/Library/ManageabilityTransportSerialLib/Dxe/DxeManageabilityTransportSerial.inf
+378 −0 Features/ManageabilityPkg/Library/ManageabilityTransportSerialLib/Dxe/ManageabilityTransportSerial.c
+13 −0 Features/ManageabilityPkg/Library/ManageabilityTransportSerialLib/Dxe/ManageabilityTransportSerial.uni
+2 −0 Features/ManageabilityPkg/ManageabilityPkg.dec
+1 −0 Features/ManageabilityPkg/ManageabilityPkg.dsc
+19 −3 Features/ManageabilityPkg/Universal/IpmiProtocol/Common/IpmiProtocolCommon.c
+8 −0 Features/ManageabilityPkg/Universal/IpmiProtocol/Common/IpmiProtocolCommon.h
+5 −0 Features/ManageabilityPkg/Universal/IpmiProtocol/Dxe/IpmiProtocolDxe.inf
+4 −0 Features/ManageabilityPkg/Universal/IpmiProtocol/Pei/IpmiPpiPei.inf
+4 −0 Features/ManageabilityPkg/Universal/IpmiProtocol/Smm/IpmiProtocolSmm.inf
+4 −2 Platform/AMD/AmdPlatformPkg/AmdPlatformPkg.dsc
+372 −0 Platform/AMD/AmdPlatformPkg/DynamicTables/ConfigurationManagerDxe/Acpi/Madt.c
+60 −0 Platform/AMD/AmdPlatformPkg/DynamicTables/ConfigurationManagerDxe/Acpi/Mcfg.c
+22 −2 Platform/AMD/AmdPlatformPkg/DynamicTables/ConfigurationManagerDxe/ConfigurationManager.c
+30 −38 Platform/AMD/AmdPlatformPkg/DynamicTables/ConfigurationManagerDxe/ConfigurationManager.h
+11 −1 Platform/AMD/AmdPlatformPkg/DynamicTables/ConfigurationManagerDxe/ConfigurationManagerDxe.inf
+177 −1 Platform/AMD/AmdPlatformPkg/DynamicTables/ConfigurationManagerDxe/NameSpaceObject.c
+0 −816 Platform/AMD/AmdPlatformPkg/DynamicTables/Library/Acpi/AcpiMadtLib/AcpiMadtLib.c
+0 −55 Platform/AMD/AmdPlatformPkg/DynamicTables/Library/Acpi/AcpiMadtLib/AcpiMadtLib.inf
+0 −153 Platform/AMD/AmdPlatformPkg/DynamicTables/Library/Acpi/AcpiMcfgLib/AcpiMcfgLib.c
+0 −39 Platform/AMD/AmdPlatformPkg/DynamicTables/Library/Acpi/AcpiMcfgLib/AcpiMcfgLib.inf
+204 −0 Platform/AMD/AmdPlatformPkg/DynamicTables/Library/SampleCmPlatOverrideLib/SampleCmPlatOverrideLib.c
+39 −0 Platform/AMD/AmdPlatformPkg/DynamicTables/Library/SampleCmPlatOverrideLib/SamplecmPlatOverrideLib.inf
+72 −0 Platform/AMD/AmdPlatformPkg/Include/AmdConfigurationManager.h
+53 −17 Platform/AMD/AmdPlatformPkg/Universal/HiiConfigRouting/AmdHiiConfigRouting.c
+2 −2 Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type0BiosInformation.c
+3 −1 Platform/ARM/SgiPkg/SgiPlatform.dsc.inc
+1 −0 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc
+1 −0 Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
+13 −5 Platform/ARM/VExpressPkg/PlatformStandaloneMm.dsc
+45 −4 Platform/ARM/VExpressPkg/PlatformStandaloneMm.fdf
+4 −4 Platform/Ampere/JadePkg/Ac02AcpiTables/PCI-S0.Rca01.asi
+4 −4 Platform/Ampere/JadePkg/AcpiTables/PCI-S0.Rca01.asi
+23 −18 Platform/Intel/build_bios.py
+1 −3 Platform/RaspberryPi/Library/PlatformLib/PlatformLib.inf
+3 −10 Platform/RaspberryPi/Library/PlatformLib/RaspberryPiMem.c
+16 −6 Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc
+1 −1 Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.fdf

0 comments on commit 176e859

Please sign in to comment.