commit | 2ed2f6c508a18333d37f8bdae038bbf2467dc6a1 | [log] [tgz] |
---|---|---|
author | gerrit.automerge <gerrit.automerge@amlogic.com> | Mon Apr 08 10:39:17 2024 +0800 |
committer | gerrit.automerge <gerrit.automerge@amlogic.com> | Mon Apr 08 10:39:17 2024 +0800 |
tree | 381df807685962fb3b53138c75ac22b17f7222c0 | |
parent | 37e29a36244dd18ae346f383fefe0a6a35d742bc [diff] |
commit 2609e2a85f0487497a001103ebc78457caead960 Author: Liqiang Jin <liqiang.jin@amlogic.com> Date: Sun Apr 7 15:11:55 2024 +0800 plugin: fix plugin dir in "/vendor/lib/tee-supplicant/plugins/" [1/1] PD#RSP-6204 Problem: need to fix plugin installation dir Solution: update mk Verify: Android + S7/S905Y5 Change-Id: Iefbc401262898a8fa38118b1eb3d69db6ff4ba15 Signed-off-by: Liqiang Jin <liqiang.jin@amlogic.com> Change-Id: I471b218ea003aea0265d8f227e8144a98f0021bd Signed-off-by: gerrit.automerge <gerrit.automerge@amlogic.com>
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
$ mm
$ ./ta_export/scripts/gen_cert_key.py
--root_rsa_key=ta_export/keys/root_rsa_prv_key.pem
--ta_rsa_key=ta_export/keys/ta_rsa_pub_key.pem
--uuid=8aaaf200-2450-11e4-abe2-0002a5d5c51b
--ta_rsa_key_sig=ta_rsa_key.sig
--root_aes_key=ta_export/keys/root_aes_key.bin
--ta_aes_key=ta_export/keys/ta_aes_key.bin
--ta_aes_iv=ta_export/keys/ta_aes_iv.bin
--ta_aes_key_iv_enc=ta_aes_key_enc.bin $ ./ta_export/scripts/sign_ta.py
--ta_rsa_key=ta_export/keys/ta_rsa_prv_key.pem
--ta_rsa_key_sig=ta_rsa_key.sig
--ta_aes_key=ta_export/keys/ta_aes_key.bin
--ta_aes_iv=ta_export/keys/ta_aes_iv.bin
--ta_aes_key_iv_enc=ta_aes_key_enc.bin
--in=8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta
--out=8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta