arm-trusted-firmware/include/arch/aarch32
Usama Arif a5aa25af65 Division functionality for cores that dont have divide hardware.
Cortex a5 doesnt support hardware division such as sdiv and udiv commands.
This commit adds a software division function in assembly as well as include
appropriate files for software divison.

The software division algorithm is a modified version obtained from:
http://www.keil.com/support/man/docs/armasm/armasm_dom1359731155623.htm

Change-Id: Ib405a330da5f1cea1e68e07e7b520edeef9e2652
Signed-off-by: Usama Arif <usama.arif@arm.com>
2019-02-19 17:07:48 +00:00
..
arch.h drivers: generic_delay_timer: Assert presence of Generic Timer 2019-02-06 09:54:42 +00:00
arch_features.h drivers: generic_delay_timer: Assert presence of Generic Timer 2019-02-06 09:54:42 +00:00
arch_helpers.h xlat v2: Dynamically detect need for CnP bit 2019-01-11 11:20:10 +00:00
asm_macros.S Division functionality for cores that dont have divide hardware. 2019-02-19 17:07:48 +00:00
assert_macros.S Reorganize architecture-dependent header files 2019-01-04 10:43:16 +00:00
console_macros.S Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
el3_common_macros.S Reorganize architecture-dependent header files 2019-01-04 10:43:16 +00:00
smccc_helpers.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
smccc_macros.S Reorganize architecture-dependent header files 2019-01-04 10:43:16 +00:00