| /rk3399_rockchip-uboot/arch/arm/thumb1/include/asm/proc-armv/ |
| H A D | system.h | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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>
|
| /rk3399_rockchip-uboot/arch/arm/mach-orion5x/ |
| H A D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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>
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | memset.S | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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 16:06:40 UTC 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 16:06:40 UTC 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 16:06:40 UTC 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>
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | cache.h | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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>
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/ |
| H A D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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 16:06:40 UTC 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>
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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>
|
| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | Kconfig | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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>
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 62e92077a8936e60087d55683538ee386cc673aa Fri Oct 23 16:06:40 UTC 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>
|