Skip to content

Commit

Permalink
Update edk2-platforms
Browse files Browse the repository at this point in the history
 - SG2044Pkg/SmbiosPlatformDxe: Modify the logic for extracting information

 - SG2044Pkg: Add efuse command to shell

 - Sophgo/SG2044Pkg: support dynamic update DSDT table

 - Sophgo/SG2044Pkg: Enable ACPI by default

Signed-off-by: Jingyu Li <[email protected]>
  • Loading branch information
jingyu-li98 committed Jan 21, 2025
1 parent ec6f73c commit 1602f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 32 files
+1 −73 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c
+0 −7 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.h
+2 −0 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
+13 −18 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/Type00/PlatformBiosFunction.c
+1 −0 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/Type01/PlatformSystemFunction.c
+1 −0 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/Type02/PlatformBoardFunction.c
+1 −0 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/Type03/PlatformChassisFunction.c
+1 −0 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/Type04/PlatformProcessorFunction.c
+1 −0 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/Type07/PlatformCacheFunction.c
+12 −1 Platform/Sophgo/SG2044Pkg/Drivers/SmbiosPlatformDxe/Type17/PlatformMemoryDeviceFunction.c
+18 −2 Platform/Sophgo/SG2044Pkg/SG2044.dsc
+1 −1 Platform/Sophgo/SG2044Pkg/SG2044.fdf
+658 −0 Silicon/Sophgo/Applications/EfuseTool/EfuseTool.c
+57 −0 Silicon/Sophgo/Applications/EfuseTool/EfuseTool.inf
+90 −0 Silicon/Sophgo/Applications/EfuseTool/EfuseTool.uni
+57 −0 Silicon/Sophgo/Include/Library/ConfigUtilsLib.h
+50 −0 Silicon/Sophgo/Include/Library/IniParserLib.h
+99 −0 Silicon/Sophgo/Library/ConfigUtilsLib/ConfigUtilsLib.c
+55 −0 Silicon/Sophgo/Library/ConfigUtilsLib/ConfigUtilsLib.inf
+74 −0 Silicon/Sophgo/Library/IniParserLib/IniParserLib.c
+22 −0 Silicon/Sophgo/SG2044Pkg/AcpiTables/Dsdt/CommonDevices.asl
+943 −78 Silicon/Sophgo/SG2044Pkg/AcpiTables/Dsdt/Pci.asl
+40 −5 Silicon/Sophgo/SG2044Pkg/AcpiTables/Mcfg.aslc
+357 −2 Silicon/Sophgo/SG2044Pkg/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.c
+4 −0 Silicon/Sophgo/SG2044Pkg/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf
+3 −2 Silicon/Sophgo/SG2044Pkg/Drivers/Information/Information.c
+2 −1 Silicon/Sophgo/SG2044Pkg/Drivers/Information/Information.h
+1 −1 Silicon/Sophgo/SG2044Pkg/Drivers/Information/Information.inf
+1 −0 Silicon/Sophgo/SG2044Pkg/Drivers/Information/InformationNVDataStruc.h
+1 −1 Silicon/Sophgo/SG2044Pkg/Drivers/Information/InformationStrings.uni
+8 −0 Silicon/Sophgo/SG2044Pkg/Drivers/Information/InformationVfr.Vfr
+4 −0 Silicon/Sophgo/Sophgo.dec

0 comments on commit 1602f2f

Please sign in to comment.