2013-01-10arch/arm: OABI is no more, switch to only EABI
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 10 Jan 2013 00:27:13 +0100] rev 3159
arch/arm: OABI is no more, switch to only EABI

Well, leave the prompt as an OBSOLETE thing, scheduled to
be removed soon.

As an indication OABI lives its last days, gcc-4.8 will no
longer recognise non-EABI targets.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2013-01-10arch/arm: add option to use *eabihf tuples
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 10 Jan 2013 00:11:17 +0100] rev 3158
arch/arm: add option to use *eabihf tuples

Toolchains that use the hard-float ABI now are to be denoted by a tuple
ending in *eabihf, while the prevbious *eabi is now an indication that
the toolchain uses the softfloat ABI.

This is purely a cosmetic thing, for distros to differentiate their
hardfloat-ABI ports from their softfloat-ABI ports.

(note: softfloat ABI does not mean that it is using softfloats; it can
be using hardfloat instructions, but using the softfloat ABI).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2013-01-09samples: add a sample for the Raspberry Pi
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 09 Jan 2013 18:52:15 +0100] rev 3157
samples: add a sample for the Raspberry Pi

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2013-01-09scripts: update config.{guess,sub}
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 09 Jan 2013 18:52:00 +0100] rev 3156
scripts: update config.{guess,sub}

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2013-01-07kernel/linux: add latest versions
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 07 Jan 2013 00:58:13 +0100] rev 3155
kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-12-27binutils/binutils: add latest version
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 27 Dec 2012 12:42:42 +0100] rev 3154
binutils/binutils: add latest version

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-12-27scripts/addToolsVersion: handle elf2flt
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 27 Dec 2012 12:53:32 +0100] rev 3153
scripts/addToolsVersion: handle elf2flt

The one was missing from the list.

It is very improbable that we ever need it, as elf2flt does no release,
and we always get it from CVS head. But for the sake of consistency, we
just add it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-12-27scripts/addToolsVersion: properly handle .in vs. .in.2
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 27 Dec 2012 12:45:22 +0100] rev 3152
scripts/addToolsVersion: properly handle .in vs. .in.2

While most components have their version in the .in file, some
have it in the .in.2 (eg. elf2flt).

Currently, to handle this case, we indiscriminately munge both files,
but this is wrong: in the elf2flt case, if we add a binutils version,
we do not want it to be added to elf2flt, and conversely.

So, for each tool, we need to explicitly know what file to munge.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-12-27libc/newlib: add latest version
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 27 Dec 2012 00:57:26 +0100] rev 3151
libc/newlib: add latest version

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-12-26all: unmark experimental features
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 20:05:19 +0100] rev 3150
all: unmark experimental features

It's been some time now we've had those features, so unmark them
being experimental.

It does not mean everything is perfect, but may gather some more
testing of those features.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>