Home
last modified time | relevance | path

Searched hist:"34 d244bfd51aaefc413da3e59e4dcd11048ff04f" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dmisc_a32.S34d244bfd51aaefc413da3e59e4dcd11048ff04f Wed Jan 19 10:39:36 UTC 2022 Clément Léger <clement.leger@bootlin.com> delay: allow udelay() function to work without generic timers

sama5d2 processor is missing the optional ARM generic timers extension.
In order to allow using the udelay function, add a function based on
a wait loop. This support needs plat_get_freq() to be implemented by
the platform code and CFG_CORE_HAS_GENERIC_TIMER should be set to 'n'.

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Clément Léger <clement.leger@bootlin.com>
/optee_os/mk/
H A Dconfig.mk34d244bfd51aaefc413da3e59e4dcd11048ff04f Wed Jan 19 10:39:36 UTC 2022 Clément Léger <clement.leger@bootlin.com> delay: allow udelay() function to work without generic timers

sama5d2 processor is missing the optional ARM generic timers extension.
In order to allow using the udelay function, add a function based on
a wait loop. This support needs plat_get_freq() to be implemented by
the platform code and CFG_CORE_HAS_GENERIC_TIMER should be set to 'n'.

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Clément Léger <clement.leger@bootlin.com>