Home
last modified time | relevance | path

Searched hist:d1aea08fd13fd5f972e1b4892a558792fe0ea049 (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/kernel/
H A Dtee_time.hd1aea08fd13fd5f972e1b4892a558792fe0ea049 Wed Sep 10 02:02:41 UTC 2014 SY Chiu <sy.chiu@linaro.org> Implemented wait in normal world

Instead of busy waiting in secure world, it is more efficient to wait
in normal world such that HLOS can schedule another task to execute
while waiting

- Added a new RPC command to wait in linux driver
- Remove wait_specific() hook in time_source, it seems can be a generic
function.
- This patch depends on "Implemented wait in normal world" in
optee_linuxdrver
/optee_os/core/tee/
H A Dtee_svc.cd1aea08fd13fd5f972e1b4892a558792fe0ea049 Wed Sep 10 02:02:41 UTC 2014 SY Chiu <sy.chiu@linaro.org> Implemented wait in normal world

Instead of busy waiting in secure world, it is more efficient to wait
in normal world such that HLOS can schedule another task to execute
while waiting

- Added a new RPC command to wait in linux driver
- Remove wait_specific() hook in time_source, it seems can be a generic
function.
- This patch depends on "Implemented wait in normal world" in
optee_linuxdrver