Skip to content

Commit

Permalink
Update to pi4_dev4
Browse files Browse the repository at this point in the history
RELEASE build is generated with `-D PL011_ENABLE=1 -D ACPI_BASIC_MODE_ENABLE=1` only.
DEBUG builds are generated with all 4 combinations of the above.
  • Loading branch information
pbatard committed Dec 17, 2019
1 parent 8f3b535 commit bd494fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[submodule "edk2"]
path = edk2
url = https://github.com/pftf/edk2.git
branch = pi4_dev3
branch = master
[submodule "edk2-platforms"]
path = edk2-platforms
url = https://github.com/pftf/edk2-platforms.git
branch = pi4_dev3
branch = pi4_dev4
[submodule "edk2-non-osi"]
path = edk2-non-osi
url = https://github.com/pftf/edk2-non-osi.git
Expand Down
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ after_build:
artifacts:
- path: 'Firmware/RPI_M4D.fd'
name: MiniUART, 4 GB (DT + ACPI), DEBUG
name: mUART, 4GB (ACPI+DT), DEBUG
- path: 'Firmware/RPI_M3D.fd'
name: MiniUART, 3 GB (ACPI only), DEBUG
name: mUART, 3GB (ACPI), DEBUG
- path: 'Firmware/RPI_P4D.fd'
name: PL011, 4 GB (DT + ACPI), DEBUG
name: PL011, 4GB (ACPI+DT), DEBUG
- path: 'Firmware/RPI_P3D.fd'
name: PL011, 3 GB (ACPI only), DEBUG
name: PL011, 3GB (ACPI), DEBUG
- path: 'Build/RPi4/RELEASE_GCC5/FV/RPI_EFI.fd'
name: PL011, 3 GB (ACPI only), RELEASE
name: PL011, 3GB (ACPI), RELEASE
- path: '*.zip'
name: Raspberry Pi 4 UEFI Firmware
name: RPi 4 UEFI Firmware

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
Expand Down
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 32 files
+2 −7 Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.dts
+35 −0 Platform/Intel/SimicsOpenBoardPkg/Include/CmosMap.h
+16 −7 Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c
+16 −8 Platform/Intel/SimicsOpenBoardPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.c
+1 −0 Platform/Intel/SimicsOpenBoardPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
+6 −6 Platform/RaspberryPi/RPi4/AcpiTables/AcpiTables.h
+1 −0 Platform/RaspberryPi/RPi4/AcpiTables/AcpiTables.inf
+22 −20 Platform/RaspberryPi/RPi4/AcpiTables/Csrt.aslc
+40 −30 Platform/RaspberryPi/RPi4/AcpiTables/Dbg2.aslc
+76 −28 Platform/RaspberryPi/RPi4/AcpiTables/Fadt.aslc
+15 −15 Platform/RaspberryPi/RPi4/AcpiTables/Gtdt.aslc
+6 −5 Platform/RaspberryPi/RPi4/AcpiTables/Madt.aslc
+81 −0 Platform/RaspberryPi/RPi4/AcpiTables/Mcfg.aslc
+2 −2 Platform/RaspberryPi/RPi4/AcpiTables/Pep.asl
+3 −3 Platform/RaspberryPi/RPi4/AcpiTables/Pep.c
+4 −4 Platform/RaspberryPi/RPi4/AcpiTables/Pep.h
+20 −23 Platform/RaspberryPi/RPi4/AcpiTables/Spcr.aslc
+85 −23 Platform/RaspberryPi/RPi4/AcpiTables/Xhci.asl
+12 −12 Platform/RaspberryPi/RPi4/RPi4.dsc
+44 −23 Platform/RaspberryPi/RPi4/Readme.md
+1 −0 Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc
+4 −1 Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc
+11 −4 Silicon/AMD/Styx/Drivers/PlatInitPei/PlatInitPei.c
+5 −5 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLib.c
+9 −13 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLibConstructor.c
+29 −12 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciSegmentLib/PciSegmentLib.c
+1 −0 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciSegmentLib/PciSegmentLib.inf
+0 −55 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/Emmc.c
+23 −0 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/Optee.asl
+87 −0 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.c
+2 −0 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.h
+2 −0 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.inf

0 comments on commit bd494fe

Please sign in to comment.