Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'woa-msmnile:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
remtrik authored Jul 14, 2024
2 parents 7f50539 + 25afef6 commit 8f4f9c7
Show file tree
Hide file tree
Showing 220 changed files with 291 additions and 151 deletions.
2 changes: 1 addition & 1 deletion Common/MU_OEM_SAMPLE
2 changes: 1 addition & 1 deletion Features/CONFIG
Submodule CONFIG updated 23 files
+6 −1 .cspell.json
+13 −3 .github/workflows/codeql.yml
+3 −1 .gitignore
+3 −3 .pytool/CISettings.py
+11 −1 SetupDataPkg/Docs/ConfigurationFiles/ConfigurationFiles.md
+43 −2 SetupDataPkg/Docs/PlatformIntegration/PlatformIntegrationSteps.md
+6 −0 SetupDataPkg/Docs/Profiles/Overview.md
+0 −1 SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimDxeLib/GoogleTest/ConfigKnobShimDxeLibGoogleTest.inf
+0 −1 SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimDxeLib/UnitTest/ConfigKnobShimDxeLibUnitTest.inf
+0 −1 SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimMmLib/ConfigKnobShimMmLib.inf
+0 −1 SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimMmLib/UnitTest/ConfigKnobShimMmLibUnitTest.inf
+1 −1 SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimPeiLib/ConfigKnobShimPeiLib.inf
+0 −1 SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimPeiLib/GoogleTest/ConfigKnobShimPeiLibGoogleTest.inf
+0 −1 SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimPeiLib/UnitTest/ConfigKnobShimPeiLibUnitTest.inf
+1 −1 SetupDataPkg/Library/ConfigKnobShimLib/UnitTest/ConfigKnobShimLibUnitTestCommon.c
+48 −31 SetupDataPkg/Plugins/UpdateConfigHdr/UpdateConfigHdr.py
+258 −194 SetupDataPkg/Tools/KnobService.py
+2 −0 SetupDataPkg/Tools/VariableList.py
+3 −1 SetupDataPkg/Tools/configschema.xsd
+5 −1 SetupDataPkg/Tools/sampleschema.xml
+79 −25 SetupDataPkg/Tools/setup.py
+2 −2 pip-requirements.txt
+2 −2 py-requirements.txt
2 changes: 1 addition & 1 deletion MU_BASECORE
Submodule MU_BASECORE updated 78 files
+13 −3 .github/workflows/codeql.yml
+45 −4 BaseTools/Conf/tools_def.template
+1 −1 BaseTools/Plugin/CodeQL/MuCodeQlQueries.qls
+7 −0 BaseTools/Plugin/CodeQL/codeqlcli_ext_dep.yaml
+7 −0 BaseTools/Plugin/CodeQL/codeqlcli_linux_ext_dep.yaml
+7 −0 BaseTools/Plugin/CodeQL/codeqlcli_windows_ext_dep.yaml
+26 −3 BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py
+3 −1 MdeModulePkg/Core/Dxe/Gcd/Gcd.c
+5 −1 MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
+7 −0 MdePkg/Include/AArch64/ProcessorBind.h
+10 −0 MdePkg/Include/AsmMacroIoLib.h
+28 −0 MdePkg/Include/Ppi/Rng.h
+6 −0 MdePkg/Library/CompilerIntrinsicsLib/AArch64/Atomics.S
+17 −0 MdePkg/Library/CompilerIntrinsicsLib/memset.c
+230 −0 MdePkg/Library/PeiRngLib/PeiRngLib.c
+43 −0 MdePkg/Library/PeiRngLib/PeiRngLib.inf
+13 −0 MdePkg/Library/PeiRngLib/PeiRngLib.uni
+11 −0 MdePkg/MdePkg.dec
+1 −0 MdePkg/MdePkg.dsc
+2 −0 MdePkg/Test/MdePkgHostTest.dsc
+45 −0 MdePkg/Test/Mock/Include/GoogleTest/Library/MockPciExpressLib.h
+80 −1 MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiBootServicesTableLib.h
+3 −3 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockHash2.h
+56 −0 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockPciIoProtocol.h
+3 −3 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockRng.h
+13 −0 MdePkg/Test/Mock/Library/GoogleTest/MockPciExpressLib/MockPciExpressLib.cpp
+33 −0 MdePkg/Test/Mock/Library/GoogleTest/MockPciExpressLib/MockPciExpressLib.inf
+89 −45 MdePkg/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
+9 −10 MdePkg/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.inf
+38 −0 MdePkg/Test/Mock/Library/GoogleTest/Protocol/MockPciIoProtocol.cpp
+1 −0 NetworkPkg/Dhcp4Dxe/Dhcp4Driver.c
+1 −1 NetworkPkg/Dhcp6Dxe/Dhcp6Driver.c
+1 −0 NetworkPkg/DnsDxe/DnsDhcp.c
+1 −0 NetworkPkg/DnsDxe/DnsImpl.c
+1 −0 NetworkPkg/HttpBootDxe/HttpBootDhcp6.c
+1 −0 NetworkPkg/IScsiDxe/IScsiCHAP.c
+1 −0 NetworkPkg/IScsiDxe/IScsiMisc.c
+1 −0 NetworkPkg/IScsiDxe/IScsiMisc.h
+21 −14 NetworkPkg/Include/Library/NetLib.h
+1 −0 NetworkPkg/Ip4Dxe/Ip4Driver.c
+1 −1 NetworkPkg/Ip6Dxe/Ip6Driver.c
+1 −1 NetworkPkg/Ip6Dxe/Ip6If.c
+1 −1 NetworkPkg/Ip6Dxe/Ip6Nd.c
+1 −1 NetworkPkg/Ip6Dxe/Ip6Nd.h
+35 −29 NetworkPkg/Library/DxeNetLib/DxeNetLib.c
+8 −2 NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
+1 −0 NetworkPkg/NetworkPkg.dec
+2 −3 NetworkPkg/SecurityFixes.yaml
+2 −2 NetworkPkg/TcpDxe/TcpDriver.c
+4 −0 NetworkPkg/TcpDxe/TcpDxe.inf
+1 −1 NetworkPkg/TcpDxe/TcpFunc.h
+1 −1 NetworkPkg/TcpDxe/TcpMain.h
+15 −9 NetworkPkg/TcpDxe/TcpMisc.c
+1 −1 NetworkPkg/TcpDxe/TcpTimer.c
+1 −0 NetworkPkg/Test/NetworkPkgHostTest.dsc
+1 −0 NetworkPkg/Udp4Dxe/Udp4Driver.c
+1 −1 NetworkPkg/Udp6Dxe/Udp6Driver.c
+97 −5 NetworkPkg/UefiPxeBcDxe/GoogleTest/PxeBcDhcp6GoogleTest.cpp
+1 −0 NetworkPkg/UefiPxeBcDxe/GoogleTest/UefiPxeBcDxeGoogleTest.inf
+1 −1 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c
+1 −0 NetworkPkg/UefiPxeBcDxe/PxeBcDriver.c
+0 −38 UefiCpuPkg/Include/AsmMacroIoLib.h
+7 −2 UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableMap.c
+38 −15 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
+1 −0 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h
+1 −0 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
+32 −0 UefiCpuPkg/Test/Mock/Include/GoogleTest/Library/MockLocalApicLib.h
+29 −0 UefiCpuPkg/Test/Mock/Include/GoogleTest/Library/MockTimerLib.h
+11 −0 UefiCpuPkg/Test/Mock/Library/GoogleTest/MockLocalApicLib/MockLocalApicLib.cpp
+34 −0 UefiCpuPkg/Test/Mock/Library/GoogleTest/MockLocalApicLib/MockLocalApicLib.inf
+11 −0 UefiCpuPkg/Test/Mock/Library/GoogleTest/MockTimerLib/MockTimerLib.cpp
+34 −0 UefiCpuPkg/Test/Mock/Library/GoogleTest/MockTimerLib/MockTimerLib.inf
+6 −0 UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc
+1 −0 UefiCpuPkg/UefiCpuPkg.dec
+22 −3 UnitTestFrameworkPkg/ReadMe.md
+2 −1 UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
+10 −3 UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
+2 −2 pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static CONFIGURATION_DESCRIPTOR_EX gDeviceConfigurationDescriptorEx[] = {
{"SharedIMEMBaseAddr", 0x146BF000},
{"ShmBridgememSize", 0xA00000},
{"TzAppsRegnAddr", 0x87900000},
{"TzAppsRegnSize", 0x02200000},
{"TzAppsRegnSize", 0x03E00000},
{"TzDiagOffset", 0x720},
{"TzDiagSize", 0x2000},
{"UfsSmmuConfigForOtherBootDev", 1},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ static ARM_MEMORY_REGION_DESCRIPTOR_EX gDeviceMemoryDescriptorEx[] = {
{"HLOS 2", 0x85F50000, 0x000B0000, AddMem, SYS_MEM, SYS_MEM_CAP, BsData, WRITE_BACK_XN},
{"SMEM", 0x86000000, 0x00200000, AddMem, MEM_RES, WRITE_COMBINEABLE, Reserv, UNCACHED_UNBUFFERED},
{"QTEE", 0x86200000, 0x01800000, NoHob, SYS_MEM, SYS_MEM_CAP, Reserv, NS_DEVICE}, /* Added */
{"TZApps", 0x87A00000, 0x02100000, NoHob, SYS_MEM, SYS_MEM_CAP, Reserv, NS_DEVICE},
{"RAM Partition", 0x89B00000, 0x01C00000, AddMem, SYS_MEM, SYS_MEM_CAP, Reserv, WRITE_BACK_XN},
{"TZApps", 0x87A00000, 0x03D00000, NoHob, SYS_MEM, SYS_MEM_CAP, Reserv, NS_DEVICE},
{"PIL_REGION", 0x8B700000, 0x0F400000, AddMem, SYS_MEM, SYS_MEM_CAP, Reserv, UNCACHED_UNBUFFERED_XN},
// Change to conv if no error.
{"Reserved", 0x9AB00000, 0x01100000, AddMem, SYS_MEM, SYS_MEM_CAP, Reserv, UNCACHED_UNBUFFERED_XN},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ APRIORI DXE {
INF QcomPkg/Drivers/CipherDxe/CipherDxe.inf
INF QcomPkg/Drivers/RNGDxe/RngDxe.inf
INF QcomPkg/Drivers/QcomBds/QcomBds.inf
INF MiPkg/Protocol/MiToken/MiToken.inf
INF QcomPkg/Drivers/PILDxe/PILDxe.inf
INF QcomPkg/Drivers/HwBoardIdDxe/HwBoardIdDxe.inf
INF QcomPkg/Drivers/ShmBridgeDxe/ShmBridgeDxeLA.inf
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ArmGicDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS CpuDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:30Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS TimerDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
QcomPkg/Drivers/FontDxe/FontDxe.inf
QcomPkg/Drivers/EnvDxe/EnvDxe.inf
QcomPkg/Drivers/QcomWDogDxe/QcomWDogDxe.inf
QcomPkg/Drivers/QcomMpmTimerDxe/QcomMpmTimerDxe.inf
ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
ArmPkg/Drivers/TimerDxe/TimerDxe.inf
QcomPkg/Drivers/ChipInfoDxe/ChipInfoDxe.inf
Expand Down Expand Up @@ -71,6 +72,7 @@ QcomPkg/Drivers/HashDxe/HashDxe.inf
QcomPkg/Drivers/CipherDxe/CipherDxe.inf
QcomPkg/Drivers/RNGDxe/RngDxe.inf
QcomPkg/Drivers/QcomBds/QcomBds.inf
MiPkg/Protocol/MiToken/MiToken.inf
QcomPkg/Drivers/PILDxe/PILDxe.inf
QcomPkg/Drivers/HwBoardIdDxe/HwBoardIdDxe.inf
QcomPkg/Application/QcomChargerApp/QcomChargerApp.inf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
INF QcomPkg/Drivers/FontDxe/FontDxe.inf
INF QcomPkg/Drivers/EnvDxe/EnvDxe.inf
INF QcomPkg/Drivers/QcomWDogDxe/QcomWDogDxe.inf
INF QcomPkg/Drivers/QcomMpmTimerDxe/QcomMpmTimerDxe.inf
INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
INF QcomPkg/Drivers/ChipInfoDxe/ChipInfoDxe.inf
Expand Down Expand Up @@ -77,6 +78,7 @@ INF QcomPkg/Drivers/HashDxe/HashDxe.inf
INF QcomPkg/Drivers/CipherDxe/CipherDxe.inf
INF QcomPkg/Drivers/RNGDxe/RngDxe.inf
INF QcomPkg/Drivers/QcomBds/QcomBds.inf
INF MiPkg/Protocol/MiToken/MiToken.inf
INF QcomPkg/Drivers/PILDxe/PILDxe.inf
INF QcomPkg/Drivers/HwBoardIdDxe/HwBoardIdDxe.inf
INF QcomPkg/Application/QcomChargerApp/QcomChargerApp.inf
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS MetronomeDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS RealTimeClockRuntimeDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS Fat.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS DxeMain.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:30Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS RuntimeDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:30Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS CapsuleRuntimeDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ConPlatformDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ConSplitterDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS GraphicsConsoleDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS DevicePathDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS DiskIoDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS PartitionDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS EnglishDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS FvSimpleFileSystemDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS HiiDatabaseDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS PrintDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS RscRtDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS SecurityStubDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:30Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS SCHandlerRtDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS WatchdogTimer.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ****************************************************************************
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS MiToken.inf
# DO NOT MODIFY
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
BASE_NAME = MiTokenDxe
FILE_GUID = 068AAE46-BDC6-4073-85D5-31C5EEF19A15
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = EfiEntry

[Binaries.AARCH64]
DXE_DEPEX|MiToken.depex|*
PE32|MiToken.efi|*

[Depex]
TRUE
# AUTOGEN ENDS
# ****************************************************************************
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS QcomChargerApp.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ASN1X509Dxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS AdcDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ButtonsDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS CPRDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ChargerExDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ChipInfoDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS CipherDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS ClockDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTOGENERATED BY UEFIReader
# AUTOGENED AS CmdDbDxe.inf
# DO NOT MODIFY
# GENERATED ON: 2023-01-25 15:48:32Z
# GENERATED ON: 2024-06-13 15:16:31Z

[Defines]
INF_VERSION = 0x0001001B
Expand Down
Binary file not shown.
Loading

0 comments on commit 8f4f9c7

Please sign in to comment.