linux_dsm_epyc7002/arch/arm/mach-tegra
Stephen Warren c312908a10 ARM: tegra: solve adr range issue with THUMB2_KERNEL enabled
When building the kernel with CONFIG_THUMB2_KERNEL enabled, older
assemblers may emit the following error:

reset-handler.S:78: Error: invalid immediate for address calculation (value = 0x00000004)

Using an explicit adr.w instruction will solve this. Newer assemblers do
this automatically. Use the W() macro to do this under Thumb mode only.

Inspired-by: Joseph Lo <josephl@nvidia.com>
Suggested-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2013-04-18 09:35:19 -07:00
..
include/mach arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
apbio.c
apbio.h
board-dt-tegra20.c ARM: tegra: USB driver cleanup 2013-02-05 12:45:39 -08:00
board-dt-tegra30.c ARM: tegra: Common Clock Framework rework 2013-02-05 12:13:10 -08:00
board-dt-tegra114.c Merge branch 'tegra/t114' into next/soc 2013-02-09 17:53:02 -08:00
board-harmony-pcie.c ARM: tegra: fix ignored return value of regulator_enable 2013-03-11 14:29:23 -06:00
board-paz00.c
board-paz00.h
board.h ARM: tegra: Fix build error w/ ARCH_TEGRA_114_SOC w/o ARCH_TEGRA_3x_SOC 2013-02-09 17:46:51 -08:00
common.c Merge branch 'tegra/t114' into next/soc 2013-02-09 17:53:02 -08:00
common.h
cpu-tegra.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
cpuidle-tegra20.c
cpuidle-tegra30.c ARM: tegra: remove save/restore of CPU diag register 2013-03-11 14:29:22 -06:00
cpuidle-tegra114.c
cpuidle.c
cpuidle.h
flowctrl.c
flowctrl.h
fuse.c
fuse.h
gpio-names.h
headsmp.S ARM: tegra: don't unlock MMIO access to DBGLAR 2013-03-11 14:29:22 -06:00
hotplug.c
io.c
iomap.h
irammap.h
irq.c ARM: tegra: cpuidle enhancements 2013-02-05 12:46:18 -08:00
irq.h
Kconfig ARM: tegra: sort Kconfig selects for Tegra114 2013-02-09 17:52:07 -08:00
Makefile
Makefile.boot
pcie.c
platsmp.c ARM: tegra: fix the logical detection of power on sequence of warm boot CPUs 2013-03-11 14:29:22 -06:00
pm.c ARM: tegra: remove save/restore of CPU diag register 2013-03-11 14:29:22 -06:00
pm.h
pmc.c
pmc.h
powergate.c ARM: tegra: powergate: Don't error out if new state == old state 2013-03-29 10:38:30 -06:00
reset-handler.S ARM: tegra: fix relocation truncated error when THUMB2_KERNEL enabled 2013-04-18 09:30:40 -07:00
reset.c
reset.h
sleep-tegra20.S
sleep-tegra30.S ARM: tegra: fix build error when THUMB2_KERNEL enabled 2013-04-18 09:30:32 -07:00
sleep.h ARM: tegra: solve adr range issue with THUMB2_KERNEL enabled 2013-04-18 09:35:19 -07:00
sleep.S
tegra2_emc.c
tegra2_emc.h
tegra20_speedo.c
tegra30_speedo.c