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::441; helo=mail-pf1-x441.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) (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 A8D3B211B76C7 for ; Fri, 1 Feb 2019 06:25:31 -0800 (PST) Received: by mail-pf1-x441.google.com with SMTP id z9so3300756pfi.2 for ; Fri, 01 Feb 2019 06:25:31 -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=iF46UHeUfREfUzl70CHvFUluqgSxMOcV4DrXehWuthw=; b=dK/qMVA4AFsFOiDHlijcwblgIFVtcxvBcrioWWu4B1ysnPAiewLRqlTFDnvz0IHIce +mm/POm81sL63wmbU5/YU3N9IQsXrqELJdaMdzPGbQy0v9j6FXkEEREQhGopcFaHVSeL ei7O6SCY5t1kW3SdtJkzBfloR+WRAqLabmLyc= 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=iF46UHeUfREfUzl70CHvFUluqgSxMOcV4DrXehWuthw=; b=Kzf60Ycqo/vR8E+5ArWFQyaNvkvwXZ9d8oEFj/KpCo4/ZbpHJVzaL4bdQ4sUymTV1Z aVLrqxbogUhvvZ5e86owuAXf/eVm9ujA063Bkh4L2sMa1l8YJz6PwViDDqkZVFZLcbtw iF33wIpC8nLAjqOeBtV4hLyOjdkG6MJgle7m9KNTSThtMflWotEA2BEMK2OUeo4DBq6h S7pJCcoY/IKblj1HQiYfbvBnsvqrVk6WnxtWUW1Eb/W473CC9j4iq0qVI6+93YGO0eNQ MW2epsoEZ/8WPfhHdAAYIHhDbJIbJ10BDH9OAlfRJ784HyuvFAuVCtIPXbntL3PnAE+f 3zTQ== X-Gm-Message-State: AHQUAubqqU48FYi9mlV9+S2mvjRbW6lStkq5+DR5489V7rUJjWi2O6W3 /BreykocMnIaUyiMG3VuUOzDlQ== X-Google-Smtp-Source: AHgI3IYrHeZGRbLrABXfzhlFcLkYia89Wgi2wtCzVHFhDgkLmtzq462oLOh9nzaAthtQmQZqMqpW6w== X-Received: by 2002:a63:d547:: with SMTP id v7mr2450258pgi.339.1549031131279; Fri, 01 Feb 2019 06:25:31 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id 134sm8929118pgb.78.2019.02.01.06.25.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Feb 2019 06:25:30 -0800 (PST) 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, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, zhangfeng56@huawei.com, Ming Huang Date: Fri, 1 Feb 2019 22:25:05 +0800 Message-Id: <20190201142507.30454-6-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190201142507.30454-1-ming.huang@linaro.org> References: <20190201142507.30454-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v1 5/7] Hisilicon/D06: Use new flash layout X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2019 14:25:31 -0000 In new flash layout, BIOS fd change from offset 1M to 8M in 16M spi flash. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/CustomData.Fv | Bin 0 -> 65536 bytes Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.lib | Bin 61892 -> 31696 bytes Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv | Bin 1048576 -> 1048576 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/CustomData.Fv b/Platform/Hisilicon/D06/CustomData.Fv new file mode 100644 index 0000000..22ef62b Binary files /dev/null and b/Platform/Hisilicon/D06/CustomData.Fv differ diff --git a/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.lib b/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.lib index 7e1f6b2..851c2c3 100644 Binary files a/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.lib and b/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.lib differ diff --git a/Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv b/Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv index 247e44e..7f75bc6 100644 Binary files a/Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv and b/Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv differ -- 2.9.5