index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
armv7
/
start.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: factorize relocate_code routine
Albert ARIBAUD
2013-05-30
1
-76
/
+0
*
arm: do not compile relocate_code() for SPL builds
Albert ARIBAUD
2013-05-30
1
-4
/
+2
*
Tegra: Restore cp15 VBAR _start vector write for ARMv7
Tom Warren
2013-04-15
1
-2
/
+0
*
ARMv7: start.S: stay in HYP mode if u-boot is entered in it
Andre Przywara
2013-04-15
1
-3
/
+7
*
BUGFIX: arm: data abort in get_bad_stack_swi
Tetsuyuki Kobayashi
2013-04-13
1
-1
/
+2
*
arm: Remove unused relocate_code() parameters
Benoît Thébaudeau
2013-04-12
1
-4
/
+2
*
arm: relocate_code(): Use __image_copy_end for end of relocation
Benoît Thébaudeau
2013-04-12
1
-2
/
+2
*
arm: relocate_code(): Remove useless relocation offset computation
Benoît Thébaudeau
2013-04-12
1
-5
/
+3
*
arm: relocate_code() is no longer noreturn
Benoît Thébaudeau
2013-04-12
1
-3
/
+1
*
arm: start.S: Fix _TEXT_BASE for SPL
Benoît Thébaudeau
2013-04-12
1
-0
/
+4
*
armv7: do not relocate _start twice
Vincent Stehlé
2013-03-28
1
-1
/
+0
*
ARM: implement erratum 716044 workaround
Stephen Warren
2013-03-22
1
-0
/
+6
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-18
1
-0
/
+19
|
\
|
*
ARM: implement some Cortex-A9 errata workarounds
Stephen Warren
2013-03-13
1
-0
/
+19
*
|
Replace __bss_end__ with __bss_end
Simon Glass
2013-03-15
1
-1
/
+1
|
/
*
Tegra30: Add generic Tegra30 build support
Tom Warren
2013-01-16
1
-2
/
+2
*
arm: move C runtime setup code in crt0.S
Albert ARIBAUD
2013-01-08
1
-45
/
+13
*
armv7 cpu_init_crit: Simplify code
Benoît Thébaudeau
2012-10-04
1
-4
/
+1
*
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
Tom Rini
2012-09-27
1
-11
/
+2
*
arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0
Tetsuyuki Kobayashi
2012-09-01
1
-0
/
+14
*
tegra20: enable SPL for tegra20 boards
Allen Martin
2012-09-01
1
-2
/
+0
*
tegra20: rename tegra2 -> tegra20
Allen Martin
2012-09-01
1
-4
/
+4
*
arm: Fix to mistake clean the memory space
Zhong Hongbo
2012-07-20
1
-3
/
+5
*
arm: bugfix: Move vector table before jumping relocated code
Tetsuyuki Kobayashi
2012-07-07
1
-0
/
+12
*
armv7: add appropriate headers for assembly functions
Aneesh V
2012-05-15
1
-6
/
+7
*
arm: Tegra: fix undefined instruction hang immediately after reset
Tom Warren
2011-12-21
1
-0
/
+2
*
tegra2: Remove unneeded boot code
Simon Glass
2011-12-09
1
-12
/
+0
*
arm: Move CP15 init out of cpu_init_crit()
Simon Glass
2011-12-09
1
-6
/
+18
*
start.S: remove omap3 specific code from start.S
Aneesh V
2011-12-06
1
-23
/
+0
*
armv7: setup vector
Aneesh V
2011-12-06
1
-0
/
+17
*
omap: add MMC and FAT support to SPL
Aneesh V
2011-08-03
1
-0
/
+1
*
armv7: start.S: fixes and enhancements for SPL
Aneesh V
2011-08-03
1
-12
/
+37
*
replace CONFIG_PRELOADER with CONFIG_SPL_BUILD
Aneesh V
2011-07-26
1
-3
/
+3
*
ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7
Rob Herring
2011-07-17
1
-0
/
+2
*
armv7: integrate cache maintenance support
Aneesh V
2011-07-04
1
-1
/
+17
*
Minor coding style cleanup.
Wolfgang Denk
2011-05-19
1
-1
/
+1
*
arm: Tegra2: add support for A9 CPU init
Tom Warren
2011-04-27
1
-0
/
+12
*
ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX
Luca Ceresoli
2011-04-27
1
-1
/
+1
*
arm: fix incorrect monitor protection region in FLASH
Po-Yu Chuang
2011-03-27
1
-0
/
+4
*
rename _end to __bss_end__
Po-Yu Chuang
2011-03-27
1
-1
/
+1
*
ARM: */start.S: code cleanup
Liu Hui-R64343
2011-02-02
1
-2
/
+0
*
ARM: */start.S: use canonical asm syntax
Wolfgang Denk
2010-12-13
1
-1
/
+1
*
armv7: fix relocation skip
Andreas Bießmann
2010-12-09
1
-2
/
+2
*
arm: fixloop(): do not use r8 for relocation
Andreas Bießmann
2010-12-09
1
-3
/
+3
*
arm: relocate_code(): do not set register useless
Andreas Bießmann
2010-12-09
1
-4
/
+4
*
arm: copy_loop(): use scratch register
Andreas Bießmann
2010-12-09
1
-5
/
+5
*
arm: add 8-byte alignment for ABI compliance before board_init_f
Heiko Schocher
2010-12-08
1
-0
/
+1
*
ARM: fix linker file for newer ld support
Albert Aribaud
2010-11-17
1
-24
/
+0
*
Drop support for CONFIG_SKIP_RELOCATE_UBOOT
Wolfgang Denk
2010-10-29
1
-4
/
+0
*
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
Wolfgang Denk
2010-10-29
1
-113
/
+0
[next]