summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2017-08-15 11:44:21 +0800
committerJohn Stultz <john.stultz@linaro.org>2017-10-03 23:52:53 +0000
commit3b415817dea07588f6d034970f35bbf1a66dffa8 (patch)
tree3ee81ab5f9efdb459cf33b6203b0dc6eab093849
parent6eb8215e83320c09718acc971f66ca8b1eb49f38 (diff)
downloadhikey-3b415817dea07588f6d034970f35bbf1a66dffa8.tar.gz
hikey960: installer: Rename HiSi ptable, sec_xloader, fastboot images
This renames the HiSi binaries to make it clear they are the HiSi provided ones. Change-Id: I8171907266ff101b04fc56418622fdcbbfae72c5 Signed-off-by: Zhong Kaihua <zhongkaihua@huawei.com> Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
-rwxr-xr-xinstaller/hikey960/flash-all.sh6
-rw-r--r--installer/hikey960/hisi-fastboot.img (renamed from installer/hikey960/fastboot.img)bin3426304 -> 3426304 bytes
-rw-r--r--installer/hikey960/hisi-ptable.img (renamed from installer/hikey960/ptable.img)bin200704 -> 200704 bytes
-rw-r--r--installer/hikey960/hisi-sec_xloader.img (renamed from installer/hikey960/sec_xloader.img)bin154752 -> 154752 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/installer/hikey960/flash-all.sh b/installer/hikey960/flash-all.sh
index 531411eb..f203c856 100755
--- a/installer/hikey960/flash-all.sh
+++ b/installer/hikey960/flash-all.sh
@@ -15,9 +15,9 @@ fi
echo "android out dir:${ANDROID_PRODUCT_OUT}"
-fastboot flash xloader "${INSTALLER_DIR}"/sec_xloader.img
-fastboot flash ptable "${INSTALLER_DIR}"/ptable.img
-fastboot flash fastboot "${INSTALLER_DIR}"/fastboot.img
+fastboot flash xloader "${INSTALLER_DIR}"/hisi-sec_xloader.img
+fastboot flash ptable "${INSTALLER_DIR}"/hisi-ptable.img
+fastboot flash fastboot "${INSTALLER_DIR}"/hisi-fastboot.img
fastboot reboot-bootloader
fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
fastboot flash fw_lpm3 "${INSTALLER_DIR}"/lpm3.img
diff --git a/installer/hikey960/fastboot.img b/installer/hikey960/hisi-fastboot.img
index 72cbf90f..72cbf90f 100644
--- a/installer/hikey960/fastboot.img
+++ b/installer/hikey960/hisi-fastboot.img
Binary files differ
diff --git a/installer/hikey960/ptable.img b/installer/hikey960/hisi-ptable.img
index 7c9e36e4..3a4fe68c 100644
--- a/installer/hikey960/ptable.img
+++ b/installer/hikey960/hisi-ptable.img
Binary files differ
diff --git a/installer/hikey960/sec_xloader.img b/installer/hikey960/hisi-sec_xloader.img
index 359de549..359de549 100644
--- a/installer/hikey960/sec_xloader.img
+++ b/installer/hikey960/hisi-sec_xloader.img
Binary files differ