summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-06-05ARM: tegra: Unify Tegra186 buildsThierry Reding1-0/+23
2019-06-05ARM: tegra: Fix save_boot_params() prototypeThierry Reding1-1/+2
2019-06-05ARM: tegra: Guard pin controller code with a Kconfig symbolThierry Reding1-0/+6
2019-06-05ARM: tegra: Guard memory controller code with a Kconfig symbolThierry Reding1-0/+7
2019-06-05ARM: tegra: Guard clock code with a Kconfig symbolThierry Reding1-0/+2
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher1-0/+1
2015-12-06dm: tegra: Provide serial platform data for SPLSimon Glass1-1/+1
2015-11-22ns16550: unify serial_tegraThomas Chou1-0/+14
2015-08-13ARM: tegra: query_sdram_size() cleanupStephen Warren1-4/+10
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren1-2/+8
2015-07-28Tegra210: Fix 64-bit build warning about save_boot_params_ret()Tom Warren1-0/+2
2015-07-28ARM: tegra: Use standard cache enable for 64-bitThierry Reding1-1/+1
2015-07-28tegra124: Implement spl_was_boot_source()Simon Glass1-0/+16
2015-05-13tegra: Move checkboard() into the board codeSimon Glass1-8/+0
2015-03-04ARM: tegra: support running in non-secure modeStephen Warren1-0/+19
2015-03-04ARM: tegra: support large RAM sizesStephen Warren1-1/+21
2015-03-04ARM: tegra: fix variable naming in query_sdram_size()Stephen Warren1-8/+9
2015-02-21ARM: tegra: collect SoC sources into mach-tegraMasahiro Yamada1-0/+159