OP-TEE / optee_linuxdriver

Normal world linux driver **deprecated**
GNU General Public License v2.0
66 stars 73 forks source link

Some Questions About Kernel Module #24

Closed fanguannan0706 closed 9 years ago

fanguannan0706 commented 9 years ago

Hi, I'd like to write a device driver which need to connect to tee. But the kernel module made a mistake : "kernel panic - not syncing : BUG!" Maybe It because I called the functions in "tee_kernel_api.c",such as TEEC_InitializeContext. It makes me confused, why the TEE_TZ_DEVICE_NAME is defined "opteearm3200"? it may be "opteearmtz00". And if the functions can work on the 64-bit platform?

pascal-brand38 commented 9 years ago

_why the TEE_TZ_DEVICENAME is defined "opteearm3200"?

And if the functions can work on the 64-bit platform?