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