Skip to content

Commit

Permalink
Update to EDK2 latest
Browse files Browse the repository at this point in the history
* Also enable additional serial output during early init
  • Loading branch information
pbatard committed Mar 26, 2020
1 parent 0292e24 commit 9d01a7e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
6 changes: 0 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ to launch the UEFI Shell, or, provided you also have copied an UEFI bootloader i
`efi/boot/bootaa64.efi`, you can let the UEFI system run that (which it should do by
default if no action is taken).

__Note:__ Provided you have relevant cooling (e.g. heatsink), it is __strongly__
recommended that you go to setup on first boot (by pressing the <kbd>Esc</kbd> key) and
then go through `Device Manager` &rarr; `Raspberry Pi Configuration` &rarr;
`CPU Configuration` to set `CPU Clock` to `<Max>`, as the default for the firmware
is to limit the CPU clock to 600 MHz.

# License

The firmware (`RPI_EFI.fd`) is licensed under the current EDK2 license, which is
Expand Down
1 change: 1 addition & 0 deletions config.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
arm_64bit=1
disable_commandline_tags=2
enable_uart=1
uart_2ndstage=1
armstub=RPI_EFI.fd
2 changes: 1 addition & 1 deletion edk2
Submodule edk2 updated 121 files
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 30 files
+41 −0 Platform/ARM/Library/ArmShellCmdRunAxf/AArch64/Pivot.S
+41 −0 Platform/ARM/Library/ArmShellCmdRunAxf/Arm/Pivot.S
+8 −0 Platform/ARM/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf
+40 −47 Platform/ARM/Library/ArmShellCmdRunAxf/RunAxf.c
+43 −21 Platform/RaspberryPi/AcpiTables/AcpiTables.h
+12 −0 Platform/RaspberryPi/AcpiTables/AcpiTables.inf
+119 −442 Platform/RaspberryPi/AcpiTables/Dsdt.asl
+10 −0 Platform/RaspberryPi/AcpiTables/Fadt.aslc
+393 −0 Platform/RaspberryPi/AcpiTables/GpuDevs.asl
+12 −19 Platform/RaspberryPi/AcpiTables/Madt.aslc
+169 −0 Platform/RaspberryPi/AcpiTables/Pptt.aslc
+1 −15 Platform/RaspberryPi/AcpiTables/Uart.asl
+0 −1 Platform/RaspberryPi/AcpiTables/Xhci.asl
+27 −17 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c
+5 −0 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.inf
+3 −3 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.uni
+6 −12 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.vfr
+6 −1 Platform/RaspberryPi/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c
+2 −0 Platform/RaspberryPi/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
+2 −0 Platform/RaspberryPi/Library/PlatformLib/PlatformLib.inf
+24 −9 Platform/RaspberryPi/Library/PlatformLib/RaspberryPiMem.c
+19 −3 Platform/RaspberryPi/RPi3/RPi3.dsc
+29 −14 Platform/RaspberryPi/RPi4/RPi4.dsc
+7 −13 Platform/RaspberryPi/RPi4/RPi4.fdf
+5 −5 Platform/RaspberryPi/RPi4/Readme.md
+12 −1 Platform/RaspberryPi/RaspberryPi.dec
+2 −2 Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
+23 −12 Silicon/Intel/Tools/FitGen/FitGen.c
+2 −2 Silicon/Intel/Tools/FitGen/FitGen.h
+0 −1 Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi

0 comments on commit 9d01a7e

Please sign in to comment.