summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2018-05-071-1/+1
* tegra: psci: save context id in cpu_on commandPatrick Delaunay2018-05-071-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0763-133/+66
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-271-0/+1
* aes: Allow non-zero initialization vectorАндрей Мозжухин2018-01-291-2/+5
* ARM: Tegra186: calculate load addresses at bootStephen Warren2018-01-121-1/+264
* ARM: Tegra186: don't map memory not in RAM banksStephen Warren2018-01-122-26/+55
* ARM: Tegra186: search for best RAM bankStephen Warren2018-01-121-19/+69
* ARM: Tegra186: mem parsing fixes from downstreamStephen Warren2018-01-121-7/+13
* ARM: tegra: use LINUX_KERNEL_IMAGE_HEADERStephen Warren2018-01-121-0/+6
* ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSETStephen Warren2018-01-122-0/+6
* binman: tegra: Convert to use binmanSimon Glass2017-12-121-0/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-047-25/+25
* dm: core: Add ofnode_for_each_subnode()Simon Glass2017-09-111-6/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-162-3/+3
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-3/+0
* dm: power: Convert as3722 to driver modelSimon Glass2017-07-281-6/+0
* dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass2017-07-281-3/+2
* dm: tegra: Convert USB setup to livetreeSimon Glass2017-07-286-48/+102
* tegra: tegra124: Add a PMC syscon driverSimon Glass2017-07-283-0/+22
* tegra: spl: Enable debug UARTSimon Glass2017-07-281-0/+4
* Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass2017-07-251-0/+3
* tegra: Show a debug message if the LCD PMIC fails to startSimon Glass2017-07-111-1/+3
* tegra: Fix up include file orderingSimon Glass2017-07-112-16/+10
* ARM: tegra: remove Whistler supportStephen Warren2017-06-121-5/+0
* tegra: clock: Avoid a divide-by-zero errorSimon Glass2017-06-091-1/+4
* tegra: Init clocks even when SPL did not runSimon Glass2017-06-093-0/+26
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-2/+2
* Kconfig: Finish migration of hashing commandsDaniel Thompson2017-05-311-0/+1
* Convert CONFIG_CMD_ENTERRCM to KconfigSimon Glass2017-05-221-0/+16
* Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan2017-05-221-0/+1
* power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722Simon Glass2017-04-301-1/+1
* Rename aes.h to uboot_aes.hStefano Babic2017-04-121-1/+1
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-052-2/+6
* arm: tegra: initial support for apalis tk1Marcel Ziswiler2017-04-011-0/+7
* ARM: Migrate errata to KconfigTom Rini2017-03-091-0/+5
* Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass2017-01-251-0/+1
* Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini2017-01-246-0/+25
* serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher2017-01-201-0/+1
* mmc: move more driver config options to KconfigMasahiro Yamada2017-01-111-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-01-101-1/+1
|\
| * SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-041-1/+1
* | ARM: tegra: allow passing cboot DTB to the kernelStephen Warren2017-01-031-0/+18
|/
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-11-083-23/+44
|\
| * ARM: tegra186: call secure monitor for all cache-wide opsStephen Warren2016-11-071-3/+21
| * armv8: add hooks for all cache-wide operationsStephen Warren2016-11-071-2/+2
| * ARM: tegra: translate __asm_flush_l3_cache to assemblyStephen Warren2016-11-072-23/+25