summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136/start.S
AgeCommit message (Expand)Author
2013-04-13BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau
2013-04-12arm1136: Remove redundant relocate_code() returnBenoît Thébaudeau
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-10-26ARM: Fix start.S when used with SPL in arm1136Stefano Babic
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V
2011-07-04armv7: rename cache related CONFIG flagsAneesh V
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-02-21arm1136 relocation: Fix calculation of board_init_rFabio Estevam
2011-02-21arm1136: Fix NAND bootFabio Estevam
2011-02-02ARM: */start.S: code cleanupLiu Hui-R64343
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher
2010-11-17ARM: fix linker file for newer ld supportAlbert Aribaud
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk
2010-10-26ARM: use the same branch insn on all architecturesWolfgang Denk
2010-10-26ARM: fix address setup in start.SDarius Augulis
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-26ARM: Use consistent assembler syntaxGray Remlin
2010-10-19Merge branch 'elf_reloc'Wolfgang Denk
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-10-13arm1136, qong: add support for ELF relocationsHeiko Schocher
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud
2010-09-19ARM: implement relocation for ARM11Heiko Schocher
2010-09-19ARM (ARM11): add data cache support, test on Qong boardHeiko Schocher
2010-06-22ARM: Align stack to 8 bytesVitaly Kuzmichev
2010-06-01ARM1136: Fix cache_flush() error and correct cpu_init_crit() commentsGeorge G. Davis
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser