Skip to content

Commit

Permalink
Update to EDK2 latest
Browse files Browse the repository at this point in the history
* Also enable SMC_PCI_SUPPORT
  • Loading branch information
pbatard committed Mar 7, 2022
1 parent 656133b commit cc6efb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_edk2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
export WORKSPACE=$PWD
export PACKAGES_PATH=$WORKSPACE/edk2:$WORKSPACE/edk2-platforms:$WORKSPACE/edk2-non-osi
export BUILD_FLAGS="-D SECURE_BOOT_ENABLE=TRUE -D INCLUDE_TFTP_COMMAND=TRUE -D NETWORK_ISCSI_ENABLE=TRUE"
export BUILD_FLAGS="-D SECURE_BOOT_ENABLE=TRUE -D INCLUDE_TFTP_COMMAND=TRUE -D NETWORK_ISCSI_ENABLE=TRUE -D SMC_PCI_SUPPORT=1"
export DEFAULT_KEYS="-D DEFAULT_KEYS=TRUE -D PK_DEFAULT_FILE=$WORKSPACE/keys/pk.cer -D KEK_DEFAULT_FILE1=$WORKSPACE/keys/ms_kek.cer -D DB_DEFAULT_FILE1=$WORKSPACE/keys/ms_db1.cer -D DB_DEFAULT_FILE2=$WORKSPACE/keys/ms_db2.cer -D DBX_DEFAULT_FILE1=$WORKSPACE/keys/arm64_dbx.bin"
# EDK2's 'build' command doesn't play nice with spaces in environmnent variables, so we can't move the PCDs there...
source edk2/edksetup.sh
Expand Down
2 changes: 1 addition & 1 deletion edk2
Submodule edk2 updated 4569 files
2 changes: 1 addition & 1 deletion edk2-non-osi
Submodule edk2-non-osi updated 21 files
+ Drivers/Realtek/Bus/Pcie/PcieNetworking/AArch64/RtkUndiDxe.efi
+23 −0 Drivers/Realtek/Bus/Pcie/PcieNetworking/License.txt
+24 −0 Drivers/Realtek/Bus/Pcie/PcieNetworking/RtkUndiDxe.inf
+ Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/JunctionCity/FlashDescriptor.bin
+37 −0 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/JunctionCity/License.txt
+ Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/JunctionCity/Me.bin
+28 −27 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/README.md
+4 −4 Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
+ Platform/RaspberryPi/RPi3/TrustedFirmware/bl1.bin
+ Platform/RaspberryPi/RPi3/TrustedFirmware/fip.bin
+4 −4 Platform/RaspberryPi/RPi4/TrustedFirmware/Readme.md
+ Platform/RaspberryPi/RPi4/TrustedFirmware/bl31.bin
+3 −3 Silicon/Intel/CometlakeSiliconBinPkg/Microcode/MicrocodeUpdates.inf
+ Silicon/Intel/CometlakeSiliconBinPkg/Microcode/m22A0653_000000CC.mcb
+ Silicon/Intel/CometlakeSiliconBinPkg/Microcode/m22A0653_000000EA.mcb
+ Silicon/Intel/CometlakeSiliconBinPkg/Microcode/m22A0655_000000CA.mcb
+ Silicon/Intel/CometlakeSiliconBinPkg/Microcode/m22A0655_000000EC.mcb
+1 −1 Silicon/Intel/ElkhartlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt
+1 −1 Silicon/Intel/ElkhartlakeSiliconBinPkg/Microcode/MicrocodeUpdates.inf
+ Silicon/Intel/ElkhartlakeSiliconBinPkg/Microcode/m0190661_00000014.mcb
+ Silicon/Intel/ElkhartlakeSiliconBinPkg/Microcode/m0190661_00000015.mcb
2 changes: 1 addition & 1 deletion edk2-platforms
Submodule edk2-platforms updated 755 files

0 comments on commit cc6efb9

Please sign in to comment.