aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm720t
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2017-06-09arm: arm720t: Support CONFIG_SKIP_LOWLEVEL_INIT_ONLYSimon Glass1-2/+4
2017-04-06Remove various unused interrupt related codeTom Rini1-6/+0
2015-04-23ARM: ARM720t: remove empty asm/arch/hardware.hMasahiro Yamada1-1/+0
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada1-9/+0
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-02-21ARM: tegra: collect SoC sources into mach-tegraMasahiro Yamada13-1411/+0
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada1-2/+4
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-0/+2
2014-06-06spl: consolidate arch/arm/include/asm/arch-*/spl.hMasahiro Yamada1-1/+1
2014-05-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2-7/+26
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-228/+1
2014-05-13ARM: tegra: use a CPU freq that all SKUs can supportStephen Warren2-7/+26
2014-05-13ARM: tegra: fix CPU VDD comment in Tegra30 CPU init codeStephen Warren1-1/+1
2014-04-17ARM: tegra: Tegra124 pinmux cleanupStephen Warren1-2/+2
2014-04-17ARM: tegra: Tegra114 pinmux cleanupStephen Warren1-2/+2
2014-04-17ARM: tegra: use apb_misc.h in more placesStephen Warren1-2/+4
2014-03-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-5/+4
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada4-55/+0
2014-03-05ARM: tegra: simplify halt_avp()Stephen Warren1-3/+2
2014-03-05ARM: tegra: fix pmc_pwrgate_timer_mult register definitionStephen Warren1-2/+2
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-26/+0
2014-02-03ARM: tegra: add SPL/AVP (arm720t) CPU files for Tegra124Tom Warren5-2/+318
2014-02-03ARM: tegra: remove a conditional for CSITE rateStephen Warren2-14/+6
2014-02-03ARM: tegra: enable PLLX only once it's been fully configuredStephen Warren1-4/+9
2014-02-03ARM: tegra: pass just partition ID to power_partition()Stephen Warren1-12/+12
2014-02-03ARM: tegra: misc cleanups triggered by Tegra124 reviewStephen Warren1-4/+2
2014-02-03ARM: tegra: don't exceed AVP limits when configuring PLLPJimmy Zhang3-51/+3
2014-02-03ARM: tegra: amend pmc.h for Tegra114+Stephen Warren1-2/+2
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-8/+0
2013-12-18Tegra114: Do not program CPCON field for PLLXThierry Reding1-1/+5
2013-12-18Tegra114: Fix PLLX M, N, P init settingsJimmy Zhang1-24/+59
2013-10-31ARM: tegra: move Tegra specific code under arch/arm/Masahiro Yamada1-0/+2
2013-10-31arm720t: convert makefiles to Kbuild styleMasahiro Yamada5-114/+8
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk10-170/+10
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-76/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-6/+5
2013-05-28tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL buildAxel Lin1-2/+0
2013-05-28ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_critAxel Lin1-0/+2
2013-04-15Tegra: Split tegra_get_chip_type() into soc & sku funcsTom Warren2-21/+31
2013-04-15Tegra: Fix MSELECT clock divisors for T30/T114.Tom Warren2-8/+6
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau1-1/+5
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau1-5/+3
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau1-3/+1
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau1-1/+1
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-4/+33
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1