u-boot-brain/arch/arm/cpu/armv7/tegra2
amartin@nvidia.com f3717ac584 tegra: override compiler flags for low level init code
Override -march setting for tegra to -march=armv4t for files that are
necessary for low level init on tegra.

The recent change to use -march=armv7-a for armv7 caused a regression
on tegra because tegra starts boot on a arm7tdmi processor before
transferring control to the cortex-a9.  While still executing on the
arm7tdmi there are calls to getenv_ulong() and memset() that cause an
illegal instruction exception if compiled for armv7.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2012-07-07 14:07:19 +02:00
..
ap20.c tegra: Correct PLL access in ap20.c and clock.c 2012-07-07 14:07:19 +02:00
board.c tegra: add SDIO1 funcmux entry for UARTA 2012-07-07 14:07:18 +02:00
clock.c tegra: Correct PLL access in ap20.c and clock.c 2012-07-07 14:07:19 +02:00
config.mk tegra: override compiler flags for low level init code 2012-07-07 14:07:19 +02:00
crypto.c tegra: Add crypto library for warmboot code 2012-05-15 08:31:37 +02:00
crypto.h tegra: Add crypto library for warmboot code 2012-05-15 08:31:37 +02:00
emc.c tegra: Add EMC support for optimal memory timings 2012-05-15 08:31:38 +02:00
funcmux.c tegra: add SDMMC1 on SDIO1 funcmux entry 2012-07-07 14:07:18 +02:00
lowlevel_init.S armv7: add appropriate headers for assembly functions 2012-05-15 08:31:26 +02:00
Makefile tegra: Add warmboot implementation 2012-05-15 08:31:38 +02:00
pinmux.c tegra2: Add more pinmux functions 2011-10-27 21:56:29 +02:00
pmu.c tegra: Add PMU to manage power supplies 2012-05-15 08:31:38 +02:00
sys_info.c arm: Tegra2: Add basic NVIDIA Tegra2 SoC support 2011-02-21 08:30:54 +01:00
timer.c Tegra2: Add microsecond timer function 2011-09-04 11:36:15 +02:00
usb.c tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00
warmboot_avp.c tegra: Add warmboot implementation 2012-05-15 08:31:38 +02:00
warmboot_avp.h tegra: Add warmboot implementation 2012-05-15 08:31:38 +02:00
warmboot.c tegra: Add warmboot implementation 2012-05-15 08:31:38 +02:00