Skip to content

Commit

Permalink
sysutils/edk2: Enable IPV6
Browse files Browse the repository at this point in the history
PR:	270631
Sponsored by:	Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Apr 4, 2023
1 parent 4ffbf3c commit b9d5e50
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions sysutils/edk2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= edk2
PORTVERSION= g202202
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
Expand Down Expand Up @@ -58,10 +58,13 @@ BINARY_ALIAS= make=${LOCALBASE}/bin/gmake \
# coverage for aarch64 g++ code generation's use of libgcc_s.so.1 ):
EXTRA_LDFLAGS+= -Wl,-rpath=${_GCC_RUNTIME}

# Global args
PLAT_ARGS= -D NETWORK_IP6_ENABLE

.if ${FLAVOR} == fvp
PLAT= fvp
PLAT_ARCH= AARCH64
PLAT_ARGS= -D X64EMU_ENABLE=FALSE -D CAPSULE_ENABLE=FALSE
PLAT_ARGS+= -D X64EMU_ENABLE=FALSE -D CAPSULE_ENABLE=FALSE
PLAT_TARGET= RELEASE
PLATFILE= Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc
PLAT_RESULT= ArmVExpress-FVP-AArch64/${PLAT_TARGET}_GCC5/FV/FVP_AARCH64_EFI.fd
Expand All @@ -71,7 +74,7 @@ PLAT_FILENAME= FVP_AARCH64_EFI.fd
.if ${FLAVOR} == macchiatobin
PLAT= macchiatobin
PLAT_ARCH= AARCH64
PLAT_ARGS= -D X64EMU_ENABLE=TRUE -D CAPSULE_ENABLE=FALSE
PLAT_ARGS+= -D X64EMU_ENABLE=TRUE -D CAPSULE_ENABLE=FALSE
PLAT_TARGET= RELEASE
PLATFILE= Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc
PLAT_RESULT= Armada80x0McBin-AARCH64/${PLAT_TARGET}_GCC5/FV/ARMADA_EFI.fd
Expand All @@ -81,7 +84,7 @@ PLAT_FILENAME= ARMADA_EFI.fd
.if ${FLAVOR} == rpi3
PLAT= rpi3
PLAT_ARCH= AARCH64
PLAT_ARGS= -D X64EMU_ENABLE=FALSE -D CAPSULE_ENABLE=FALSE
PLAT_ARGS+= -D X64EMU_ENABLE=FALSE -D CAPSULE_ENABLE=FALSE
PLAT_TARGET= RELEASE
PLATFILE= Platform/RaspberryPi/RPi3/RPi3.dsc
PLAT_RESULT= RPi3/${PLAT_TARGET}_GCC5/FV/RPI_EFI.fd
Expand All @@ -91,7 +94,7 @@ PLAT_FILENAME= RPI_EFI.fd
.if ${FLAVOR} == rpi4
PLAT= rpi4
PLAT_ARCH= AARCH64
PLAT_ARGS= -D X64EMU_ENABLE=FALSE -D CAPSULE_ENABLE=FALSE
PLAT_ARGS+= -D X64EMU_ENABLE=FALSE -D CAPSULE_ENABLE=FALSE
PLAT_TARGET= RELEASE
PLATFILE= Platform/RaspberryPi/RPi4/RPi4.dsc
PLAT_RESULT= RPi4/${PLAT_TARGET}_GCC5/FV/RPI_EFI.fd
Expand Down

0 comments on commit b9d5e50

Please sign in to comment.