Hi all
We find the following ABI
FFA_MEM_RETRIVE_REQ
FFA_MEM_RETRIVE_RESP
FFA_MEM_RELINQUISH
FFA_MEM_SHARE
is implemented based on v1.0,
but hafnium is implemented them based on v1.2
could you make those ABI both support v1.0 and v1.2?
Thanks
Carlos
Hi trusted service
We can run a trusted service at S-EL1 with Hafnium based on trusted service project 1.0.0 library (libsp.a and libc.a) but we found that could cause unalignment stack access trap when call into
newlib C library, it is because that you don't add -mstrict-align compile option while compile newlib project, could you add this compile option when you start to build newlib?
Thanks
Carlos