Home
last modified time | relevance | path

Searched hist:"62 e92077a8936e60087d55683538ee386cc673aa" (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
/openbmc/u-boot/arch/arm/mach-orion5x/
H A DMakefile62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
/openbmc/u-boot/arch/arm/lib/
H A Dmemset.S62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
H A Dmemcpy.S62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
H A Dcache.c62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
H A DMakefile62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
/openbmc/u-boot/arch/arm/include/asm/
H A Dcache.h62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
/openbmc/u-boot/arch/arm/cpu/arm926ejs/
H A DMakefile62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
H A Dcache.c62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
/openbmc/u-boot/examples/standalone/
H A DMakefile62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
/openbmc/u-boot/arch/arm/
H A DKconfig62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
/openbmc/u-boot/
H A DMakefile62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 11:06:40 CDT 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD,
some files fail to build, most of the time because they include
mcr instructions, which only exist for Thumb-2.

This patch introduces a Kconfig option CONFIG_THUMB2 and uses
it to select between Thumb-2 and ARM mode for the aforementioned
files.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>