GitHub/OpteeOS/issueメモ、2016Apr

How does OPTEE switches secondary cores to normal world on multi-core platforms, such as Hikey? · Issue #731 · OP-TEE/optee_os · GitHub

 multiコアCPUでのSecandaryCPU*1のnormal worldへの遷移について
ATFのPSCIについて言及されているがちょっとよくわかってない

tee_mm_init issues with MMU shift value · Issue #723 · OP-TEE/optee_os · GitHub

 Large Physical Address Extension(LPAE)でのMMU不具合。 xtest 100x系が失敗しているらしい

Calling API functions from a static TA · Issue #719 · OP-TEE/optee_os · GitHub

 ん、StaticTAからはsyscall経由しなくてもoptee_kernel_API呼べるの?

Does optee support static TA · Issue #666 · OP-TEE/optee_os · GitHub

  secure world -> StaticTA -> normal worldしたいっぽい。での可能。
  StaticTAドキュメントなし><
  xtest 1001で、static TAつかってる

Support for HW features in OP-TEE · Issue #696 · OP-TEE/optee_os · GitHub

 SingleTAでのマルチスレッド挙動(別のコアにdispatchされるの意味?)についての質問。
GPのTEEの仕様では同時に同じaddressを複数スレッドがアクセスしてはいけない!!が、OPTEEはそれを破ってる?

*1:cold/hotboot時での2ndCPU?