summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamer El-Haj-Mahmoud <samer@elhajmahmoud.com>2020-03-25 11:02:36 -0400
committerArd Biesheuvel <ard.biesheuvel@arm.com>2020-04-08 18:22:19 +0200
commit4a73a96931a57143e887d50b75f13f8ba6ccb9a1 (patch)
tree62d2adc514fe2bf0a894d192e6e6b9a21eed1d2f
parentb93aa851aab690a637fe6f003801ca0901bfaeae (diff)
Platform/RaspberryPi/RPi3: Enable HTTP Boot
Enable HTTP Boot (with and without TLS) on RPi3 Signed-off-by: Samer El-Haj-Mahmoud <samer@elhajmahmoud.com> Reviewed-by: Pete Batard <pete@akeo.ie>
-rw-r--r--Platform/RaspberryPi/RPi3/RPi3.dsc9
1 files changed, 3 insertions, 6 deletions
diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc
index 1651def8..9ceb0f11 100644
--- a/Platform/RaspberryPi/RPi3/RPi3.dsc
+++ b/Platform/RaspberryPi/RPi3/RPi3.dsc
@@ -26,12 +26,6 @@
FLASH_DEFINITION = Platform/RaspberryPi/$(PLATFORM_NAME)/$(PLATFORM_NAME).fdf
#
- # Network definition
- #
- DEFINE NETWORK_TLS_ENABLE = FALSE
- DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
-
- #
# Defines for default states. These can be changed on the command line.
# -D FLAG=VALUE
#
@@ -123,6 +117,7 @@
IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
+ TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
#
# Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
@@ -329,6 +324,8 @@
gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
!endif
+ gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
+
gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x40000000
gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x1