summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.c
AgeCommit message (Expand)Author
2025-04-12ARM: tegra20: add funcmux for exposing UART over uSD slot on Tegra 20Artur Kowalski
2025-04-12ARM: tegra: board: set CFG_SYS_NS16550_COM1 according to TEGRA_ENABLE_UARTSvyatoslav Ryhel
2024-10-13Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2024-10-13Tegra30: Add funcmux for UART over SD slotJonas Schwöbel
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06arm: tegra: Remove <common.h> and add needed includesTom Rini
2024-01-03ARM: tegra124: convert TEGRA_SUPPORT_NON_SECURE into KconfigSvyatoslav Ryhel
2023-12-19drivers: pinctrl: tegra: incorporate existing codeSvyatoslav Ryhel
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-06-05ARM: tegra: Unify Tegra186 buildsThierry Reding
2019-06-05ARM: tegra: Fix save_boot_params() prototypeThierry Reding
2019-06-05ARM: tegra: Guard pin controller code with a Kconfig symbolThierry Reding
2019-06-05ARM: tegra: Guard memory controller code with a Kconfig symbolThierry Reding
2019-06-05ARM: tegra: Guard clock code with a Kconfig symbolThierry Reding
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher
2015-12-05dm: tegra: Provide serial platform data for SPLSimon Glass
2015-11-21ns16550: unify serial_tegraThomas Chou
2015-08-13ARM: tegra: query_sdram_size() cleanupStephen Warren
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren
2015-07-28Tegra210: Fix 64-bit build warning about save_boot_params_ret()Tom Warren
2015-07-28ARM: tegra: Use standard cache enable for 64-bitThierry Reding
2015-07-27tegra124: Implement spl_was_boot_source()Simon Glass
2015-05-13tegra: Move checkboard() into the board codeSimon Glass
2015-03-04ARM: tegra: support running in non-secure modeStephen Warren
2015-03-04ARM: tegra: support large RAM sizesStephen Warren
2015-03-04ARM: tegra: fix variable naming in query_sdram_size()Stephen Warren
2015-02-21ARM: tegra: collect SoC sources into mach-tegraMasahiro Yamada