summaryrefslogtreecommitdiff
path: root/plat/nvidia/tegra
Commit message (Expand)AuthorAgeFilesLines
* Implement plat_get_syscnt_freq2 on platformsAntonio Nino Diaz2016-05-203-3/+2
* Move `plat_get_syscnt_freq()` to arm_common.cYatharth Kochar2016-04-213-3/+3
* Dump platform-defined regs in crash reportingGerald Lejeune2016-04-141-11/+1
* Migrate platform ports to the new xlat_tables librarySoby Mathew2016-04-131-1/+2
* Merge pull request #508 from soby-mathew/sm/debug_xlatdanh-arm2016-02-011-3/+1
|\
| * Use tf_printf() for debug logs from xlat_tables.cSoby Mathew2016-02-011-3/+1
* | Disable PL011 UART before configuring itJuan Castillo2016-01-211-1/+1
|/
* Include psci.h from tegra platform headerYatharth Kochar2015-12-091-0/+1
* Tegra: remove support for legacy platform APIsVarun Wadekar2015-12-0412-286/+356
* Tegra: flowctrl: rename tegra_fc_cpu_idle() to tegra_fc_cpu_powerdn()Varun Wadekar2015-11-242-3/+3
* Tegra: introduce per-soc system reset handlerVarun Wadekar2015-11-103-0/+53
* Tegra: Perform cache maintenance on video carveout memoryVikram Kanigiri2015-09-141-6/+23
* Tegra: fix logic to clear videomem regionsVarun Wadekar2015-08-261-5/+12
* Tegra210: wait for 512 timer ticks before retention entryVarun Wadekar2015-08-242-0/+28
* Merge pull request #360 from vwadekar/tegra-platform-def-v2danh-arm2015-08-121-4/+4
|\
| * Tegra: fix PLATFORM_{CORE_COUNT|NUM_AFFS} macrosVarun Wadekar2015-08-121-4/+4
* | Tegra: memmap the actual memory available for BL31Varun Wadekar2015-08-111-1/+1
|/
* Tegra132: set TZDRAM_BASE to 0xF5C00000Varun Wadekar2015-07-311-1/+1
* Tegra: retrieve BL32's bootargs from bl32_ep_infoVarun Wadekar2015-07-312-7/+3
* Tegra210: enable WRAP to INCR burst type conversionsVarun Wadekar2015-07-272-0/+28
* Tegra: modify 'BUILD_PLAT' to point to soc specific build dirsVarun Wadekar2015-07-241-0/+3
* Tegra: Support for Tegra's T132 platformsVarun Wadekar2015-07-246-0/+457
* Tegra: implement per-SoC validate_power_state() handlerVarun Wadekar2015-07-243-28/+49
* Tegra: T210: include CPU files from SoC's platform.mkVarun Wadekar2015-07-242-4/+4
* Tegra: Introduce config for enabling NS access to L2/CPUECTRL regsVarun Wadekar2015-07-172-4/+10
* Tegra210: lock PMC registers holding CPU vector addressesVarun Wadekar2015-07-171-0/+1
* Tegra: PMC: lock SCRATCH22 registerVarun Wadekar2015-07-171-0/+5
* Tegra: PMC: check if a CPU is already onlineVarun Wadekar2015-07-171-0/+7
* Tegra210: deassert CPU reset signals during power onVarun Wadekar2015-07-171-0/+11
* Tegra: Fix the delay loop used during SC7 exitVarun Wadekar2015-07-171-4/+2
* Tegra: introduce delay timer supportVarun Wadekar2015-07-174-0/+63
* Tegra: Exclude coherent memory region from memory mapVarun Wadekar2015-07-172-5/+7
* Implement get_sys_suspend_power_state() handler for TegraVarun Wadekar2015-07-063-7/+32
* Add missing features to the Tegra GIC driverVarun Wadekar2015-06-222-8/+205
* Merge pull request #319 from vwadekar/tegra-video-mem-aperture-v3danh-arm2015-06-186-0/+227
|\
| * Reserve a Video Memory aperture in DRAM memoryVarun Wadekar2015-06-126-0/+227
* | Boot Trusted OS' on Tegra SoCsVarun Wadekar2015-06-112-3/+10
|/
* Support for NVIDIA's Tegra T210 SoCsVarun Wadekar2015-05-2921-0/+2524