9
0
Fork 0
barebox/arch/arm/lib
Sascha Hauer 8f1691d58c armlinux: reorder tag setup
We call the individual setup_*_tag functions from three different
boot commands. Waste less space by calling a single setup_tags function
instead.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-06-24 11:36:32 +02:00
..
.gitignore rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Makefile arm/lib: add missing abi helper functions __aeabi_idivmod, __aeabi_uidivmod 2009-12-16 15:39:12 +01:00
__aeabi_idivmod.S arm/lib: add missing abi helper functions __aeabi_idivmod, __aeabi_uidivmod 2009-12-16 15:39:12 +01:00
__aeabi_uidivmod.S arm/lib: add missing abi helper functions __aeabi_idivmod, __aeabi_uidivmod 2009-12-16 15:39:12 +01:00
_ashldi3.S arm/lib: add eabi names of helper functions 2009-12-16 15:39:11 +01:00
_ashrdi3.S arm/lib: add eabi names of helper functions 2009-12-16 15:39:11 +01:00
_divsi3.S arm/lib: add eabi names of helper functions 2009-12-16 15:39:11 +01:00
_lshrdi3.S arm/lib: add eabi names of helper functions 2009-12-16 15:39:11 +01:00
_modsi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
_udivsi3.S arm/lib: add eabi names of helper functions 2009-12-16 15:39:11 +01:00
_umodsi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
arm.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
armlinux.c armlinux: reorder tag setup 2010-06-24 11:36:32 +02:00
barebox.lds.S arm: reimplement startup code in C 2010-05-03 15:05:38 +02:00
cache.c svn_rev_015 2007-07-05 18:01:14 +02:00
copy_template.S arm: implement optimized string functions 2009-08-18 15:45:00 +02:00
div0.c svn_rev_015 2007-07-05 18:01:14 +02:00
findbit.S Improve or fix various parameter documentation 2009-07-31 13:24:43 +02:00
io-readsb.S ioreadsb: put the whole ioreadsb function into the .text.readsb section 2010-02-16 21:49:33 +01:00
io-readsl.S Add IO string functions to also handle 32 bit IO locations 2009-07-01 10:45:21 +02:00
io-readsw-armv4.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
io-writesb.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
io-writesl.S Add IO string functions to also handle 32 bit IO locations 2009-07-01 10:45:21 +02:00
io-writesw-armv4.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
memcpy.S arm: implement optimized string functions 2009-08-18 15:45:00 +02:00
memset.S arm: implement optimized string functions 2009-08-18 15:45:00 +02:00
module.c module support for arm 2007-10-03 21:09:00 +02:00