summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm720t
AgeCommit message (Expand)Author
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD
2013-05-28tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL buildAxel Lin
2013-05-28ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_critAxel Lin
2013-04-15Tegra: Split tegra_get_chip_type() into soc & sku funcsTom Warren
2013-04-15Tegra: Fix MSELECT clock divisors for T30/T114.Tom Warren
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-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-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-14ARM: tegra: implement WAR for Tegra114 CPU reset vectorStephen Warren
2013-03-14Tegra114: I2C: Take DVFS out of reset to allow I2C5 (PWR_I2C) to workTom Warren
2013-02-11Tegra114: Add AVP (arm720t) filesTom Warren
2013-02-11Tegra: T20: Remove unused 'SLOW' SoC ID and PLLX table entryTom Warren
2013-01-16Tegra30: Add AVP (arm720t) filesTom Warren
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-10-29arm720t: add back common.h includeAllen Martin
2012-10-29tegra: move to common SPL frameworkAllen Martin
2012-10-26arm720: Remove CONFIG_ARM7_REVDMarek Vasut
2012-10-26arm720: Further clean up the arm720t directoryMarek Vasut
2012-10-26stdio: Remove the CLPS7111 serial driverMarek Vasut
2012-10-26arm: Remove support for NETARMMarek Vasut
2012-10-26arm: Remove support for s3c4510Marek Vasut
2012-10-26arm: Remove support for lpc2292Marek Vasut
2012-10-15tegra: clean up board include hellLucas Stach
2012-10-15tegra20: rework UART GPIO handlingLucas Stach
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren
2012-10-15Tegra20: Move some code files to common directories for upcoming Tegra30 patc...Tom Warren
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren
2012-09-01ARM: add tegra20 support to arm720tAllen Martin
2012-09-01ARM: Fix arm720t SPL buildAllen Martin
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo
2012-03-30arm: Use common .lds file where possibleSimon Glass
2011-11-03Reduce build timesWolfgang Denk
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner
2011-09-07ARM: remove broken "impa7" board.Wolfgang Denk
2011-09-07ARM: remove broken "ep7312" board.Wolfgang Denk
2011-09-03integrator: convert to new build systemLinus Walleij
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams
2011-07-26Timer: Remove reset_timer_masked()Graeme Russ
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang
2011-03-27rename _end to __bss_end__Po-Yu Chuang