arm-trusted-firmware/plat/st/common/include
Lionel Debieve 0711ee5cbc delay: timeout detection support
Introduce timeout_init_us/timeout_elapsed() delay tracking with CNTPCT.

timeout_init_us(some_timeout_us); returns a reference to detect
timeout for the provided microsecond delay value from current time.

timeout_elapsed(reference) return true/false whether the reference
timeout is elapsed.

Cherry picked from OP-TEE implementation [1].
  [1] commit 33d30a74502b ("core: timeout detection support")

Minor:
- Remove stm32mp platform duplicated implementation.
- Add new include in marvell ble.mk

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Change-Id: Iaef6d43c11a2e6992fb48efdc674a0552755ad9c
2019-10-03 18:57:25 +00:00
..
stm32mp_auth.h stm32mp1: add authentication support for stm32image 2019-09-23 09:48:07 +00:00
stm32mp_common.h delay: timeout detection support 2019-10-03 18:57:25 +00:00
stm32mp_dt.h stm32mp1: make dt_get_stdout_node_offset() static 2019-06-17 14:03:51 +02:00
stm32mp_shres_helpers.h stm32mp1: update clock driver 2019-02-14 11:20:23 +01:00