Searched hist:fab37ad7dc719c507661870039f7bcf91f5a6029 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | delay_arch.h | fab37ad7dc719c507661870039f7bcf91f5a6029 Sat Mar 02 09:18:57 UTC 2024 Etienne Carriere <etienne.carriere@foss.st.com> core: kernel: factorize delay and timeout implementation
Factorize RISC-V and Arm architectures implementation of delay and timeout API functions into generic core kernel source directory.
Architecture or platform only need to implement timer tick count read function delay_cnt_read() and timer tick frequency (in Hertz) delay_cnt_freq() which is related to CFG_CORE_HAS_GENERIC_TIMER support.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
|
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | delay_arch.h | fab37ad7dc719c507661870039f7bcf91f5a6029 Sat Mar 02 09:18:57 UTC 2024 Etienne Carriere <etienne.carriere@foss.st.com> core: kernel: factorize delay and timeout implementation
Factorize RISC-V and Arm architectures implementation of delay and timeout API functions into generic core kernel source directory.
Architecture or platform only need to implement timer tick count read function delay_cnt_read() and timer tick frequency (in Hertz) delay_cnt_freq() which is related to CFG_CORE_HAS_GENERIC_TIMER support.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
|
| /optee_os/core/include/kernel/ |
| H A D | delay.h | fab37ad7dc719c507661870039f7bcf91f5a6029 Sat Mar 02 09:18:57 UTC 2024 Etienne Carriere <etienne.carriere@foss.st.com> core: kernel: factorize delay and timeout implementation
Factorize RISC-V and Arm architectures implementation of delay and timeout API functions into generic core kernel source directory.
Architecture or platform only need to implement timer tick count read function delay_cnt_read() and timer tick frequency (in Hertz) delay_cnt_freq() which is related to CFG_CORE_HAS_GENERIC_TIMER support.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
|