From 9eb007879950a085122406d7c14339168e6c4066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20B=C4=83l=C4=83nic=C4=83?= Date: Wed, 22 Jan 2025 16:50:03 +0200 Subject: [PATCH] Enable iSCSI, TFTP command and unsecure HTTP boot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mario Bălănică --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 965bcbea..4c63636e 100755 --- a/build.sh +++ b/build.sh @@ -151,6 +151,9 @@ function _build(){ -p "${ROOTDIR}/${DSC_FILE}" \ -b "${RELEASE_TYPE}" \ -D FIRMWARE_VER="${GIT_COMMIT}" \ + -D NETWORK_ALLOW_HTTP_CONNECTIONS=TRUE \ + -D NETWORK_ISCSI_ENABLE=TRUE \ + -D INCLUDE_TFTP_COMMAND=TRUE \ --pcd gRockchipTokenSpaceGuid.PcdFitImageFlashAddress=0x100000 \ ${EDK2_FLAGS}