Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
5f208d118a8590843aaca723d304b35f2729c141
/
arch
/
arm
/
cpu
/
armv7
/
start.S
3ebbbfe
Tegra: Restore cp15 VBAR _start vector write for ARMv7
by Tom Warren
· 12 years ago
c4a4e2e
ARMv7: start.S: stay in HYP mode if u-boot is entered in it
by Andre Przywara
· 12 years ago
4411b2a
BUGFIX: arm: data abort in get_bad_stack_swi
by Tetsuyuki Kobayashi
· 12 years ago
5c6db12
arm: Remove unused relocate_code() parameters
by Benoît Thébaudeau
· 12 years ago
7086e91
arm: relocate_code(): Use __image_copy_end for end of relocation
by Benoît Thébaudeau
· 12 years ago
4b3db1c
arm: relocate_code(): Remove useless relocation offset computation
by Benoît Thébaudeau
· 12 years ago
959eaa7
arm: relocate_code() is no longer noreturn
by Benoît Thébaudeau
· 12 years ago
508611b
arm: start.S: Fix _TEXT_BASE for SPL
by Benoît Thébaudeau
· 12 years ago
d53e340
armv7: do not relocate _start twice
by Vincent Stehlé
· 12 years ago
c5d4752
ARM: implement erratum 716044 workaround
by Stephen Warren
· 12 years ago
0ce033d
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
3929fb0
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
0678587
ARM: implement some Cortex-A9 errata workarounds
by Stephen Warren
· 12 years ago
6d6c0ba
Tegra30: Add generic Tegra30 build support
by Tom Warren
· 12 years ago
e05e5de
arm: move C runtime setup code in crt0.S
by Albert ARIBAUD
· 12 years ago
63ee53a
armv7 cpu_init_crit: Simplify code
by Benoît Thébaudeau
· 12 years ago
6507f13
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
by Tom Rini
· 12 years ago
6f0dba8
arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0
by Tetsuyuki Kobayashi
· 12 years ago
12b7b70
tegra20: enable SPL for tegra20 boards
by Allen Martin
· 12 years ago
00a2749
tegra20: rename tegra2 -> tegra20
by Allen Martin
· 12 years ago
448217d
arm: Fix to mistake clean the memory space
by Zhong Hongbo
· 12 years ago
f8b9d1d
arm: bugfix: Move vector table before jumping relocated code
by Tetsuyuki Kobayashi
· 12 years ago
74236ac
armv7: add appropriate headers for assembly functions
by Aneesh V
· 13 years ago
e2132c2
arm: Tegra: fix undefined instruction hang immediately after reset
by Tom Warren
· 13 years ago
e75119d
tegra2: Remove unneeded boot code
by Simon Glass
· 13 years ago
80433c9
arm: Move CP15 init out of cpu_init_crit()
by Simon Glass
· 13 years ago
e4fce34
start.S: remove omap3 specific code from start.S
by Aneesh V
· 13 years ago
a8c6863
armv7: setup vector
by Aneesh V
· 13 years ago
8cf686e
omap: add MMC and FAT support to SPL
by Aneesh V
· 13 years ago
033ca72
armv7: start.S: fixes and enhancements for SPL
by Aneesh V
· 13 years ago
401bb30
replace CONFIG_PRELOADER with CONFIG_SPL_BUILD
by Aneesh V
· 13 years ago
2219354
ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7
by Rob Herring
· 13 years ago
c2dd0d4
armv7: integrate cache maintenance support
by Aneesh V
· 13 years ago
cd6881b
Minor coding style cleanup.
by Wolfgang Denk
· 14 years ago
74652cf
arm: Tegra2: add support for A9 CPU init
by Tom Warren
· 14 years ago
b32e812
ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX
by Luca Ceresoli
· 14 years ago
f326cbb
arm: fix incorrect monitor protection region in FLASH
by Po-Yu Chuang
· 14 years ago
44c6e65
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
386ad72
ARM: */start.S: code cleanup
by Liu Hui-R64343
· 14 years ago
3600945
ARM: */start.S: use canonical asm syntax
by Wolfgang Denk
· 14 years ago
b9c5081
armv7: fix relocation skip
by Andreas Bießmann
· 14 years ago
1f52d89
arm: fixloop(): do not use r8 for relocation
by Andreas Bießmann
· 14 years ago
a1a47d3
arm: relocate_code(): do not set register useless
by Andreas Bießmann
· 14 years ago
a78fb68
arm: copy_loop(): use scratch register
by Andreas Bießmann
· 14 years ago
296cae7
arm: add 8-byte alignment for ABI compliance before board_init_f
by Heiko Schocher
· 14 years ago
aaeb0a8
ARM: fix linker file for newer ld support
by Albert Aribaud
· 14 years ago
e03f316
Drop support for CONFIG_SKIP_RELOCATE_UBOOT
by Wolfgang Denk
· 14 years ago
a9aa392
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
by Wolfgang Denk
· 14 years ago
123fb7d
ARM: fix address setup in start.S
by Darius Augulis
· 14 years ago
25ddd1f
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
8c0c2b9
ARM: Use consistent assembler syntax
by Gray Remlin
· 14 years ago
6d8d4ef
Merge branch 'elf_reloc'
by Wolfgang Denk
· 14 years ago
14d0a02
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
c3d3a54
armv7, beagle: add support for ELF relocations
by Heiko Schocher
· 14 years ago
da90d4c
arm: bugfix: replace ble with blo in start.S files
by Albert Aribaud
· 14 years ago
561142a
ARM: implement relocation for ARM V7 (OMAP)
by Heiko Schocher
· 14 years ago
f56348a
ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
by Steve Sakoman
· 14 years ago
[Renamed from arch/arm/cpu/arm_cortexa8/start.S]
1a27f7d
ARM: Align stack to 8 bytes
by Vitaly Kuzmichev
· 14 years ago
84ad688
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
by Peter Tyser
· 15 years ago
[Renamed from cpu/arm_cortexa8/start.S]
4946775
Coding Style cleanup; update CHANGELOG, prepare -rc1
by Wolfgang Denk
· 15 years ago
7a2aa8b
OMAP3 Move cache routine to cache.S
by Tom Rix
· 15 years ago
6b96a20
ARM Cortex A8: Move OMAP3 specific reset handler
by Minkyu Kang
· 15 years ago
792a09e
Fix e-mail address of Gary Jennejohn.
by Detlev Zundel
· 16 years ago
0b02b18
OMAP3: Add common cpu and start code
by Dirk Behme
· 16 years ago