summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorli gang <lg@marvell.com>2016-01-21 00:15:24 -0800
committerMohammed Habibulla <moch@google.com>2016-01-25 21:57:23 +0000
commit7edb6df3938cc0ca4e90ca1c02eb79cde8998584 (patch)
tree3f336ed9b7b78d3d0c87be360880176844c33180
parent567cde4fa205c12938f3ea94ed206239c812759f (diff)
downloadabox_edge-7edb6df3938cc0ca4e90ca1c02eb79cde8998584.tar.gz
Integrate keymaster libraries and related prebuilt images
BUG=25833244 Change-Id: Ib799d324b09e6d70390b7994a940cc7a9e8d8052
-rwxr-xr-x[-rw-r--r--]fstab3
-rwxr-xr-xprovision-device1
2 files changed, 3 insertions, 1 deletions
diff --git a/fstab b/fstab
index 739ff4c..32a86a8 100644..100755
--- a/fstab
+++ b/fstab
@@ -1,4 +1,5 @@
/dev/block/platform/soc.2/d4200000.axi/d4281000.sdh/by-name/system /system ext4 rw wait,slotselect
/dev/block/platform/soc.2/d4200000.axi/d4281000.sdh/by-name/userdata /data ext4 discard,noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check,encryptable=footer
/dev/block/platform/soc.2/d4200000.axi/d4281000.sdh/by-name/cache /cache ext4 discard,noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
-/dev/block/platform/soc.2/d4200000.axi/d4281000.sdh/by-name/misc /misc emmc defaults defaults
+/dev/block/platform/soc.2/d4200000.axi/d4281000.sdh/by-name/misc /misc emmc defaults defaults
+/dev/block/platform/soc.2/d4200000.axi/d4281000.sdh/by-name/secure /teesst ext4 rw wait
diff --git a/provision-device b/provision-device
index e186fcd..a886f4a 100755
--- a/provision-device
+++ b/provision-device
@@ -32,4 +32,5 @@ fastboot \
flash userdata ${OS}/userdata.img \
flash cache ${OS}/cache.img \
flash recovery ${OS}/recovery.img \
+ flash secure ${VENDOR}/bootloader/teesst.img \
--set-active=_a "$@"