aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
AgeCommit message (Expand)Author
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada
2015-08-13ARM: tegra: represent RAM in 1 or 2 banksStephen Warren
2015-08-13ARM: tegra: query_sdram_size() cleanupStephen Warren
2015-08-13tegra: Correct logic for reading pll_misc in clock_start_pll()Simon Glass
2015-08-06ARM: tegra: Add p2371-0000 boardStephen Warren
2015-08-06ARM: tegra: Add e2220-1170 boardStephen Warren
2015-08-06ARM: tegra: enable GPU DT node when appropriateAlexandre Courbot
2015-08-06ARM: tegra: move VPR configuration to a later stageAlexandre Courbot
2015-08-06ARM: tegra: restrict usable RAM size furtherStephen Warren
2015-08-05Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc.Tom Warren
2015-08-05Tegra: clocks: Add 38.4MHz OSC support for T210 useTom Warren
2015-08-05T210: P2571: Turn CPU fan onTom Warren
2015-07-28T210: Add support for 64-bit T210-based P2571 boardTom Warren
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren
2015-07-28ARM: Tegra210: Add SoC code/include files for T210Tom Warren
2015-07-28Tegra: Rework KConfig options to allow 64-bit builds (T210)Tom Warren
2015-07-28Tegra210: Fix 64-bit build warning about save_boot_params_ret()Tom Warren
2015-07-28ARM: tegra: Initialize timer earlierThierry Reding
2015-07-28ARM: tegra: Use standard cache enable for 64-bitThierry Reding
2015-07-28ARM: tegra: Restrict usable RAM to 32-bit on 64-bit SoCsThierry Reding
2015-07-27ARM: tegra: Build warning fixes for 64-bitThierry Reding
2015-07-27tegra124: Implement spl_was_boot_source()Simon Glass
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger
2015-06-10dm: usb: tegra: Drop legacy USB codeSimon Glass
2015-06-10dts: Disable device tree for SPL on all boardsSimon Glass
2015-06-10dm: tegra: usb: Move USB to driver modelSimon Glass
2015-06-09tegra: Replace 'Norrin' with 'Nyan-big' and fix typoSimon Glass
2015-06-09tegra: Allow board-specific initSimon Glass
2015-06-09tegra: Add missing tegra124 peripheralsSimon Glass
2015-06-09tegra: Introduce SRAM repair on tegra124Simon Glass
2015-06-09tegra: clock: Adjust PLL access to avoid a warningSimon Glass
2015-06-09tegra: clock: Support enabling external clocksSimon Glass
2015-05-13ARM: tegra: move NVIDIA common files to arch/arm/mach-tegraMasahiro Yamada
2015-05-13jetson-tk1: Add PSCI configuration options and reserve secure codeIan Campbell
2015-05-13ARM: tegra: Enable SMMU when going non-secureThierry Reding
2015-05-13tegra: Set CNTFRQ for secondary CPUsJan Kiszka
2015-05-13tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0Ian Campbell
2015-05-13tegra124: Add PSCI support for Tegra124Jan Kiszka
2015-05-13tegra: Make tegra_powergate_power_on publicJan Kiszka
2015-05-13tegra: Move display controller header into commonSimon Glass
2015-05-13tegra124: clock: Add display clocks and functionsSimon Glass
2015-05-13tegra: clock: Split the clock source code into a separate functionSimon Glass
2015-05-13tegra: clock: Add checking for invalid clock IDsSimon Glass
2015-05-13tegra: Move checkboard() into the board codeSimon Glass
2015-05-13tegra: pwm: Allow the clock rate to be left as isSimon Glass
2015-05-13tegra: Move the pwm into tegra-commonSimon Glass
2015-05-12arch: Make board selection choices optionalJoe Hershberger
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada
2015-04-03Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini