OP-TEE / optee_os

Trusted side of the TEE
Other
1.56k stars 1.05k forks source link

Optee panics on AM64x-starter kit #5461

Closed maroonmoon13 closed 2 years ago

maroonmoon13 commented 2 years ago

Hello, I built the latest optee for TI AM64x starter kit board, with the following build commands:


$ export PATH=$PATH:~/ti/ti-processor-sdk-linux-am64xx-evm-08.02.00.14/linux-devkit/sysroots/x86_64-arago-linux/usr/bin
$ export PATH=$PATH:~/x-tools/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/bin/
$ CFG_TEE_CORE_LOG_LEVEL=4 CFG_TEE_CORE_DEBUG=y CFG_TEE_TA_LOG_LEVEL=4 make CROSS_COMPILE64=aarch64-none-linux-gnu- CROSS_COMPILE32=arm-none-linux-gnueabihf- PLATFORM=k3-am65x CFG_ARM64_core=y

Basically, I enabled debug messages.

When I try to boot using this new Optee, I get the below panic message.

U-Boot SPL 2021.01-00001-g30dc5fee83-dirty (Jul 29 2022 - 15:03:44 +0200)
EEPROM not available at 80, trying to read at 81
SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
SPL initial stack usage: 13392 bytes
Trying to boot from MMC2
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.5(release):08.01.00.006-dirty
NOTICE:  BL31: Built : 19:38:11, Apr  9 2022
D/TC:0   plat_get_aslr_seed:111 Warning: no ASLR seed
D/TC:0   add_phys_mem:635 ROUNDDOWN(0x32400000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x32400000 size 0x00200
D/TC:0   add_phys_mem:635 ROUNDDOWN(0x32800000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x32800000 size 0x00200
D/TC:0   add_phys_mem:635 ROUNDDOWN(0x32c00000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x32c00000 size 0x00200
D/TC:0   add_phys_mem:635 ROUNDDOWN((0x02800000 + 0 * 0x10000), CORE_MMU_PGDIR_SIZE) type IO_NSEC 0x0280
D/TC:0   add_phys_mem:635 ROUNDDOWN((0x01800000 + 0x0), CORE_MMU_PGDIR_SIZE) type IO_SEC 0x01800000 siz0
D/TC:0   add_phys_mem:635 ROUNDDOWN((0x01800000 + 0x80000), CORE_MMU_PGDIR_SIZE) type IO_SEC 0x018000000
D/TC:0   add_phys_mem:649 Physical mem map overlaps 0x1800000
D/TC:0   add_phys_mem:635 ROUNDDOWN(0x04e00000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x04e00000 size 0x00200
D/TC:0   add_phys_mem:635 ROUNDDOWN((0x04e00000 + 0x10000), CORE_MMU_PGDIR_SIZE) type IO_SEC 0x04e000000
D/TC:0   add_phys_mem:649 Physical mem map overlaps 0x4e00000
D/TC:0   add_phys_mem:635 TEE_SHMEM_START type NSEC_SHM 0x9fc00000 size 0x00400000
D/TC:0   add_phys_mem:635 TA_RAM_START type TA_RAM 0x9ea00000 size 0x01200000
D/TC:0   add_phys_mem:635 VCORE_UNPG_RW_PA type TEE_RAM_RW 0x9e860000 size 0x001a0000
D/TC:0   add_phys_mem:635 VCORE_UNPG_RX_PA type TEE_RAM_RX 0x9e800000 size 0x00060000
D/TC:0   add_va_space:675 type RES_VASPACE size 0x00a00000
D/TC:0   add_va_space:675 type SHM_VASPACE size 0x02000000
D/TC:0   dump_mmap_table:800 type NSEC_SHM     va 0x99600000..0x999fffff pa 0x9fc00000..0x9fffffff size)
D/TC:0   dump_mmap_table:800 type TA_RAM       va 0x99a00000..0x9abfffff pa 0x9ea00000..0x9fbfffff size)
D/TC:0   dump_mmap_table:800 type IO_SEC       va 0x9ae00000..0x9affffff pa 0x32c00000..0x32dfffff size)
D/TC:0   dump_mmap_table:800 type IO_SEC       va 0x9b000000..0x9b1fffff pa 0x32800000..0x329fffff size)
D/TC:0   dump_mmap_table:800 type IO_SEC       va 0x9b200000..0x9b3fffff pa 0x32400000..0x325fffff size)
D/TC:0   dump_mmap_table:800 type IO_SEC       va 0x9b400000..0x9b5fffff pa 0x04e00000..0x04ffffff size)
D/TC:0   dump_mmap_table:800 type IO_NSEC      va 0x9b600000..0x9b7fffff pa 0x02800000..0x029fffff size)
D/TC:0   dump_mmap_table:800 type IO_SEC       va 0x9b800000..0x9b9fffff pa 0x01800000..0x019fffff size)
D/TC:0   dump_mmap_table:800 type RES_VASPACE  va 0x9ba00000..0x9c3fffff pa 0x00000000..0x009fffff size)
D/TC:0   dump_mmap_table:800 type SHM_VASPACE  va 0x9c600000..0x9e5fffff pa 0x00000000..0x01ffffff size)
D/TC:0   dump_mmap_table:800 type TEE_RAM_RX   va 0x9e800000..0x9e85ffff pa 0x9e800000..0x9e85ffff size)
D/TC:0   dump_mmap_table:800 type TEE_RAM_RW   va 0x9e860000..0x9e9fffff pa 0x9e860000..0x9e9fffff size)
D/TC:0   core_mmu_xlat_table_alloc:526 xlat tables used 1 / 8
D/TC:0   core_mmu_xlat_table_alloc:526 xlat tables used 2 / 8
I/TC:  
I/TC: OP-TEE version: 3.18.0-23-g191f2ed4-dev (gcc version 9.2.1 20191025 (GNU Toolchain for the A-prof4
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check [optee.readthedocs.io/.../porting_guidelines.html](https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html)
I/TC: Primary CPU initializing
D/TC:0 0 boot_init_primary_late:1314 Executing at offset 0 with virtual load address 0x9e800000
D/TC:0 0 call_preinitcalls:21 level 2 mobj_mapped_shm_init()
D/TC:0 0 mobj_mapped_shm_init:463 Shared memory address range: 9c600000, 9e600000
D/TC:0 0 call_initcalls:40 level 1 register_time_source()
D/TC:0 0 call_initcalls:40 level 1 teecore_init_pub_ram()
D/TC:0 0 call_initcalls:40 level 3 init_ti_sci()
D/TC:0 0 k3_sec_proxy_init:243 tx_thread: 7, rx_thread: 6
F/TC:0 0 k3_sec_proxy_send:131 Verifying the thread
F/TC:0 0 k3_sec_proxy_verify_thread:71 Check for thread corruption
Unhandled Exception in EL3.
x30            = 0x00000000701c0e6c
x0             = 0x0000000000000000
x1             = 0x000000009e86fa68
x2             = 0x000000009b207000
x3             = 0x0000008000000000
x4             = 0x0000000000000001
x5             = 0x0000000000000000
x6             = 0xffffffffffffffff
x7             = 0x000000009e896fc0
x8             = 0x000000009e896fc8
x9             = 0x000000009e87ff20
x10            = 0x0000000000000000
x11            = 0x0000000000000000
x12            = 0x000000009e896f38
x13            = 0x000000000000000a
x14            = 0x00000000ffffffff
x15            = 0x0000000000000020
x16            = 0x000000009e8104d4
x17            = 0x0000000000000000
x18            = 0x0000000000000000
x19            = 0x000000009e85e900
x20            = 0x0000000000000000
x21            = 0x000000009e857000
x22            = 0x000000009e86fa68
x23            = 0x0000000000000000
x24            = 0x000000009e85704a
x25            = 0x0000000000000000
x26            = 0x0000000000000000
x27            = 0x0000000000000000
x28            = 0x0000000000000000
x29            = 0x000000009e897220
scr_el3        = 0x0000000000000e38
sctlr_el3      = 0x0000000030cd183f
cptr_el3       = 0x0000000000000000
tcr_el3        = 0x0000000080803520
daif           = 0x00000000000002c0
mair_el3       = 0x00000000004404ff
spsr_el3       = 0x00000000800003c4
elr_el3        = 0x000000009e80a8e0
ttbr0_el3      = 0x00000000701cd780
esr_el3        = 0x0000000092000010
far_el3        = 0x000000009b207000
spsr_el1       = 0x0000000000000000
elr_el1        = 0x0000000000000000
spsr_abt       = 0x0000000000000000
spsr_und       = 0x0000000000000000
spsr_irq       = 0x0000000000000000
spsr_fiq       = 0x0000000000000000
sctlr_el1      = 0x0000000030d8180d
actlr_el1      = 0x0000000000000000
cpacr_el1      = 0x0000000000000000
csselr_el1     = 0x0000000000000000
sp_el1         = 0x000000009e86f7c0
esr_el1        = 0x0000000000000000
ttbr0_el1      = 0x000000009e88f000
ttbr1_el1      = 0x0000000000000000
mair_el1       = 0x00000000ff00ff04
amair_el1      = 0x0000000000000000
tcr_el1        = 0x0000000080803fa0
tpidr_el1      = 0x0000000000000000
tpidr_el0      = 0x0000000000000000
tpidrro_el0    = 0x0000000000000000
par_el1        = 0x0400000032406900
mpidr_el1      = 0x0000000080000000
afsr0_el1      = 0x0000000000000000
afsr1_el1      = 0x0000000000000000
contextidr_el1 = 0x0000000000000000
vbar_el1       = 0x000000009e802000
cntp_ctl_el0   = 0x0000000000000000
cntp_cval_el0  = 0x0000000000000000
cntv_ctl_el0   = 0x0000000000000000
cntv_cval_el0  = 0x0000000000000000
cntkctl_el1    = 0x0000000000000000
sp_el0         = 0x000000009e897220
isr_el1        = 0x0000000000000000
dacr32_el2     = 0x0000000000000000
ifsr32_el2     = 0x0000000000000000
cpuectlr_el1   = 0x0000000000000040
cpumerrsr_el1  = 0x00000000120c06c6
l2merrsr_el1   = 0x0000000010100c18
cpuactlr_el1   = 0x00001000090ca000

Expected output: Optee should load normally.

Regards

jforissier commented 2 years ago

@maroonmoon13 have you made any progress? It looks like an exception is happening in the TEE core (SEL1) and is reaching TF-A (EL3).

elr_el3        = 0x000000009e80a8e0

Exception return address. What is the code near this address in optee_os/out/arm-plat-k3/core/tee.dmp?

esr_el3        = 0x0000000092000010

Data abort caused by a read from lower EL (decoding here).

maroonmoon13 commented 2 years ago

Hi, I had raised this issue with TI. I think this is work in progress and they should be working on fixing this. May be we can close this for the time being, or keep it open for reference, since it is definitely a bug which has not been fixed yet.

manorit2001 commented 2 years ago

Hello, I built the latest optee for TI AM64x starter kit board, with the following build commands:


$ export PATH=$PATH:~/ti/ti-processor-sdk-linux-am64xx-evm-08.02.00.14/linux-devkit/sysroots/x86_64-arago-linux/usr/bin
$ export PATH=$PATH:~/x-tools/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/bin/
$ CFG_TEE_CORE_LOG_LEVEL=4 CFG_TEE_CORE_DEBUG=y CFG_TEE_TA_LOG_LEVEL=4 make CROSS_COMPILE64=aarch64-none-linux-gnu- CROSS_COMPILE32=arm-none-linux-gnueabihf- PLATFORM=k3-am65x CFG_ARM64_core=y

Basically, I enabled debug messages.

Hey Hi,

Can you try using the PLATFORM as k3-am64x?

maroonmoon13 commented 2 years ago

Hello Manorit, I used the new build flag. I do move ahead from the Optee panic, but now hit a kernel panic as well as some failures in Optee. log attached

`U-Boot SPL 2021.01-00001-g30dc5fee83 (Aug 08 2022 - 10:49:55 +0200) EEPROM not available at 80, trying to read at 81 SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') SPL initial stack usage: 13392 bytes Trying to boot from MMC2 Starting ATF on ARM64 core...

NOTICE: BL31: v2.5(release):08.01.00.006-dirty NOTICE: BL31: Built : 19:38:11, Apr 9 2022 D/TC:0 plat_get_aslr_seed:111 Warning: no ASLR seed D/TC:0 add_phys_mem:635 ROUNDDOWN(0x4a600000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x4a600000 size 0x00200000 D/TC:0 add_phys_mem:635 ROUNDDOWN(0x4a400000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x4a400000 size 0x00200000 D/TC:0 add_phys_mem:635 ROUNDDOWN(0x4d000000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x4d000000 size 0x00200000 D/TC:0 add_phys_mem:635 ROUNDDOWN((0x02800000 + 0 * 0x10000), CORE_MMU_PGDIR_SIZE) type IO_NSEC 0x02800000 size 0x00200000 D/TC:0 add_phys_mem:635 ROUNDDOWN((0x01800000 + 0x0), CORE_MMU_PGDIR_SIZE) type IO_SEC 0x01800000 size 0x00200000 D/TC:0 add_phys_mem:635 ROUNDDOWN((0x01800000 + 0x80000), CORE_MMU_PGDIR_SIZE) type IO_SEC 0x01800000 size 0x00200000 D/TC:0 add_phys_mem:649 Physical mem map overlaps 0x1800000 D/TC:0 add_phys_mem:635 ROUNDDOWN(0x40900000, CORE_MMU_PGDIR_SIZE) type IO_SEC 0x40800000 size 0x00200000 D/TC:0 add_phys_mem:635 ROUNDDOWN((0x40900000 + 0x10000), CORE_MMU_PGDIR_SIZE) type IO_SEC 0x40800000 size 0x00200000 D/TC:0 add_phys_mem:649 Physical mem map overlaps 0x40800000 D/TC:0 add_phys_mem:635 TEE_SHMEM_START type NSEC_SHM 0x9fc00000 size 0x00400000 D/TC:0 add_phys_mem:635 TA_RAM_START type TA_RAM 0x9ea00000 size 0x01200000 D/TC:0 add_phys_mem:635 VCORE_UNPG_RW_PA type TEE_RAM_RW 0x9e860000 size 0x001a0000 D/TC:0 add_phys_mem:635 VCORE_UNPG_RX_PA type TEE_RAM_RX 0x9e800000 size 0x00060000 D/TC:0 add_va_space:675 type RES_VASPACE size 0x00a00000 D/TC:0 add_va_space:675 type SHM_VASPACE size 0x02000000 D/TC:0 dump_mmap_table:800 type NSEC_SHM va 0x99600000..0x999fffff pa 0x9fc00000..0x9fffffff size 0x00400000 (pgdir) D/TC:0 dump_mmap_table:800 type TA_RAM va 0x99a00000..0x9abfffff pa 0x9ea00000..0x9fbfffff size 0x01200000 (pgdir) D/TC:0 dump_mmap_table:800 type IO_SEC va 0x9ae00000..0x9affffff pa 0x4d000000..0x4d1fffff size 0x00200000 (pgdir) D/TC:0 dump_mmap_table:800 type IO_SEC va 0x9b000000..0x9b1fffff pa 0x4a600000..0x4a7fffff size 0x00200000 (pgdir) D/TC:0 dump_mmap_table:800 type IO_SEC va 0x9b200000..0x9b3fffff pa 0x4a400000..0x4a5fffff size 0x00200000 (pgdir) D/TC:0 dump_mmap_table:800 type IO_SEC va 0x9b400000..0x9b5fffff pa 0x40800000..0x409fffff size 0x00200000 (pgdir) D/TC:0 dump_mmap_table:800 type IO_NSEC va 0x9b600000..0x9b7fffff pa 0x02800000..0x029fffff size 0x00200000 (pgdir) D/TC:0 dump_mmap_table:800 type IO_SEC va 0x9b800000..0x9b9fffff pa 0x01800000..0x019fffff size 0x00200000 (pgdir) D/TC:0 dump_mmap_table:800 type RES_VASPACE va 0x9ba00000..0x9c3fffff pa 0x00000000..0x009fffff size 0x00a00000 (pgdir) D/TC:0 dump_mmap_table:800 type SHM_VASPACE va 0x9c600000..0x9e5fffff pa 0x00000000..0x01ffffff size 0x02000000 (pgdir) D/TC:0 dump_mmap_table:800 type TEE_RAM_RX va 0x9e800000..0x9e85ffff pa 0x9e800000..0x9e85ffff size 0x00060000 (smallpg) D/TC:0 dump_mmap_table:800 type TEE_RAM_RW va 0x9e860000..0x9e9fffff pa 0x9e860000..0x9e9fffff size 0x001a0000 (smallpg) D/TC:0 core_mmu_xlat_table_alloc:526 xlat tables used 1 / 8 D/TC:0 core_mmu_xlat_table_alloc:526 xlat tables used 2 / 8 I/TC: I/TC: OP-TEE version: Unknown_3.18 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Mon Aug 8 08:41:16 UTC 2022 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing D/TC:0 0 boot_init_primary_late:1314 Executing at offset 0 with virtual load address 0x9e800000 D/TC:0 0 call_preinitcalls:21 level 2 mobj_mapped_shm_init() D/TC:0 0 mobj_mapped_shm_init:463 Shared memory address range: 9c600000, 9e600000 D/TC:0 0 call_initcalls:40 level 1 register_time_source() D/TC:0 0 call_initcalls:40 level 1 teecore_init_pub_ram() D/TC:0 0 call_initcalls:40 level 3 init_ti_sci() D/TC:0 0 k3_sec_proxy_init:243 tx_thread: 11, rx_thread: 10 F/TC:0 0 k3_sec_proxy_send:131 Verifying the thread F/TC:0 0 k3_sec_proxy_verify_thread:71 Check for thread corruption F/TC:0 0 k3_sec_proxy_verify_thread:88 Check for thread direction F/TC:0 0 k3_sec_proxy_verify_thread:100 Check for thread queue F/TC:0 0 k3_sec_proxy_verify_thread:113 Success F/TC:0 0 k3_sec_proxy_recv:193 Verifying thread F/TC:0 0 k3_sec_proxy_verify_thread:71 Check for thread corruption F/TC:0 0 k3_sec_proxy_verify_thread:88 Check for thread direction F/TC:0 0 k3_sec_proxy_verify_thread:100 Check for thread queue D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill E/TC:0 0 k3_sec_proxy_verify_thread:108 Queue is busy E/TC:0 0 k3_sec_proxy_recv:196 Thread SEC_PROXY_RESPONSE_THREAD verification failed. ret = -65523 E/TC:0 0 ti_sci_get_response:101 Message receive failed (-65523) E/TC:0 0 ti_sci_do_xfer:149 Failed to get response (-65523) E/TC:0 0 ti_sci_init:378 Unable to communicate with control firmware (-65523) E/TC:0 0 call_initcalls:43 Initcall text_start + 0x0005e908 failed D/TC:0 0 call_initcalls:40 level 3 check_ta_store() D/TC:0 0 check_ta_store:408 TA store: "Secure Storage TA" D/TC:0 0 check_ta_store:408 TA store: "REE" D/TC:0 0 call_initcalls:40 level 3 verify_pseudo_tas_conformance() D/TC:0 0 call_initcalls:40 level 3 tee_cryp_init() D/TC:0 0 call_initcalls:40 level 4 tee_fs_init_key_manager() F/TC:0 0 k3_sec_proxy_send:131 Verifying the thread F/TC:0 0 k3_sec_proxy_verify_thread:71 Check for thread corruption F/TC:0 0 k3_sec_proxy_verify_thread:88 Check for thread direction F/TC:0 0 k3_sec_proxy_verify_thread:100 Check for thread queue F/TC:0 0 k3_sec_proxy_verify_thread:113 Success F/TC:0 0 k3_sec_proxy_recv:193 Verifying thread F/TC:0 0 k3_sec_proxy_verify_thread:71 Check for thread corruption F/TC:0 0 k3_sec_proxy_verify_thread:88 Check for thread direction F/TC:0 0 k3_sec_proxy_verify_thread:100 Check for thread queue D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill E/TC:0 0 k3_sec_proxy_verify_thread:108 Queue is busy E/TC:0 0 k3_sec_proxy_recv:196 Thread SEC_PROXY_RESPONSE_THREAD verification failed. ret = -65523 E/TC:0 0 ti_sci_get_response:101 Message receive failed (-65523) E/TC:0 0 ti_sci_do_xfer:149 Failed to get response (-65523) E/TC:0 0 tee_otp_get_hw_unique_key:86 Could not get HUK E/TC:0 0 call_initcalls:43 Initcall text_start + 0x0005e968 failed D/TC:0 0 call_initcalls:40 level 5 sa2ul_init() F/TC:0 0 k3_sec_proxy_send:131 Verifying the thread F/TC:0 0 k3_sec_proxy_verify_thread:71 Check for thread corruption F/TC:0 0 k3_sec_proxy_verify_thread:88 Check for thread direction F/TC:0 0 k3_sec_proxy_verify_thread:100 Check for thread queue F/TC:0 0 k3_sec_proxy_verify_thread:113 Success F/TC:0 0 k3_sec_proxy_recv:193 Verifying thread F/TC:0 0 k3_sec_proxy_verify_thread:71 Check for thread corruption F/TC:0 0 k3_sec_proxy_verify_thread:88 Check for thread direction F/TC:0 0 k3_sec_proxy_verify_thread:100 Check for thread queue D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill D/TC:0 0 k3_sec_proxy_verify_thread:105 Waiting for thread SEC_PROXY_RESPONSE_THREAD to fill E/TC:0 0 k3_sec_proxy_verify_thread:108 Queue is busy E/TC:0 0 k3_sec_proxy_recv:196 Thread SEC_PROXY_RESPONSE_THREAD verification failed. ret = -65523 E/TC:0 0 ti_sci_get_response:101 Message receive failed (-65523) E/TC:0 0 ti_sci_do_xfer:149 Failed to get response (-65523) E/TC:0 0 sa2ul_init:58 Failed to get SA2UL device E/TC:0 0 call_initcalls:43 Initcall __text_start + 0x0005e980 failed D/TC:0 0 call_initcalls:40 level 6 mobj_init() D/TC:0 0 call_initcalls:40 level 6 default_mobj_init() I/TC: Primary CPU switching to normal world boot

U-Boot SPL 2021.01-00001-g30dc5fee83 (Aug 08 2022 - 10:51:40 +0200) SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') Trying to boot from MMC2

U-Boot 2021.01-00001-g30dc5fee83 (Aug 08 2022 - 10:51:40 +0200)

SoC: AM64X SR1.0 Model: Texas Instruments AM642 SK Board: AM64-SKEVM rev E2 DRAM: 2 GiB NAND: 0 MiB MMC: mmc@fa00000: 1 In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Net: eth0: ethernet@8000000port@1 Warning: ethernet@8000000port@2 MAC addresses don't match: Address in ROM is f4:84:4c:f9:7b:9d Address in environment is 70:ff:76:1d:f1:6c , eth1: ethernet@8000000port@2 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 1490 bytes read in 2 ms (727.5 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 1 ms (1000 Bytes/s) Already setup. 19276288 bytes read in 736 ms (25 MiB/s) 52147 bytes read in 4 ms (12.4 MiB/s)

Flattened Device Tree blob at 88000000

Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fff0000, end 000000008ffffbb2 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.10.100-g7a7a3af903 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 201912 [ 0.000000] Machine model: Texas Instruments AM642 SK [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a57fffff] [ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] cma: Reserved 512 MiB at 0x00000000c0000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 2 pages/cpu s49880 r8192 d73000 u131072 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] Built 1 zonelists, mobility grouping off. Total pages: 32736 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=fc40000.spi.0:1m(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.et [ 0.000000] Dentry cache hash table entries: 262144 (order: 5, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 1432384K/2097152K available (10880K kernel code, 1288K rwdata, 4352K rodata, 1856K init, 751K bss, 140480K reserved, 524288K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @a6000000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000000a58c0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000a58d0000 [ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4c4 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000005] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008545] Console: colour dummy device 80x25 [ 0.013142] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023820] pid_max: default: 32768 minimum: 301 [ 0.028636] LSM: Security Framework initializing [ 0.033456] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.041054] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.051719] rcu: Hierarchical SRCU implementation. [ 0.057026] Platform MSI: msi-controller@1820000 domain created [ 0.063426] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.072736] EFI services will not be available. [ 0.077812] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.091601] Detected VIPT I-cache on CPU1 [ 0.091645] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000 [ 0.091661] GICv3: CPU1: using allocated LPI pending table @0x00000000a58e0000 [ 0.091732] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.091871] smp: Brought up 1 node, 2 CPUs [ 0.121258] SMP: Total of 2 processors activated. [ 0.126071] CPU features: detected: 32-bit EL0 Support [ 0.131346] CPU features: detected: CRC32 instructions [ 0.145131] CPU: All CPU(s) started at EL2 [ 0.149338] alternatives: patching kernel code [ 0.155309] devtmpfs: initialized [ 0.167238] KASLR disabled due to lack of seed [ 0.172128] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.182099] futex hash table entries: 512 (order: -1, 32768 bytes, linear) [ 0.191583] pinctrl core: initialized pinctrl subsystem [ 0.197666] DMI not present or invalid. [ 0.202350] NET: Registered protocol family 16 [ 0.215224] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.222959] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.230996] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.239781] thermal_sys: Registered thermal governor 'step_wise' [ 0.239788] thermal_sys: Registered thermal governor 'power_allocator' [ 0.246515] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.260229] ASID allocator initialised with 65536 entries [ 0.293890] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages [ 0.300780] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.307542] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.316667] cryptd: max_cpu_qlen set to 1000 [ 0.325449] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR1.0 JTAGID[0x0bb3802f] Detected [ 0.334763] vcc_3v3_sys: supplied by vusb_main5v0 [ 0.341160] iommu: Default domain type: Translated [ 0.346629] SCSI subsystem initialized [ 0.351293] mc: Linux media interface: v0.10 [ 0.355721] videodev: Linux video capture interface: v2.00 [ 0.361455] pps_core: LinuxPPS API ver. 1 registered [ 0.366530] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.375876] PTP clock support registered [ 0.379918] EDAC MC: Ver: 3.0.0 [ 0.384045] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100 [ 0.390975] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100 [ 0.397799] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100 [ 0.405336] FPGA manager framework [ 0.409005] Advanced Linux Sound Architecture Driver Initialized. [ 0.416607] clocksource: Switched to clocksource arch_sys_counter [ 0.423405] VFS: Disk quotas dquot_6.6.0 [ 0.427562] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.441573] NET: Registered protocol family 2 [ 0.446345] IP idents hash table entries: 32768 (order: 2, 262144 bytes, linear) [ 0.455532] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear) [ 0.464433] TCP established hash table entries: 16384 (order: 1, 131072 bytes, linear) [ 0.472674] TCP bind hash table entries: 16384 (order: 2, 262144 bytes, linear) [ 0.480457] TCP: Hash tables configured (established 16384 bind 16384) [ 0.487421] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.494367] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.501911] NET: Registered protocol family 1 [ 0.507080] RPC: Registered named UNIX socket transport module. [ 0.513172] RPC: Registered udp transport module. [ 0.518012] RPC: Registered tcp transport module. [ 0.522820] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.529422] PCI: CLS 0 bytes, default 64 [ 0.534313] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.547852] Initialise system trusted keyrings [ 0.552764] workingset: timestamp_bits=46 max_order=15 bucket_order=0 [ 0.564549] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.571300] NFS: Registering the id_resolver key type [ 0.576536] Key type id_resolver registered [ 0.580814] Key type id_legacy registered [ 0.584990] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.591842] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.599654] 9p: Installing v9fs 9p2000 file system support [ 0.649242] Key type asymmetric registered [ 0.653453] Asymmetric key parser 'x509' registered [ 0.658504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.666071] io scheduler mq-deadline registered [ 0.670699] io scheduler kyber registered [ 0.677474] pinctrl-single f4000.pinctrl: 180 pins, size 720 [ 0.684490] pinctrl-single a40000.timesync-router: 512 pins, size 2048 [ 0.701307] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.726047] brd: module loaded [ 0.738179] loop: module loaded [ 0.742353] megasas: 07.714.04.00-rc1 [ 0.750804] tun: Universal TUN/TAP device driver, 1.6 [ 0.756800] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.763219] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.769337] sky2: driver version 1.30 [ 0.774329] VFIO - User Level meta-driver version: 0.3 [ 0.780919] i2c /dev entries driver [ 0.785645] sdhci: Secure Digital Host Controller Interface driver [ 0.791981] sdhci: Copyright(c) Pierre Ossman [ 0.796858] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.803880] ledtrig-cpu: registered to indicate activity on CPUs [ 0.810531] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.818583] optee: probing for conduit method. D/TC:1 tee_entry_exchange_capabilities:100 Asynchronous notifications are disabled D/TC:1 tee_entry_exchange_capabilities:109 Dynamic shared memory is enabled [ 0.823203] optee: revision 3.18 [ 0.838293] optee: dynamic shared memory is enabled D/TC:1 0 core_mmu_xlat_table_alloc:526 xlat tables used 3 / 8 D/TC:? 0 tee_ta_init_pseudo_ta_session:296 Lookup pseudo TA 7011a688-ddde-4053-a5a9-7b3c4ddf13b8 D/TC:? 0 tee_ta_init_pseudo_ta_session:309 Open device.pta D/TC:? 0 tee_ta_init_pseudo_ta_session:326 device.pta : 7011a688-ddde-4053-a5a9-7b3c4ddf13b8 F/TC:? 0 plat_prng_add_jitter_entropy:72 0x2FC5 D/TC:? 0 tee_ta_close_session:511 csess 0x9e87fc30 id 1 D/TC:? 0 tee_ta_close_session:530 Destroy session [ 0.889456] optee: initialized driver [ 0.895891] NET: Registered protocol family 17 [ 0.900709] 9pnet: Installing 9P2000 support [ 0.905150] Key type dns_resolver registered [ 0.909776] Loading compiled-in X.509 certificates [ 0.930876] ti-sci 44043000.dmsc: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') [ 0.996693] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0 [ 1.003148] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 [ 1.012772] omap_i2c 20000000.i2c: bus 0 rev0.12 at 100 kHz [ 1.020230] pca953x 1-0070: supply vcc not found, using dummy regulator [ 1.027211] pca953x 1-0070: using no AI [ 1.053606] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz [ 1.061001] omap_i2c 20020000.i2c: bus 2 rev0.12 at 100 kHz [ 1.067234] ti-sci-intr bus@f4000:bus@4000000:interrupt-controller1: Interrupt Router 5 domain created [ 1.076983] ti-sci-intr bus@f4000:interrupt-controller0: Interrupt Router 3 domain created [ 1.085632] random: fast init done [ 1.089212] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.112360] ti-bcdma 485c0100.dma-controller: Number of rings: 68 [ 1.120306] ti-bcdma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6) [ 1.130743] ti-pktdma 485c0000.dma-controller: Number of rings: 288 [ 1.145877] ti-pktdma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15) [ 1.157327] printk: console [ttyS2] disabled [ 1.161796] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 16, base_baud = 3000000) is a 8250 [ 1.170564] printk: console [ttyS2] enabled [ 1.170564] printk: console [ttyS2] enabled [ 1.179006] printk: bootconsole [ns16550a0] disabled [ 1.179006] printk: bootconsole [ns16550a0] disabled [ 1.194230] spi-nor spi0.0: s28hs512t (65536 Kbytes) [ 1.199258] 7 cmdlinepart partitions found on MTD device fc40000.spi.0 [ 1.205789] Creating 7 MTD partitions on "fc40000.spi.0": [ 1.211186] 0x000000000000-0x000000100000 : "ospi.tiboot3" [ 1.218451] 0x000000100000-0x000000300000 : "ospi.tispl" [ 1.225191] 0x000000300000-0x000000700000 : "ospi.u-boot" [ 1.232001] 0x000000700000-0x000000740000 : "ospi.env" [ 1.238522] 0x000000740000-0x000000780000 : "ospi.env.backup" [ 1.245594] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 1.252385] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 1.316624] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.328286] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 [ 1.336410] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867 [ 1.344633] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000002 [ 1.358112] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16 [ 1.364979] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4 [ 1.372124] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 1.379009] pps pps0: new PPS source ptp0 [ 1.383526] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.397374] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0 [ 1.417435] vdd_mmc1: supplied by vcc_3v3_sys [ 1.423173] wlan_en: supplied by com8_ls_en [ 1.430928] mmc0: CQHCI version 5.10 [ 1.431540] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present! [ 1.436649] mmc1: CQHCI version 5.10 [ 1.459090] ALSA device list: [ 1.462094] No soundcards found. [ 1.483246] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.490757] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.499869] Waiting for root device PARTUUID=d689096d-02... [ 1.508729] sdhci-am654 fa10000.mmc: card claims to support voltages below defined range [ 1.528280] mmc0: new SDIO card at address 0001 [ 1.549383] mmc1: new ultra high speed SDR104 SDHC card at address aaaa [ 1.556967] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 1.567103] mmcblk1: p1 p2 [ 1.596979] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.605184] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 1.613936] devtmpfs: mounted [ 1.618058] Freeing unused kernel memory: 1856K [ 1.622637] Run /sbin/init as init process [ 1.756846] systemd[1]: System time before build time, advancing clock. [ 1.814976] NET: Registered protocol family 10 [ 1.820870] Segment Routing with IPv6 [ 1.844719] systemd[1]: systemd 244 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP ) [ 1.866861] systemd[1]: Detected architecture arm64.

Welcome to Arago 2021.09!

[ 1.911698] systemd[1]: Set hostname to . [ 2.269958] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.284898] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.487567] random: systemd: uninitialized urandom read (16 bytes read) [ 2.494637] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 2.507006] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 2.519318] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 2.540960] random: systemd: uninitialized urandom read (16 bytes read) [ 2.549286] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 2.572865] random: systemd: uninitialized urandom read (16 bytes read) [ 2.581204] systemd[1]: Created slice system-syslog\x2dng.slice. [ OK ] Created slice system-syslog\x2dng.slice. [ 2.606526] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 2.629570] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password ��…ts to Console Directory Watch. [ 2.653240] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R��…uests to Wall Directory Watch. [ 2.677163] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 2.696924] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 2.716904] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 2.736952] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 2.758043] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 2.780967] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 2.808873] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 2.833338] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 2.868461] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 2.877594] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 2.901719] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 2.917969] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 2.941719] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 2.965431] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 2.995526] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.019371] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.047556] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 3.078256] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 3.104351] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st��…odes for the current kernel... [ 3.136092] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 3.153457] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 3.171940] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.196411] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.225276] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems 3.237220] cryptodev: loading out-of-tree module taints kernel. [0m... [ 3.255086] cryptodev: driver 1.10 loaded. [ 3.270109] systemd[1]: Starting udev Coldplug all Devices... [ 3.275753] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) Starting udev Coldplug all Devices... [ 3.322827] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 3.340571] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Create list of sta��… nodes for the current kernel. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... Starting Apply Kernel Variables...[ 3.565311] systemd-journald[161]: Received client request to flush runtime journal.

     Starting Create Static Device Nodes in /dev...

[ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /media/ram... Mounting /var/volatile... Starting udev Kernel Device Manager... [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started udev Coldplug all Devices. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting udev Wait for Complete Device Initialization... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. D/TC:? 0 tee_ta_init_pseudo_ta_session:296 Lookup pseudo TA ab7a617c-b8e7-4d8f-8301-d09b61036b64 D/TC:? 0 tee_ta_init_pseudo_ta_session:309 Open rng.pta D/TC:? 0 tee_ta_init_pseudo_ta_session:326 rng.pta : ab7a617c-b8e7-4d8f-8301-d09b61036b64 F/TC:? 0 invoke_command:61 rng.pta command 0x1 ptypes 0x2 F/TC:? 0 invoke_command:61 rng.pta command 0 ptypes 0x7 E/TC:? 0 assertion 'rng' failed at core/arch/arm/plat-k3/drivers/sa2ul_rng.c:77 E/TC:1 0 Panic at core/kernel/assert.c:28 <_assert_break> E/TC:1 0 TEE load address @ 0x9e800000 E/TC:1 0 Call stack: E/TC:1 0 0x9e80814c E/TC:1 0 0x9e811884 E/TC:1 0 0x9e8106bc E/TC:1 0 0x9e80b8b8 E/TC:1 0 0x9e81ced4 E/TC:1 0 0x9e8169b4 E/TC:1 0 0x9e812c18 E/TC:1 0 0x9e81d5c4 E/TC:1 0 0x9e806448 E/TC:1 0 0x9e80659c E/TC:1 0 0x9e806b48`

maroonmoon13 commented 2 years ago

Please note that I am using the ti-processor-sdk-linux-am64xx-evm-08.02.00.14/ SDK and not the latest one which was released recently.

manorit2001 commented 2 years ago

Hi, upstream OP-TEE isn't compatible with 08.02 SDK, can you try using the latest one and see if it works?

maroonmoon13 commented 2 years ago

Sure. The latest SDK I see on TI website is still 8.02. 8.0.23 to be specific. Should I use this?

manorit2001 commented 2 years ago

Ah, no. 08.02 SDK won't probably work with the upstream. Kindly wait for the next SDK to be released, it should be compatible with it. Till then you can use the OP-TEE shipped with 08.02 SDK, I believe it should be working.

github-actions[bot] commented 2 years ago

This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time.