/openbmc/u-boot/arch/arm/thumb1/include/asm/proc-armv/ |
H A D | system.h | 62e92077a8936e60087d55683538ee386cc673aa 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 D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa 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 D | memset.S | 62e92077a8936e60087d55683538ee386cc673aa 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 D | memcpy.S | 62e92077a8936e60087d55683538ee386cc673aa 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 D | cache.c | 62e92077a8936e60087d55683538ee386cc673aa 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 D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa 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 D | cache.h | 62e92077a8936e60087d55683538ee386cc673aa 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 D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa 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 D | cache.c | 62e92077a8936e60087d55683538ee386cc673aa 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 D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa 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 D | Kconfig | 62e92077a8936e60087d55683538ee386cc673aa 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 D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa 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>
|