uboot/arch/arm/lib
Simon Glass 1251d51ca5 arm: Add ENTRY/ENDPROC to private libgcc functions
When CONFIG_SYS_THUMB_BUILD is defined these functions may be called from
Thumb code. Add the required ENTRY and ENDPROC bracketing so that BLX is
used to call these ARM functions, instead of plain BL, which will fail.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Pavel Machek <pavel@denx.de>
2015-07-07 11:39:22 +02:00
..
Makefile common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() 2015-05-28 08:18:23 -04:00
_ashldi3.S arm: Add ENTRY/ENDPROC to private libgcc functions 2015-07-07 11:39:22 +02:00
_ashrdi3.S arm: Add ENTRY/ENDPROC to private libgcc functions 2015-07-07 11:39:22 +02:00
_divsi3.S arm: Add ENTRY/ENDPROC to private libgcc functions 2015-07-07 11:39:22 +02:00
_lshrdi3.S arm: Add ENTRY/ENDPROC to private libgcc functions 2015-07-07 11:39:22 +02:00
_modsi3.S arm: Add ENTRY/ENDPROC to private libgcc functions 2015-07-07 11:39:22 +02:00
_udivsi3.S arm: Add ENTRY/ENDPROC to private libgcc functions 2015-07-07 11:39:22 +02:00
_umodsi3.S arm: Add ENTRY/ENDPROC to private libgcc functions 2015-07-07 11:39:22 +02:00
asm-offsets.c ARM: remove jadecpu board support 2015-02-24 17:06:51 -05:00
board.c net: Remove the bd* parameter from net stack functions 2015-04-18 11:11:11 -06:00
bootm-fdt.c arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> 2015-05-14 11:07:03 -04:00
bootm.c ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions 2015-05-13 09:24:13 -07:00
cache-cp15.c ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching 2015-04-16 14:59:33 +02:00
cache-pl310.c
cache.c
cmd_boot.c common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() 2015-05-28 08:18:23 -04:00
crt0.S ARM: Add ARMv7-M support 2015-04-22 12:14:55 -04:00
crt0_64.S armv8/ls2085aqds: NAND boot support 2015-04-23 16:46:50 -07:00
debug.S
div0.c
eabi_compat.c
gic_64.S
interrupts.c arm: Show relocated PC/LR in the register dump 2015-02-03 18:42:01 +01:00
interrupts_64.c
interrupts_m.c ARM: Add ARMv7-M support 2015-04-22 12:14:55 -04:00
memcpy.S
memset.S
relocate.S ARM: Add ARMv7-M support 2015-04-22 12:14:55 -04:00
relocate_64.S
reset.c
sections.c
semihosting.c armv8: semihosting: delete external interface 2015-03-28 12:07:46 -04:00
spl.c arm: spl: Avoid setting up a duplicate global data structure 2015-03-04 14:55:04 -05:00
stack.c common/board_f: factor out reserve_stacks 2015-02-17 22:52:42 +01:00
vectors.S
vectors_m.S ARM: Add ARMv7-M support 2015-04-22 12:14:55 -04:00