commit | 37e29a36244dd18ae346f383fefe0a6a35d742bc | [log] [tgz] |
---|---|---|
author | Shuo Liu <shuo.liu@amlogic.com> | Mon Jan 29 16:51:13 2024 +0800 |
committer | Shuo Liu <shuo.liu@amlogic.com> | Mon Jan 29 16:55:52 2024 +0800 |
tree | ed1844a8bece3bb25e55819a323c493855feb406 | |
parent | 0c2cb92adcb74dd77c3b5791ef5def76fbaad451 [diff] |
tdk_basic: remove oneshot property [1/1] PD#TV-102338 Problem: system hang and call stack of open session show. Solution: tee-supplicant service is exit unexpectly, all TA operation will wait response from tee-supplicant. remove oneshot property, the tee-supplicant service will restart after exit. Verify: T3 Change-Id: I2003b179d290fb218f3aedc44d7e5a0fbbc45715 Signed-off-by: Shuo Liu <shuo.liu@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