summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2017-01-24 12:08:13 +0530
committerDmitry Shmidt <dimitrysh@google.com>2017-02-08 15:28:16 -0800
commit048e1a61dc0fda83aa7a8821cd6990f1f8847534 (patch)
tree7f099b4584f595ebc687ee3d468ed40e5e962e33 /installer
parentd6c0b7c440dc5bbf407fb4066893a962daf02c4e (diff)
downloadhikey-048e1a61dc0fda83aa7a8821cd6990f1f8847534.tar.gz
hikey: restructure hikey installer
Move hikey installer files to device/linaro/hikey/installer/hikey/ Fixed ANDROID_BUILD_TOP path and hikey-userdebug typo in installer/hikey/flash-all.sh script. Changes to be committed: rename installer/{ => hikey}/README (100%) rename installer/{ => hikey}/fip.bin (100%) rename installer/{ => hikey}/flash-all.sh (95%) rename installer/{ => hikey}/hisi-idt.py (100%) rename installer/{ => hikey}/l-loader.bin (100%) rename installer/{ => hikey}/nvme.img (100%) rename installer/{ => hikey}/ptable-aosp-4g.img (100%) rename installer/{ => hikey}/ptable-aosp-8g.img (100%) Change-Id: Ibd222c49a33d9ba1c28e8fc64c83e4e413a1ecae Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'installer')
-rw-r--r--installer/hikey/README (renamed from installer/README)0
-rw-r--r--installer/hikey/fip.bin (renamed from installer/fip.bin)bin1183464 -> 1183464 bytes
-rwxr-xr-xinstaller/hikey/flash-all.sh (renamed from installer/flash-all.sh)4
-rw-r--r--installer/hikey/hisi-idt.py (renamed from installer/hisi-idt.py)0
-rw-r--r--installer/hikey/l-loader.bin (renamed from installer/l-loader.bin)bin49664 -> 49664 bytes
-rw-r--r--installer/hikey/nvme.img (renamed from installer/nvme.img)bin131072 -> 131072 bytes
-rw-r--r--installer/hikey/ptable-aosp-4g.img (renamed from installer/ptable-aosp-4g.img)bin17920 -> 17920 bytes
-rw-r--r--installer/hikey/ptable-aosp-8g.img (renamed from installer/ptable-aosp-8g.img)bin17920 -> 17920 bytes
8 files changed, 2 insertions, 2 deletions
diff --git a/installer/README b/installer/hikey/README
index b58cd96a..b58cd96a 100644
--- a/installer/README
+++ b/installer/hikey/README
diff --git a/installer/fip.bin b/installer/hikey/fip.bin
index 06f44ee5..06f44ee5 100644
--- a/installer/fip.bin
+++ b/installer/hikey/fip.bin
Binary files differ
diff --git a/installer/flash-all.sh b/installer/hikey/flash-all.sh
index 0fd401f3..87465a42 100755
--- a/installer/flash-all.sh
+++ b/installer/hikey/flash-all.sh
@@ -23,9 +23,9 @@ fi
INSTALLER_DIR="`dirname ${0}`"
FIRMWARE_DIR="${INSTALLER_DIR}"
-# for cases that not run "lunch hikey-userdebu"
+# for cases that not run "lunch hikey-userdebug"
if [ -z "${ANDROID_BUILD_TOP}" ]; then
- ANDROID_BUILD_TOP=${INSTALLER_DIR}/../../../../
+ ANDROID_BUILD_TOP=${INSTALLER_DIR}/../../../../../
ANDROID_PRODUCT_OUT="${ANDROID_BUILD_TOP}/out/target/product/hikey"
fi
diff --git a/installer/hisi-idt.py b/installer/hikey/hisi-idt.py
index db66ef88..db66ef88 100644
--- a/installer/hisi-idt.py
+++ b/installer/hikey/hisi-idt.py
diff --git a/installer/l-loader.bin b/installer/hikey/l-loader.bin
index 21fdefc3..21fdefc3 100644
--- a/installer/l-loader.bin
+++ b/installer/hikey/l-loader.bin
Binary files differ
diff --git a/installer/nvme.img b/installer/hikey/nvme.img
index e2c8fe92..e2c8fe92 100644
--- a/installer/nvme.img
+++ b/installer/hikey/nvme.img
Binary files differ
diff --git a/installer/ptable-aosp-4g.img b/installer/hikey/ptable-aosp-4g.img
index d3f732a4..d3f732a4 100644
--- a/installer/ptable-aosp-4g.img
+++ b/installer/hikey/ptable-aosp-4g.img
Binary files differ
diff --git a/installer/ptable-aosp-8g.img b/installer/hikey/ptable-aosp-8g.img
index ab77618f..ab77618f 100644
--- a/installer/ptable-aosp-8g.img
+++ b/installer/hikey/ptable-aosp-8g.img
Binary files differ