TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
pfalcon
/
trusted-firmware-a
/
ae8ac2d233f21fa8c1f7b7329559f75726de8e4d
/
plat
/
nvidia
/
tegra
/
common
ae8ac2d
Tegra: allow platforms to override plat_core_pos_by_mpidr()
by Varun Wadekar
· 9 years ago
06803cf
Tegra: memctrl_v2: platform handler for MC settings
by Pritesh Raithatha
· 9 years ago
c4dae9f
Tegra: memctrl_v2: remove non-secure access to TZSRAM memory
by Harvey Hsieh
· 9 years ago
16c7cd0
Tegra: memctrl_v2: config to enable SMMU device
by Varun Wadekar
· 9 years ago
e698a82
Tegra: memctrl_v2: make AFI device settings configurable
by Varun Wadekar
· 9 years ago
cb38550
Tegra186: move smmu driver to tegra/common
by Varun Wadekar
· 9 years ago
0258840
Tegra: drivers: memctrl: move chip specific defines to tegra_def.h
by Varun Wadekar
· 9 years ago
d81938a
Tegra: memctrl_v2: no SID override for AON
by Mustafa Yigit Bilgen
· 9 years ago
396a9b8
Tegra186: memctrl_v2: remove APE overrides for chip verification
by Vivek Aseeja
· 9 years ago
719f3ec
Tegra: memctrl_v2: save TZDRAM settings to secure scratch registers
by Harvey Hsieh
· 9 years ago
c61cd63
Tegra: memctrl_v2: get chip revision using platform identifiers
by Varun Wadekar
· 9 years ago
2f583f8
Tegra: memctrl_v2: TZRAM aperture configuration settings
by Varun Wadekar
· 9 years ago
ddc1c56
Merge pull request #875 from vwadekar/tegra186-platform-support-v2
by davidcunado-arm
· 8 years ago
ab13990
Merge pull request #870 from douglas-raillard-arm/dr/remove_asm_signed_test
by davidcunado-arm
· 8 years ago
e2b2603
Tegra: memctrl_v2: fix logic to calculate TZRAM_ADDR_HI bits
by Varun Wadekar
· 9 years ago
3d93f05
Merge pull request #873 from dp-arm/dp/makefile-reorg
by davidcunado-arm
· 8 years ago
3b52fc1
Tegra: memctrl_v2: program Video Memory carveout size in MBs
by Varun Wadekar
· 9 years ago
99ef4a5
Tegra: memctrl_v2: no stream ID override for Security Engine
by Varun Wadekar
· 9 years ago
abd3a91
Tegra186: enable support for simulation environment
by Varun Wadekar
· 9 years ago
e8ebf0c
Tegra: memctrl_v2: enable APE overrides for chip verification
by Varun Wadekar
· 9 years ago
e64ce3a
Tegra186: re-configure MSS' client settings
by Varun Wadekar
· 9 years ago
ea96ac1
Tegra186: memctrl_v2: restore video memory settings
by Varun Wadekar
· 9 years ago
768baf6
Tegra: replace ASM signed tests with unsigned
by Douglas Raillard
· 8 years ago
ac55f30
Tegra: memctrl_v2: set NO_OVERRIDE for APE clients
by Varun Wadekar
· 9 years ago
be87d92
Tegra: memctrl_v2: implement MC txn override WAR
by Varun Wadekar
· 9 years ago
67bc721
Tegra: memctrl_v2: check GPU state before VPR programming
by Varun Wadekar
· 9 years ago
8020793
Tegra: memctrl_v2: no SID override for SCE block
by Varun Wadekar
· 9 years ago
d48c0c4
Tegra: memctrl_v2: secure the on-chip TZSRAM memory
by Varun Wadekar
· 10 years ago
412dd5c
Tegra: memctrl_v2: Memory Controller Driver (v2)
by Varun Wadekar
· 10 years ago
ea6dec5
Tegra: public interfaces to get the chip's major/minor versions
by Varun Wadekar
· 8 years ago
7531120
Move plat/common source file definitions to generic Makefiles
by dp-arm
· 8 years ago
bc0a0be
Tegra: enable SEPARATE_CODE_AND_RODATA build flag
by Varun Wadekar
· 8 years ago
6b51766
Tegra: SiP: 64-bit address for Video Memory base
by Harvey Hsieh
· 9 years ago
9b514f8
Tegra: init the console only if the platform supports it
by Damon Duan
· 9 years ago
8539f45
Tegra: calculate proper power state for affinity levels
by Varun Wadekar
· 9 years ago
5b5928e
Tegra: uninit and re-init console across System Suspend
by Varun Wadekar
· 9 years ago
e954ab8
Tegra: support for silicon/simulation platforms
by Varun Wadekar
· 9 years ago
a7cd095
Tegra: per-soc `get_target_pwr_state` handler
by Varun Wadekar
· 9 years ago
da3849e
Tegra: relocate BL32 image to TZDRAM memory
by Varun Wadekar
· 9 years ago
8ab06d2
Tegra: get BL31 arguments from previous bootloader
by Varun Wadekar
· 9 years ago
4ce9a18
Tegra: return BL32 entry point info if it is valid
by Varun Wadekar
· 9 years ago
08012f4
Tegra: configure TZDRAM fence during early setup
by Varun Wadekar
· 9 years ago
207680c
Tegra: restore TZRAM settings on "System Resume"
by Varun Wadekar
· 9 years ago
018b848
Tegra: enable ECC/Parity protection for Cortex-A57 CPUs
by Varun Wadekar
· 9 years ago
45eab45
Tegra: GIC: differentiate between FIQs targeted towards EL3/S-EL1
by Varun Wadekar
· 9 years ago
78e2bd1
Tegra: implement FIQ interrupt handler
by Varun Wadekar
· 10 years ago
d336030
Tegra: GIC: enable FIQ interrupt handling
by Varun Wadekar
· 10 years ago
2693f1d
Tegra: implement common handler `plat_get_target_pwr_state()`
by Varun Wadekar
· 9 years ago
11bd24b
Tegra: include platform_def.h to access UART macros
by Varun Wadekar
· 9 years ago
2d05f81
Tegra: allow SiP smc calls from Secure World
by Wayne Lin
· 9 years ago
5ea0b02
Tegra: handler for per-soc early setup
by Varun Wadekar
· 9 years ago
939dcf2
Tegra: relocate code to BL31_BASE during cold boot
by Varun Wadekar
· 9 years ago
26c0d9b
Tegra: implement pwr_domain_pwr_down_wfi() handler
by Varun Wadekar
· 9 years ago
260ae46
Tegra: memmap BL31's TZDRAM carveout
by Varun Wadekar
· 9 years ago
102e408
Tegra: allow individual SoCs to restore their settings
by Varun Wadekar
· 9 years ago
990c1e0
Tegra: enable PSCI extended state ID processing
by Varun Wadekar
· 10 years ago
06b19d5
Tegra: drivers: memctrl: introduce function to secure on-chip TZRAM
by Varun Wadekar
· 10 years ago
25caa16
Tegra: enable runtime console
by Varun Wadekar
· 10 years ago
31a4957
Tegra: PM: soc-specific system off handler
by Varun Wadekar
· 10 years ago
d288ab2
Tegra: handlers for common and SoC-specific SiP calls
by Varun Wadekar
· 10 years ago
e108421
Tegra: init normal/crash console for platforms
by Varun Wadekar
· 10 years ago
e0d4158
Tegra: add tzdram_base to plat_params_from_bl2 struct
by Varun Wadekar
· 10 years ago
21f1fd9
Tegra: Memory Controller Driver (v1)
by Varun Wadekar
· 10 years ago
08cefa9
Tegra: sanity check members of the "from_bl2" struct
by Varun Wadekar
· 10 years ago
bde81dc
Tegra: use ClusterId for calculating core position
by Varun Wadekar
· 10 years ago
0cd6138
Tegra: enable processor retention and L2/CPUECTLR access
by Varun Wadekar
· 10 years ago
f9b895a
Tegra: SoC specific SiP handlers
by Varun Wadekar
· 10 years ago
62a6907
Tegra: include flowctlr driver from SoC specific makefiles
by Varun Wadekar
· 10 years ago
32f0d3c
Replace some memset call by zeromem
by Douglas Raillard
· 9 years ago
308d359
Introduce unified API to zero memory
by Douglas Raillard
· 9 years ago
4749705
Move BL_COHERENT_RAM_BASE/END defines to common_def.h
by Masahiro Yamada
· 9 years ago
b127109
Migrate platform makefile to new console driver location
by Soby Mathew
· 9 years ago
bb2162f
Include `plat_psci_common.c` from the new location
by Soby Mathew
· 9 years ago
3e4b8fd
Migrate platform ports to the new xlat_tables library
by Soby Mathew
· 9 years ago
9400b40
Disable PL011 UART before configuring it
by Juan Castillo
· 10 years ago
71cb26e
Tegra: remove support for legacy platform APIs
by Varun Wadekar
· 10 years ago
864ab0f
Tegra: flowctrl: rename tegra_fc_cpu_idle() to tegra_fc_cpu_powerdn()
by Varun Wadekar
· 10 years ago
3b40f99
Tegra: introduce per-soc system reset handler
by Varun Wadekar
· 10 years ago
e361681
Tegra: Perform cache maintenance on video carveout memory
by Vikram Kanigiri
· 10 years ago
d49b9c8
Tegra: fix logic to clear videomem regions
by Varun Wadekar
· 10 years ago
b42192b
Tegra210: wait for 512 timer ticks before retention entry
by Varun Wadekar
· 10 years ago
b25f580
Tegra: memmap the actual memory available for BL31
by Varun Wadekar
· 10 years ago
0bf1b02
Tegra: retrieve BL32's bootargs from bl32_ep_info
by Varun Wadekar
· 10 years ago
e7d4caa
Tegra: Support for Tegra's T132 platforms
by Varun Wadekar
· 10 years ago
93eafbc
Tegra: implement per-SoC validate_power_state() handler
by Varun Wadekar
· 10 years ago
fb11a62
Tegra: T210: include CPU files from SoC's platform.mk
by Varun Wadekar
· 10 years ago
8061a97
Tegra: Introduce config for enabling NS access to L2/CPUECTRL regs
by Varun Wadekar
· 10 years ago
764c57f
Tegra: PMC: lock SCRATCH22 register
by Varun Wadekar
· 10 years ago
2e7aea3
Tegra: PMC: check if a CPU is already online
by Varun Wadekar
· 10 years ago
6a367fd
Tegra: Fix the delay loop used during SC7 exit
by Varun Wadekar
· 10 years ago
c896132
Tegra: introduce delay timer support
by Varun Wadekar
· 10 years ago
68e2a64
Tegra: Exclude coherent memory region from memory map
by Varun Wadekar
· 10 years ago
94c672e
Implement get_sys_suspend_power_state() handler for Tegra
by Varun Wadekar
· 10 years ago
e1e094c
Add missing features to the Tegra GIC driver
by Varun Wadekar
· 10 years ago
09aa039
Merge pull request #319 from vwadekar/tegra-video-mem-aperture-v3
by danh-arm
· 10 years ago
9a96451
Reserve a Video Memory aperture in DRAM memory
by Varun Wadekar
· 10 years ago
dc7fdad
Boot Trusted OS' on Tegra SoCs
by Varun Wadekar
· 10 years ago
08438e2
Support for NVIDIA's Tegra T210 SoCs
by Varun Wadekar
· 10 years ago