Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
a6d504dab37605d28b7378dda16c7938ac2bcefa
/
plat
/
arm
/
css
/
common
56834e2
plat/arm: css: Turn ON/OFF redistributor in sync with GIC CPU interface ON/OFF
by Jagadeesh Ujja
· 3 years, 10 months ago
90d6532
Provide a hint to power controller for DSU cluster power down
by Madhukar Pappireddy
· 5 years ago
87675d4
Coverity: remove unnecessary header file includes
by Zelalem
· 4 years, 9 months ago
2859b7d
Migrate ARM platforms to use the new GICv3 API
by Madhukar Pappireddy
· 5 years ago
09d5876
plat/arm: sds: Move to drivers/ folder
by Antonio Nino Diaz
· 6 years ago
326f56b
plat/arm: scp: Move to drivers/ folder
by Antonio Nino Diaz
· 6 years ago
ae9654d
plat/arm: scpi: Move to drivers/ folder
by Antonio Nino Diaz
· 6 years ago
1b0c6f1
plat/arm: mhu: Move to drivers/ folder
by Antonio Nino Diaz
· 6 years ago
c30db5b
plat/arm: scmi: Move to drivers/ folder
by Antonio Nino Diaz
· 6 years ago
bd7b740
plat/arm: Sanitise includes
by Antonio Nino Diaz
· 6 years ago
a320ecd
plat/arm: Fix header dependencies
by Antonio Nino Diaz
· 6 years ago
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
ef81bc5
plat/arm: Use `mov_imm` macro to load immediate values
by Soby Mathew
· 6 years ago
b0971f9
plat/arm: allow RESET_TO_BL31 for CSS-based platforms
by Deepak Pandey
· 6 years ago
05f4957
plat/arm: Migrate to new interfaces
by Antonio Nino Diaz
· 6 years ago
e9ab905
ARM Platforms:Enable non-secure access to UART1
by Alexei Fedorov
· 7 years ago
f67abbb
plat/arm: css: Set MT bit in incoming mpidr arugments
by Nariman Poushin
· 6 years ago
aeaf1f0
Add support for SCMI AP core configuration protocol v1.0
by Dimitris Papastamos
· 7 years ago
16b4109
plat/arm: css: Sanitize the input to css_validate_power_state
by Nariman Poushin
· 7 years ago
cd95626
plat/arm: css: Convert CSS_SYSTEM_PWR_STATE from macro to inline function
by Nariman Poushin
· 7 years ago
64f0b6f
css/sgi: rework the core position calculation function
by Vishwanatha HG
· 6 years ago
550eb08
ARM platforms: Demonstrate mem_protect from el3_runtime
by Roberto Vargas
· 7 years ago
59cfa13
plat/arm: Add MHUv2 support to SCMI driver
by Samarth Parikh
· 7 years ago
2b36b15
Fix MISRA rule 8.4 Part 2
by Roberto Vargas
· 7 years ago
7d5a2e7
ARM Platforms: Migrate to new BL handover interface
by Soby Mathew
· 7 years ago
9c5ca52
Build: change the first parameter of TOOL_ADD_IMG to lowercase
by Masahiro Yamada
· 7 years ago
4d15680
Build: rename FIP_ADD_IMG to TOOL_ADD_IMG
by Masahiro Yamada
· 7 years ago
cd7711d
Build: merge build macros between FIP_ and FWU_FIP_
by Masahiro Yamada
· 7 years ago
e9263d0
Juno AArch32: Remove duplicate definition of bl2 platform API
by Soby Mathew
· 7 years ago
59424d8
ARM platforms: Make arm_validate_ns_entrypoint() common
by Jeenu Viswambharan
· 7 years ago
360051a
Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save
by davidcunado-arm
· 7 years ago
3caafd7
reset2: Add css_system_reset2()
by Roberto Vargas
· 7 years ago
9ca2806
ARM platforms: enable GICv3 state save/restore
by Soby Mathew
· 7 years ago
a1c16b6
mem_protect: Add mem_protect support in Juno and FVP for DRAM1
by Roberto Vargas
· 7 years ago
1ced6b8
CSS: Changes for SDS framework
by Soby Mathew
· 7 years ago
a535453
Split CSS makefile for sp_min on Juno
by Soby Mathew
· 7 years ago
0b52e78
Don't use zero_normalmem in bl2_platform_setup
by Roberto Vargas
· 7 years ago
73b7bf9
CSS: Reorganize the SCP Image transfer functionality
by Soby Mathew
· 8 years ago
ea26bad
CSS: Add SCMI driver for SCP
by Soby Mathew
· 8 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
7d99b6c
Merge branch 'integration' into tf_issue_461
by Scott Branden
· 8 years ago
bf404c0
Move defines in utils.h to utils_def.h to fix shared header compile issues
by Scott Branden
· 8 years ago
7a3b5eb
CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API
by Soby Mathew
· 8 years ago
2694cba
AArch32: Add SP_MIN support for JUNO
by Yatharth Kochar
· 8 years ago
e76b4f8
Build: add generic way to include SCP_BL2 into FIP image
by Masahiro Yamada
· 8 years ago
93c812f
ARM platforms: Add support for MT bit in MPIDR
by Summer Qin
· 8 years ago
21362a9
Introduce unified API to zero memory
by Douglas Raillard
· 8 years ago
0b4c5a3
Allow ARM Standard platforms to dynamically define PSCI capability
by Soby Mathew
· 8 years ago
200fffd
Introduce SCP power management abstraction
by Soby Mathew
· 8 years ago
f9a0f16
ARM platform changes for new version of image loading
by Yatharth Kochar
· 8 years ago
9cc4fc0
CSS: Implement support for NODE_HW_STATE
by Jeenu Viswambharan
· 8 years ago
b1f6809
SCPI: Add function to query CSS power state
by Jeenu Viswambharan
· 8 years ago
a0fedc4
Rework type usage in Trusted Firmware
by Soby Mathew
· 8 years ago
c1d9cfb
CSS: Add support to wake up the core from wfi in GICv3
by David Wang
· 8 years ago
ec5eb56
Merge pull request #531 from soby-mathew/sm/multicluster_fvp
by danh-arm
· 9 years ago
47e43f2
Allow multi cluster topology definitions for ARM platforms
by Soby Mathew
· 9 years ago
6c2d663
Merge pull request #523 from jcastillo-arm/jc/genfw-791
by danh-arm
· 9 years ago
cebbd0b
Merge pull request #527 from antonio-nino-diaz-arm/an/non_ascii
by danh-arm
· 9 years ago
2e86cb1
ARM platforms: rationalise memory attributes of shared memory
by Juan Castillo
· 9 years ago
fbb1301
Rework use of interconnect drivers
by Vikram Kanigiri
· 9 years ago
89fdcb3
Merge pull request #520 from vikramkanigiri/vk/scp_flexibility
by danh-arm
· 9 years ago
18a1731
Make SCP_BL2(U) image loading configurable on CSS platforms
by Vikram Kanigiri
· 9 years ago
7208419
Support for varying BOM/SCPI protocol base addresses in ARM platforms
by Vikram Kanigiri
· 9 years ago
5d86f2e
Re-factor definition of some macros on ARM platforms
by Vikram Kanigiri
· 9 years ago
7be01ec
Remove non-ASCII character from comment
by Antonio Nino Diaz
· 9 years ago
8e04dec
Apply TBBR naming convention to the fip_create options
by Juan Castillo
· 9 years ago
7d19941
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· 9 years ago
a72b647
Replace all SCP FW (BL0, BL3-0) references
by Juan Castillo
· 9 years ago
d1a9343
FWU: Add support for `fwu_fip` target
by Yatharth Kochar
· 9 years ago
3a11eda
FWU: Add Firmware Update support in BL2U for ARM platforms
by Yatharth Kochar
· 9 years ago
6089af0
SoC security setup for CSS platforms in BL1
by Yatharth Kochar
· 9 years ago
1fa7eb6
Rework use of ARM GIC drivers on ARM platforms
by Achin Gupta
· 9 years ago
12012dd
Prepare platforms to use refactored ARM GIC drivers
by Soby Mathew
· 9 years ago
4c79d20
CSS: Put secondary CPUs in a pen when booting an EL3 payload
by Sandrine Bailleux
· 10 years ago
03897bb
CSS: Enable booting of EL3 payloads
by Sandrine Bailleux
· 9 years ago
61e8d0b
Support PSCI SYSTEM SUSPEND on Juno
by Soby Mathew
· 9 years ago
a869de1
CSS: Implement topology support for System power domain
by Soby Mathew
· 9 years ago
e43f9e5
Merge pull request #416 from davwan01/dw/css-common
by danh-arm
· 9 years ago
a3487d1
Rework Makefile
by Juan Castillo
· 9 years ago
323ebe8
Allow CSS to redefine function `plat_arm_calc_core_pos`
by David Wang
· 9 years ago
feac8fc
Reorganise PSCI PM handler setup on ARM Standard platforms
by Soby Mathew
· 9 years ago
eb3bbf1
PSCI: Add documentation and fix plat_is_my_cpu_primary()
by Soby Mathew
· 9 years ago
0d9e852
PSCI: Validate non secure entrypoint on ARM platforms
by Soby Mathew
· 9 years ago
aa94ffa
PSCI: Pool platform_mem_init() in common ARM platforms code
by Sandrine Bailleux
· 9 years ago
daf9a9d
PSCI: Use a single mailbox for warm reset for FVP and Juno
by Sandrine Bailleux
· 9 years ago
7799cf7
PSCI: Demonstrate support for composite power states
by Soby Mathew
· 10 years ago
fec4eb7
PSCI: Migrate ARM reference platforms to new platform API
by Soby Mathew
· 9 years ago
47ea1bc
CSS: Remove the constants MHU_SECURE_BASE/SIZE
by Sandrine Bailleux
· 9 years ago
73003ac
CSS: Extract primary cpu id using the correct bit width
by Soby Mathew
· 9 years ago
7da652d
Detect SCP version incompatibility
by Sandrine Bailleux
· 10 years ago
04b66d8
Move to the new ARM SCP Messaging Interfaces
by Sandrine Bailleux
· 10 years ago
9df4804
Add common ARM and CSS platform code
by Dan Handley
· 10 years ago