Skip to content

Commit

Permalink
Update to EDK2 latest
Browse files Browse the repository at this point in the history
* Also update README
  • Loading branch information
pbatard committed Aug 5, 2020
1 parent 71cc6dc commit 4dd0f24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ __PLEASE READ THE FOLLOWING:__
the Rapsberry Pi 4. In order to be able to access more than 3 GB of RAM, OSes such
as Linux or Windows require a workaround, like the one proposed in issue #20.

* Be very mindful that not everything you want can be solved through a UEFI firmware
update. Especially, some elements to make an OS fully functional do require an OS
update, an OS workaround (such as the one mentioned above) or new OS drivers, which
are beyond the scope of this project.

* This firmware was built from the
[official EDK2 repository](https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi4),
with no alterations.
Expand Down
2 changes: 1 addition & 1 deletion edk2
Submodule edk2 updated 222 files
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 55 files
+3 −0 Maintainers.txt
+245 −0 Platform/ARM/N1Sdp/N1SdpPlatform.dsc
+294 −0 Platform/ARM/N1Sdp/N1SdpPlatform.fdf
+1 −0 Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc
+2 −1 Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
+2 −1 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
+1 −0 Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
+2 −1 Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.c
+1 −1 Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.inf
+2 −23 Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c
+2 −1 Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.inf
+2 −1 Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc
+1 −1 Platform/Intel/SimicsOpenBoardPkg/Library/BoardBdsHookLib/BoardBdsHookLib.c
+2 −2 Platform/Intel/SimicsOpenBoardPkg/SimicsDxe/Platform.c
+3 −3 Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c
+6 −6 Platform/Intel/SimicsOpenBoardPkg/SimicsPei/Platform.c
+1 −0 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc
+2 −1 Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc
+2 −0 Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc
+27 −3 Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.fdf
+34 −17 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c
+5 −3 Platform/RaspberryPi/Drivers/DisplayDxe/DisplayDxe.c
+10 −2 Platform/RaspberryPi/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c
+66 −0 Silicon/ARM/NeoverseN1Soc/Include/NeoverseN1Soc.h
+1,589 −0 Silicon/ARM/NeoverseN1Soc/Library/NeoverseN1SocPciExpressLib/PciExpressLib.c
+56 −0 Silicon/ARM/NeoverseN1Soc/Library/NeoverseN1SocPciExpressLib/PciExpressLib.inf
+184 −0 Silicon/ARM/NeoverseN1Soc/Library/PciHostBridgeLib/PciHostBridgeLib.c
+49 −0 Silicon/ARM/NeoverseN1Soc/Library/PciHostBridgeLib/PciHostBridgeLib.inf
+84 −0 Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/AArch64/Helper.S
+67 −0 Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c
+54 −0 Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.inf
+151 −0 Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLibMem.c
+46 −0 Silicon/ARM/NeoverseN1Soc/NeoverseN1Soc.dec
+2 −0 Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dsc
+3 −2 Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c
+3 −2 Silicon/Marvell/Drivers/SdMmc/XenonDxe/XenonSdhci.c
+2 −2 Silicon/Marvell/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c
+12 −9 Silicon/Marvell/Drivers/Spi/MvFvbDxe/MvFvbDxe.c
+6 −3 Silicon/Marvell/Drivers/Spi/MvSpiFlashDxe/MvSpiFlashDxe.c
+124 −0 Silicon/NXP/Drivers/SataInitDxe/SataInit.c
+45 −0 Silicon/NXP/Drivers/SataInitDxe/SataInitDxe.inf
+275 −0 Silicon/NXP/Drivers/UsbHcdInitDxe/UsbHcd.c
+138 −0 Silicon/NXP/Drivers/UsbHcdInitDxe/UsbHcd.h
+45 −0 Silicon/NXP/Drivers/UsbHcdInitDxe/UsbHcd.inf
+9 −0 Silicon/NXP/LX2160A/LX2160A.dsc.inc
+11 −0 Silicon/NXP/NxpQoriqLs.dec
+22 −0 Silicon/NXP/NxpQoriqLs.dsc.inc
+47 −42 Silicon/Socionext/SynQuacer/Acpi.dsc.inc
+14 −0 Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl
+11 −3 Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.c
+0 −0 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/EmmcDxe.c
+1 −1 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.inf
+2 −1 Silicon/Socionext/SynQuacer/Library/SynQuacerPlatformFlashAccessLib/SynQuacerPlatformFlashAccessLib.c
+2 −1 Silicon/Synopsys/DesignWare/Drivers/DwEmacSnpDxe/DriverBinding.c
+3 −2 Silicon/Synopsys/DesignWare/Drivers/DwEmacSnpDxe/DwEmacSnpDxe.c

0 comments on commit 4dd0f24

Please sign in to comment.