From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::544; helo=mail-pg1-x544.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x544.google.com (mail-pg1-x544.google.com [IPv6:2607:f8b0:4864:20::544]) (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 54102210EFB0C for ; Tue, 14 Aug 2018 01:05:07 -0700 (PDT) Received: by mail-pg1-x544.google.com with SMTP id r5-v6so8794457pgv.0 for ; Tue, 14 Aug 2018 01:05:07 -0700 (PDT) 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=Ku5GTxK0ioW+halv+K/SvdL67lGqUfqnNmhD9t4yxv4=; b=FtTUj2bS26ptu6FPzKSZokmFLOumig6W1QAnA0QuJIPynC1e5CeCSFyMsNKB3ejf65 EW47sgoqqhaXbdodhFu8A9Xs0GvdswJ+IvTIsS2sDwYNXL6e0xhcIW6ol9MFd1bhO8qC g1Fe/t0ydCM51jVW+HM4eOIMy+rMw8PDhzzSY= 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=Ku5GTxK0ioW+halv+K/SvdL67lGqUfqnNmhD9t4yxv4=; b=A4+RLH95Y8SI2YmpKsXZfW85phghHI/HSJPqRBAa0tc77LI/WOQCWkdVUmmi8SQdtV 4+E4RwJxhinF9xDTh7Y/8bz4wRByzseqg5K/xMRm9b8OpFi2Tt3UXVWJZASBWzDt8f3E KVVYiRSYYk3qduUf6ciFzyDsbUfKuX8dOe55oDQu3gCxKabyyvkggkZC7j0b5ofjWiGh fNePAfJrPybtVsQI9ZZLFNnSpC7VG5N2q8RizGHB/BBjZbAL9/S1USwOE2olNflTWrz1 GrvxzIiq1RC5qkR+RG3LOcA/GWnTtSMKQ34qp5zZ2hRKxWnMAuwDV+N+YDCPqnmcA9/z +O6w== X-Gm-Message-State: AOUpUlEtIhqgKW7gPPAzB6dvf7QOkXs/TxFW8hTKezfOyHY1IfCJ7aje A32Y2L8USV9IpJeI2AaV6QBcDw== X-Google-Smtp-Source: AA+uWPzwHiWvGVZT1bd5YdkP6M+0F8oS3SJig5su48FuA8CereCUDm9JkfcWlOtwFJ8milGn/DQfNg== X-Received: by 2002:a63:121a:: with SMTP id h26-v6mr20545417pgl.316.1534233906964; Tue, 14 Aug 2018 01:05:06 -0700 (PDT) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id d19-v6sm57835071pfm.48.2018.08.14.01.05.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Aug 2018 01:05:06 -0700 (PDT) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, Ming Huang Date: Tue, 14 Aug 2018 16:04:48 +0800 Message-Id: <20180814080451.48845-2-ming.huang@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180814080451.48845-1-ming.huang@linaro.org> References: <20180814080451.48845-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v2 1/4] Hisilicon/D0x: Move CustomData.Fv to common path of Hisilicon X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 08:05:07 -0000 CustomData.Fv is used by D0x, so move it to common path of Hisilicon. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/{D03/CustomData.Fv => D0x-CustomData.Fv} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D03/CustomData.Fv b/Platform/Hisilicon/D0x-CustomData.Fv similarity index 100% rename from Platform/Hisilicon/D03/CustomData.Fv rename to Platform/Hisilicon/D0x-CustomData.Fv -- 2.17.0