uboot/arch/arm/lib
Simon Glass 9ab60493c9 arm: Add a 64-bit division routine to the private library
This is missing, with causes lldiv() to fail on boards with use the private
libgcc. Add the missing routine.

Code is available for using the CLZ instruction but it is not enabled at
present.

This comes from coreboot version 4.0.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-03-17 10:27:27 +08:00
..
Makefile arm: Add a 64-bit division routine to the private library 2016-03-17 10:27:27 +08:00
_ashldi3.S
_ashrdi3.S
_divsi3.S
_lshrdi3.S
_modsi3.S
_udivsi3.S
_uldivmod.S arm: Add a 64-bit division routine to the private library 2016-03-17 10:27:27 +08:00
_umodsi3.S
asm-offsets.c
bootm-fdt.c
bootm.c ARM: bootm: Try to use relocated ramdisk 2016-01-21 20:03:59 -07:00
cache-cp15.c arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7 2016-01-31 16:32:56 +01:00
cache-pl310.c
cache.c
ccn504.S
cmd_boot.c
crt0.S arm: make sure board_init_r() is being called using the right mode (ARM / THUMB) 2016-02-15 12:04:45 -05:00
crt0_64.S arm: initialize gd for AArch64 2016-01-14 16:27:13 -05:00
debug.S
div0.c
eabi_compat.c
gic_64.S
interrupts.c arm: Allow EFI payload code to take exceptions 2016-03-15 21:30:13 -04:00
interrupts_64.c arm64: Allow EFI payload code to take exceptions 2016-03-15 21:30:11 -04:00
interrupts_m.c
memcpy.S
memset.S
relocate.S
relocate_64.S
reset.c
sections.c efi_loader: Add runtime services 2016-03-15 18:03:10 -04:00
semihosting.c
spl.c
stack.c
vectors.S
vectors_m.S