summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-01-25 16:36:10 -0800
committerJohn Stultz <john.stultz@linaro.org>2018-03-14 20:47:55 -0700
commit4d39b5aafb3c1e66f99ed88b693c656a13627b8a (patch)
tree3d234c310a2d20b53c571370032fed5d5e7fafd6
parent7bdadae7f02713eb60510f5b7bc3d5b038b25d04 (diff)
downloadhikey-4d39b5aafb3c1e66f99ed88b693c656a13627b8a.tar.gz
installer/hikey960: Label bl31/lpm3/nvme images as hisi specific
To make it more clear in the future when we're using UEFI, label the hisi bootloader components as such so one can easily descern which are provided blobs vs binaries built from source. Change-Id: I0b24777bfea9212538a5ee514687b17f68115428 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rwxr-xr-xinstaller/hikey960/flash-all.sh6
-rw-r--r--installer/hikey960/hisi-bl31.bin (renamed from installer/hikey960/bl31.bin)bin148968 -> 148968 bytes
-rw-r--r--installer/hikey960/hisi-lpm3.img (renamed from installer/hikey960/lpm3.img)bin217344 -> 217344 bytes
-rw-r--r--installer/hikey960/hisi-nvme.img (renamed from installer/hikey960/nvme.img)bin131072 -> 131072 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/installer/hikey960/flash-all.sh b/installer/hikey960/flash-all.sh
index 62256b8a..646e462d 100755
--- a/installer/hikey960/flash-all.sh
+++ b/installer/hikey960/flash-all.sh
@@ -19,9 +19,9 @@ 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
-fastboot flash trustfirmware "${INSTALLER_DIR}"/bl31.bin
+fastboot flash nvme "${INSTALLER_DIR}"/hisi-nvme.img
+fastboot flash fw_lpm3 "${INSTALLER_DIR}"/hisi-lpm3.img
+fastboot flash trustfirmware "${INSTALLER_DIR}"/hisi-bl31.bin
fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
fastboot flash dts "${ANDROID_PRODUCT_OUT}"/dt.img
fastboot flash system "${ANDROID_PRODUCT_OUT}"/system.img
diff --git a/installer/hikey960/bl31.bin b/installer/hikey960/hisi-bl31.bin
index abebea6d..abebea6d 100644
--- a/installer/hikey960/bl31.bin
+++ b/installer/hikey960/hisi-bl31.bin
Binary files differ
diff --git a/installer/hikey960/lpm3.img b/installer/hikey960/hisi-lpm3.img
index bd0243bf..bd0243bf 100644
--- a/installer/hikey960/lpm3.img
+++ b/installer/hikey960/hisi-lpm3.img
Binary files differ
diff --git a/installer/hikey960/nvme.img b/installer/hikey960/hisi-nvme.img
index ca5bc7c1..ca5bc7c1 100644
--- a/installer/hikey960/nvme.img
+++ b/installer/hikey960/hisi-nvme.img
Binary files differ