summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Collapse)AuthorFilesLines
2008-05-18PowerPC support by Daniel Dittmann.Yann E. MORIN"2-0/+10
/trunk/docs/CREDITS | 3 3 0 0 +++ /trunk/config/target.in | 8 8 0 0 ++++++++ /trunk/arch/powerpc/functions | 9 9 0 0 +++++++++ /trunk/arch/powerpc/config.in | 1 1 0 0 + 4 files changed, 21 insertions(+)
2008-05-14Fix the EABI case for ARM.Yann E. MORIN"2-0/+20
/trunk/arch/arm/functions | 17 17 0 0 +++++++++++++++++ /trunk/arch/arm/config.in | 3 3 0 0 +++ 2 files changed, 20 insertions(+)
2008-05-14Export endianness CFLAGS.Yann E. MORIN"1-0/+6
Fix endianness CFLAGS for MIPS. /trunk/scripts/functions | 1 1 0 0 + /trunk/arch/mips/functions | 6 6 0 0 ++++++ 2 files changed, 7 insertions(+)
2008-01-16Merge the preliminary Super-H support from /branches/Super-H.Yann E. MORIN"2-0/+59
2007-09-17Mark ARM EABI as being EXPERIMENTAL.Yann E. MORIN"1-1/+2
2007-09-14Further expand the architecture-specific function: add CT_KERNEL_ARCH building.Yann E. MORIN"5-17/+2
2007-09-14Initial support for ARM EABI (courtesy Szilveszter Ordog ↵Yann E. MORIN"2-2/+16
<ordog@mail.thot-soft.com>).
2007-09-14Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"5-0/+63
2007-09-14Add the framework to have architecture-specific configuration and functions.Yann E. MORIN"10-0/+0
API is not yet defined.