summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ARM: tegra: ensure nvtboot_boot_x0 alignmentStephen Warren2016-11-071-0/+1
* | ARM: tegra: configure Ethernet address on Tegra186Stephen Warren2016-11-072-0/+55
* | ARM: tegra: add SoC-level hook for board_late_init()Stephen Warren2016-11-071-1/+6
|/
* drivers/pci/Kconfig: Add PCITom Rini2016-10-271-2/+0
* Fix codying style broken by recent libfdt syncMasahiro Yamada2016-10-241-1/+1
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-2/+2
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-7/+7
* ARM: tegra: reduce DRAM size mapped into MMU on ARM64Stephen Warren2016-10-101-1/+1
* ARM: tegra: flush caches via SMC callStephen Warren2016-09-272-0/+24
* ARM: tegra: enable standard clock/reset APIs everywhereStephen Warren2016-09-271-3/+11
* ARM: tegra: fix clock_get_periph_rate() for UART clocksStephen Warren2016-09-271-2/+36
* ARM: tegra: add APIs the clock uclass driver will needStephen Warren2016-09-276-86/+283
* ARM: tegra: add peripheral clock init tableStephen Warren2016-09-276-0/+128
* mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren2016-09-273-24/+1
* ARM: tegra: set MMC pin mux in board_init()Stephen Warren2016-09-271-7/+5
* mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren2016-09-272-34/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-232-2/+2
* Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_GPIO_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* ARM: armv7: move CONFIG_ARMV7_PSCI to KconfigMasahiro Yamada2016-09-071-0/+1
* ARM: tegra: remove wrong dependency on SPL_BUILDMasahiro Yamada2016-09-071-2/+2
* ARM: tegra: Add support for TK1-SOM board from Colorado EngineeringPeter Chubb2016-09-011-0/+12
* ARM: tegra: reduce CSITE clock from 204M to 136MBryan Wu2016-08-151-1/+1
* ARM: tegra: move ft_system_setup()Stephen Warren2016-08-154-31/+35
* reset: add Tegra186 reset driverStephen Warren2016-08-151-0/+2
* clock: add Tegra186 clock driverStephen Warren2016-08-151-0/+2
* misc: add Tegra BPMP driverStephen Warren2016-08-151-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-08-051-1/+6
|\
| * ARM: tegra: call tegra_board_init on Tegra186Stephen Warren2016-08-041-1/+6