From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::244; helo=mail-pf0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 019DA22135D3B for ; Tue, 6 Mar 2018 18:58:07 -0800 (PST) Received: by mail-pf0-x244.google.com with SMTP id h19so389393pfd.12 for ; Tue, 06 Mar 2018 19:04:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=g7/Ezk+QyY18RQTYLiovqNk7UnlUZ80k+3EJOfLz7tM=; b=MSruDhVX2eNin6u0KQ4rluTRTJNihVACQfnxf9QSLWeNfhlZRDOiMusDwvox1dHd4Z ZbKorwdFxNVbIFFw3gxW3JjJp5Acq9BNiLM/mrGpG9GfIE4OWCj1LvpFFcjXZwuFNjYQ plWKF+eYRXeCmGzFkkhCtRDEux5ZU3kt1byrk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=g7/Ezk+QyY18RQTYLiovqNk7UnlUZ80k+3EJOfLz7tM=; b=PtgHxvMCbvMoWMGUJdYQrXCWA4FavLKSRws0S9NZZ1mmUfuTALw6eEGC5f80VkVqRl SjjfebpaYbVw7qu9SJYdhOhG5cxp+n2fM/dY24AR8Vyye2uvJImin9CydDqkYToNPnlc rwJaKee+LBRA1qsAkDIb3g85ClD4IRnZ73mcXa9Mbooyqb29gPAHrK3DwS6t4Mz5sa/T N0lcc/uUjLDU3DTgcY6q37R9Iv+OgUGusVcDmltHqdhmcbcVorB0Vx1kXnUZ/yNXE22s cG8Zvyse+rRi4Yw8LgYiUu8Sf53BMo2aL4OO+kjW2zjT2/+V7xeFV2KcBx5laH7nS/Y9 0hvA== X-Gm-Message-State: APf1xPCjzwhIX1PD0dEE5GBIxaPOVeVE4gGF8ruMdvkJ80jfmJsKEQFf yQD+Sattza/uWGzzfWmGT/+HltICVhA= X-Google-Smtp-Source: AG47ELtPcBgvjtiZUQacNxjaf6mH8M42llh8nW28o426KB3xPdoFA8T0Odh5BaRdXDWL1y1yJ+L/Jg== X-Received: by 10.99.95.71 with SMTP id t68mr16770796pgb.321.1520391862217; Tue, 06 Mar 2018 19:04:22 -0800 (PST) Received: from localhost.localdomain ([45.56.152.76]) by smtp.gmail.com with ESMTPSA id c188sm25742972pga.14.2018.03.06.19.04.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Mar 2018 19:04:21 -0800 (PST) From: Heyi Guo To: edk2-devel@lists.01.org Cc: Heyi Guo , Ard Biesheuvel , Leif Lindholm Date: Wed, 7 Mar 2018 11:03:53 +0800 Message-Id: <1520391833-9344-2-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1520391833-9344-1-git-send-email-heyi.guo@linaro.org> References: <1520391833-9344-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH 2/2] Hisilicon/D0x: Enable tftp command by default X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2018 02:58:08 -0000 Since D0x platforms always have network enabled, we would like to enable tftp command by default so that we can download something in EFI Shell. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heyi Guo Cc: Ard Biesheuvel Cc: Leif Lindholm --- Platform/Hisilicon/D03/D03.dsc | 2 ++ Platform/Hisilicon/D05/D05.dsc | 1 + 2 files changed, 3 insertions(+) diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc index cb0669d639d1..fce1e60b1275 100644 --- a/Platform/Hisilicon/D03/D03.dsc +++ b/Platform/Hisilicon/D03/D03.dsc @@ -29,6 +29,8 @@ [Defines] SKUID_IDENTIFIER = DEFAULT FLASH_DEFINITION = Platform/Hisilicon/$(PLATFORM_NAME)/$(PLATFORM_NAME).fdf + DEFINE INCLUDE_TFTP_COMMAND = TRUE + !include Silicon/Hisilicon/Hisilicon.dsc.inc [LibraryClasses.common] diff --git a/Platform/Hisilicon/D05/D05.dsc b/Platform/Hisilicon/D05/D05.dsc index 8373a821a496..f007f3d2d7e8 100644 --- a/Platform/Hisilicon/D05/D05.dsc +++ b/Platform/Hisilicon/D05/D05.dsc @@ -29,6 +29,7 @@ [Defines] SKUID_IDENTIFIER = DEFAULT FLASH_DEFINITION = Platform/Hisilicon/$(PLATFORM_NAME)/$(PLATFORM_NAME).fdf DEFINE EDK2_SKIP_PEICORE=0 + DEFINE INCLUDE_TFTP_COMMAND = TRUE DEFINE NETWORK_IP6_ENABLE = FALSE DEFINE HTTP_BOOT_ENABLE = FALSE -- 2.7.4