Skip to content

Commit

Permalink
Revert DTB to the 2023.05.12 version
Browse files Browse the repository at this point in the history
* This is a workaround for #252
* Also update EDK2 to latest
  • Loading branch information
pbatard committed Apr 11, 2024
1 parent 337f5fa commit 6ba22a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux_edk2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ env:
# The following should usually be set to 'master' but, in case
# of a regression, a specific SHA-1 can be specified.
START_ELF_VERSION: master
DTB_VERSION: master
# Set to pre HDMI/Audio changes per https://github.com/pftf/RPi4/issues/252
DTB_VERSION: b49983637106e5fb33e2ae60d8c15a53187541e4
DTBO_VERSION: master

jobs:
Expand Down
2 changes: 1 addition & 1 deletion edk2
Submodule edk2 updated 99 files
+0 −44 ArmPkg/Include/Chipset/ArmCortexA5x.h
+0 −57 ArmPkg/Include/Chipset/ArmCortexA9.h
+3 −0 BaseTools/Source/Python/GenFds/Capsule.py
+129 −1 CryptoPkg/Driver/Crypto.c
+117 −0 CryptoPkg/Include/Library/BaseCryptLib.h
+4 −0 CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h
+550 −48 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1Oaep.c
+129 −1 CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1OaepNull.c
+4 −5 CryptoPkg/Library/BaseCryptLibMbedTls/Hash/CryptMd5.c
+4 −5 CryptoPkg/Library/BaseCryptLibMbedTls/Hash/CryptSha1.c
+4 −5 CryptoPkg/Library/BaseCryptLibMbedTls/Hash/CryptSha256.c
+8 −9 CryptoPkg/Library/BaseCryptLibMbedTls/Hash/CryptSha512.c
+131 −4 CryptoPkg/Library/BaseCryptLibMbedTls/Pk/CryptPkcs1OaepNull.c
+11 −63 CryptoPkg/Library/BaseCryptLibMbedTls/Pk/CryptRsaPss.c
+2 −4 CryptoPkg/Library/BaseCryptLibMbedTls/Pk/CryptX509Null.c
+129 −1 CryptoPkg/Library/BaseCryptLibNull/Pk/CryptPkcs1OaepNull.c
+114 −0 CryptoPkg/Library/BaseCryptLibOnProtocolPpi/CryptLib.c
+108 −1 CryptoPkg/Private/Protocol/Crypto.h
+687 −71 CryptoPkg/Test/UnitTest/Library/BaseCryptLib/OaepEncryptTests.c
+22 −10 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCpuTopologyLibArm/SsdtCpuTopologyGenerator.c
+6 −4 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.c
+6 −4 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h
+2 −0 EmulatorPkg/EmuGopDxe/GopInput.c
+21 −0 EmulatorPkg/EmulatorPkg.dsc
+1 −0 IntelFsp2Pkg/FspSecCore/Fsp24SecCoreM.inf
+1 −0 IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
+0 −1 IntelFsp2Pkg/FspSecCore/Ia32/Fsp24ApiEntryM.nasm
+0 −1 IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryM.nasm
+51 −9 IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryT.nasm
+11 −0 IntelFsp2Pkg/FspSecCore/Ia32/SaveRestoreSseNasm.inc
+9 −0 IntelFsp2Pkg/FspSecCore/SecFsp.c
+1 −0 IntelFsp2Pkg/FspSecCore/SecFsp.h
+54 −13 IntelFsp2Pkg/FspSecCore/X64/FspApiEntryT.nasm
+10 −2 IntelFsp2Pkg/Include/FspEas/FspApi.h
+13 −0 IntelFsp2Pkg/Include/Library/FspPlatformLib.h
+21 −0 IntelFsp2Pkg/Include/SaveRestoreSseAvxNasm.inc
+2 −2 IntelFsp2Pkg/IntelFsp2Pkg.dsc
+38 −0 IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformMemory.c
+8 −0 IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c
+4 −0 IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/FspMeasurementLib.c
+8 −4 IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamInitData.c
+6 −2 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c
+6 −2 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h
+3 −1 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c
+3 −0 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h
+6 −2 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.c
+6 −2 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.h
+1 −1 MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
+1 −1 MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c
+6 −2 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
+6 −2 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h
+9 −3 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c
+9 −3 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.h
+2 −0 MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c
+2 −0 MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h
+14 −0 MdeModulePkg/Core/Dxe/Mem/HeapGuard.h
+19 −3 MdeModulePkg/Core/Dxe/Mem/Page.c
+13 −2 MdeModulePkg/Core/Dxe/Mem/Pool.c
+30 −215 MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c
+1 −1 MdeModulePkg/Core/Pei/Memory/MemoryServices.c
+66 −20 MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.c
+1 −2 MdeModulePkg/MdeModulePkg.ci.yaml
+17 −0 MdeModulePkg/MdeModulePkg.dec
+0 −2 MdeModulePkg/MdeModulePkg.dsc
+8 −0 MdeModulePkg/MdeModulePkg.uni
+1 −0 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
+29 −8 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c
+6 −0 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c
+6 −0 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
+4 −0 MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h
+4 −0 MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
+61 −0 MdePkg/Include/Guid/DeviceAuthentication.h
+6 −2 MdePkg/Include/Protocol/StorageSecurityCommand.h
+1 −1 MdePkg/Library/BaseLib/X64/TdVmcall.nasm
+9 −1 MdePkg/MdePkg.dec
+1 −1 OvmfPkg/Library/CcExitLib/X64/TdVmcallCpuid.nasm
+1 −1 OvmfPkg/RiscVVirt/RiscVVirt.dsc.inc
+26 −4 OvmfPkg/TdxDxe/X64/ApRunLoop.nasm
+32 −11 RedfishPkg/Include/Library/RedfishDebugLib.h
+12 −43 RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.c
+4 −0 RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
+24 −0 RedfishPkg/RedfishPkg.dec
+58 −0 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigCapability.c
+60 −29 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c
+45 −3 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.h
+8 −0 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
+858 −69 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigImpl.c
+117 −18 RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigImpl.h
+6 −2 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.c
+25 −17 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
+3 −1 ShellPkg/Application/Shell/ConsoleWrappers.c
+34 −0 ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h
+222 −0 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Hpet/HpetParser.c
+147 −0 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Wsmt/WsmtParser.c
+2 −0 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c
+2 −0 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
+4 −0 ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
+155 −97 UefiCpuPkg/Library/BaseRiscVMmuLib/BaseRiscVMmuLib.c
+1 −0 UefiCpuPkg/Library/BaseRiscVMmuLib/BaseRiscVMmuLib.inf
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 135 files

0 comments on commit 6ba22a0

Please sign in to comment.