Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobalanica committed Mar 15, 2024
1 parent 00db787 commit 8ddd34e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arm-trusted-firmware
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ make \
PRELOADED_BL33_BASE=0x20000 \
RPI3_PRELOADED_DTB_BASE=0x1F0000 \
SUPPORT_VFP=1 \
SMC_PCI_SUPPORT=1 \
DEBUG=${DEBUG} \
all \
${TFA_FLAGS} \
Expand Down
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 37 files
+50 −5 Platform/RaspberryPi/RPi5/AcpiTables/AcpiTables.h
+2 −2 Platform/RaspberryPi/RPi5/AcpiTables/AcpiTables.inf
+86 −7 Platform/RaspberryPi/RPi5/AcpiTables/Dsdt.asl
+51 −0 Platform/RaspberryPi/RPi5/AcpiTables/Mcfg.aslc
+107 −0 Platform/RaspberryPi/RPi5/AcpiTables/PcieCommon.asi
+723 −31 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/ConfigTable.c
+13 −1 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/ConfigTable.h
+77 −1 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/Peripherals.c
+24 −1 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/Peripherals.h
+17 −1 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/RpiPlatformDxe.c
+15 −0 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/RpiPlatformDxe.h
+14 −2 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/RpiPlatformDxe.inf
+39 −1 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/RpiPlatformDxeHii.uni
+69 −1 Platform/RaspberryPi/RPi5/Drivers/RpiPlatformDxe/RpiPlatformDxeHii.vfr
+23 −0 Platform/RaspberryPi/RPi5/Include/Rpi5McfgTable.h
+14 −1 Platform/RaspberryPi/RPi5/Include/RpiPlatformVarStoreData.h
+31 −4 Platform/RaspberryPi/RPi5/Library/PlatformLib/RaspberryPiMem.c
+39 −19 Platform/RaspberryPi/RPi5/RPi5.dsc
+9 −2 Platform/RaspberryPi/RPi5/RPi5.fdf
+4 −0 Silicon/Broadcom/Bcm27xx/Bcm27xx.dec
+27 −0 Silicon/Broadcom/Bcm27xx/Include/Bcm2712PcieControllerSettings.h
+15 −1 Silicon/Broadcom/Bcm27xx/Include/IndustryStandard/Bcm2712.h
+206 −0 Silicon/Broadcom/Bcm27xx/Include/IndustryStandard/Bcm2712Pcie.h
+28 −0 Silicon/Broadcom/Bcm27xx/Include/Protocol/Bcm2712PciePlatform.h
+478 −0 Silicon/Broadcom/Bcm27xx/Library/Bcm2712PciHostBridgeLib/Bcm2712PciHostBridge.c
+33 −0 Silicon/Broadcom/Bcm27xx/Library/Bcm2712PciHostBridgeLib/Bcm2712PciHostBridge.h
+326 −0 Silicon/Broadcom/Bcm27xx/Library/Bcm2712PciHostBridgeLib/Bcm2712PciHostBridgeLib.c
+38 −0 Silicon/Broadcom/Bcm27xx/Library/Bcm2712PciHostBridgeLib/Bcm2712PciHostBridgeLib.inf
+1,456 −0 Silicon/Broadcom/Bcm27xx/Library/Bcm2712PciSegmentLib/PciSegmentLib.c
+31 −0 Silicon/Broadcom/Bcm27xx/Library/Bcm2712PciSegmentLib/PciSegmentLib.inf
+323 −0 Silicon/RaspberryPi/RpiSiliconPkg/Drivers/Rp1BusDxe/ComponentName.c
+417 −46 Silicon/RaspberryPi/RpiSiliconPkg/Drivers/Rp1BusDxe/Rp1BusDxe.c
+34 −0 Silicon/RaspberryPi/RpiSiliconPkg/Drivers/Rp1BusDxe/Rp1BusDxe.h
+7 −4 Silicon/RaspberryPi/RpiSiliconPkg/Drivers/Rp1BusDxe/Rp1BusDxe.inf
+29 −0 Silicon/RaspberryPi/RpiSiliconPkg/Include/Protocol/Rp1Bus.h
+6 −1 Silicon/RaspberryPi/RpiSiliconPkg/Include/Rp1.h
+3 −3 Silicon/RaspberryPi/RpiSiliconPkg/RpiSiliconPkg.dec

0 comments on commit 8ddd34e

Please sign in to comment.