From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4010:c07::244; helo=mail-lf0-x244.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::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 67E8D2096AEE0 for ; Wed, 9 May 2018 06:51:39 -0700 (PDT) Received: by mail-lf0-x244.google.com with SMTP id m18-v6so51082924lfb.0 for ; Wed, 09 May 2018 06:51:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=QUTraSXSI8nRqakejt/176DUpwUTGlyMiHYqnZYFXNY=; b=OvagEmUxUJK1tzPWJ6QLl9Jl2eEbHR80qqvfNHl90Ly9fb3rj8K1/2hvQcIXfFy0qZ wmMO207gSB5rlttLhCXY5JH37JZjHTqzP9+nPvVAK+0p8tz9/Om1M24ENAlUKrt3RkXl uU/EUoUkwm8JwXVriLl/U4ulcF8RC1n/M0otkvNSYtf80wOfr3v63Df29qodeGeF+yX2 n3AsthMWj1TtNfG2FAqX/IAo3pB84MdLKPTFG8KfnCz5nRMtAXgFFxvGD6OF0qA+O8Qp bDUHPPXyPApKq8SDE113O4WJpFedMszfLawQPoy6Wo9p3h3n6XB6v0muy2GaeTFECE7Z jh5w== 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=QUTraSXSI8nRqakejt/176DUpwUTGlyMiHYqnZYFXNY=; b=pM1MlLZ1jLpBeaBqwbH7EnlmKE+4BWibS/SysTzReKZvCqCqGkI6H8rivZVdGCZVD0 NqXUnNYZjl/f6pdgP0vjssDwkn4+3KqTGz0eR62fqEWk2cXfGnQ45yoF8e1ev8lxvpfl ZTOwaIfsM2SOmIv2m7N+pwrtj7BKva85XaPlQfOaTenZ2r2AA7xbrH854+F2WqxZw5oy h50egjiffbB3DpkODvc198VM41un+xDMDmMmjnnQ0dmdbvhupMfG8Hn7TbSmHmjVtlmr 1uegCgS4NecTPu0EWsYZ6usNoAsfsyBa+PsVWwKx0GNPwWA5ryDaQHXtzp+Jcq2RcPqc GgTA== X-Gm-Message-State: ALQs6tDNEbhGj79FwExrnpzhqpbfPSE/4TshOIu5iPqlO1we8VLUFE7m UqcA+CUWMVfsyiPwYqnHclB35QhU3t4= X-Google-Smtp-Source: AB8JxZrzsYY6+9e2tNiLD90JZ652n6b5phhOdrcdMuTmcoHkxMyViDwhdSvxnHCEcLQYSqv8yypv9w== X-Received: by 2002:a2e:c41:: with SMTP id o1-v6mr30335738ljd.87.1525873897279; Wed, 09 May 2018 06:51:37 -0700 (PDT) Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id r11-v6sm1612908ljg.37.2018.05.09.06.51.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 09 May 2018 06:51:36 -0700 (PDT) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, mw@semihalf.com, jsd@semihalf.com, jinghua@marvell.com, jaz@semihalf.com Date: Wed, 9 May 2018 15:51:09 +0200 Message-Id: <1525873871-799-3-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1525873871-799-1-git-send-email-mw@semihalf.com> References: <1525873871-799-1-git-send-email-mw@semihalf.com> Subject: [platforms PATCH v2 2/4] Marvell/Armada70x0Db: Use more generic output fd file name X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 13:51:39 -0000 Unification of output file name will ease handling build scripts (e.g. for CI purpose) when multiple board support will be added. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf b/Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf index befb107..e165d90 100644 --- a/Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf +++ b/Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf @@ -24,7 +24,7 @@ # ################################################################################ -[FD.Armada70x0Db_EFI] +[FD.Armada_EFI] BaseAddress = 0x00000000|gArmTokenSpaceGuid.PcdFdBaseAddress # The base address of the Firmware in NOR Flash. Size = 0x00400000|gArmTokenSpaceGuid.PcdFdSize # The size in bytes of the FLASH Device ErasePolarity = 1 -- 2.7.4