Skip to content

Commit

Permalink
Update to EDK2 latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Apr 9, 2020
1 parent e3863ed commit 0d47287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edk2
Submodule edk2 updated 116 files
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 41 files
+3 −1 Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc
+5 −1 Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeatures.dsc
+5 −1 Features/Intel/AdvancedFeaturePkg/Include/PostMemory.fdf
+5 −1 Features/Intel/AdvancedFeaturePkg/Include/PreMemory.fdf
+3 −1 Features/Intel/AdvancedFeaturePkg/TemporaryBuildWorkaround/TemporaryBuildWorkaround.dsc
+4 −1 Features/Intel/AdvancedFeaturePkg/TemporaryBuildWorkaround/TemporaryBuildWorkaround.inf
+98 −0 Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc
+13 −0 Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf
+8 −0 Features/Intel/UserInterface/LogoFeaturePkg/Include/PreMemory.fdf
+10 −0 Features/Intel/UserInterface/LogoFeaturePkg/LogoDxe/JpegLogo.idf
+52 −0 Features/Intel/UserInterface/LogoFeaturePkg/LogoDxe/JpegLogoDxe.inf
+ Features/Intel/UserInterface/LogoFeaturePkg/LogoDxe/Logo.bmp
+153 −0 Features/Intel/UserInterface/LogoFeaturePkg/LogoDxe/Logo.c
+10 −0 Features/Intel/UserInterface/LogoFeaturePkg/LogoDxe/Logo.idf
+ Features/Intel/UserInterface/LogoFeaturePkg/LogoDxe/Logo.jpg
+52 −0 Features/Intel/UserInterface/LogoFeaturePkg/LogoDxe/LogoDxe.inf
+31 −0 Features/Intel/UserInterface/LogoFeaturePkg/LogoFeaturePkg.dec
+37 −0 Features/Intel/UserInterface/LogoFeaturePkg/LogoFeaturePkg.dsc
+129 −0 Features/Intel/UserInterface/LogoFeaturePkg/Readme.md
+11 −10 Maintainers.txt
+2 −1 Platform/ARM/Library/ArmShellCmdRunAxf/RunAxf.c
+9 −1 Platform/Intel/build_bios.py
+0 −18 Platform/RaspberryPi/AcpiTables/AcpiTables.h
+22 −0 Platform/RaspberryPi/AcpiTables/Pptt.aslc
+1 −0 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.uni
+6 −1 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.vfr
+3 −6 Platform/RaspberryPi/RPi3/RPi3.dsc
+97 −1 Platform/Socionext/DeveloperBox/DeveloperBox.dsc
+11 −0 Platform/Socionext/DeveloperBox/DeveloperBox.fdf
+1 −1 Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.c
+3 −3 Silicon/Intel/IntelSiliconPkg/Include/Library/ConfigBlockLib.h
+3 −3 Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.c
+6 −0 Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts
+7 −0 Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
+0 −12 Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.c
+0 −9 Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.h
+82 −10 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.c
+1 −0 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.h
+3 −0 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.inf
+4 −0 Silicon/Socionext/SynQuacer/Include/Platform/MemoryMap.h
+3 −0 Silicon/Socionext/SynQuacer/Library/SynQuacerMemoryInitPeiLib/SynQuacerMemoryInitPeiLib.c

0 comments on commit 0d47287

Please # to comment.