Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
2c550e3b4b3433de7da099f75f0a090011f03fa4
/
include
/
plat
/
arm
/
board
56f1e3e
fvp_r: load, auth, and transfer from BL1 to BL33
by laurenw-arm
· 3 years, 8 months ago
3d7f654
chore: fvp_r: Initial No-EL3 and MPU Implementation
by Gary Morrison
· 3 years, 9 months ago
dd6f252
feat(plat/arm): add GPT parser support
by Manish V Badarkhe
· 3 years, 8 months ago
443ccbc
refactor(plat/arm): replace FIP base and size macro with a generic name
by Manish V Badarkhe
· 3 years, 6 months ago
00b9983
plat/arm: allow boards to specify second DRAM Base address
by Suyash Pathak
· 4 years, 9 months ago
53456fc
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
by Julius Werner
· 5 years ago
a43ae7c
Add option for defining platform DRAM2 base
by Sami Mujawar
· 5 years ago
81eb5ce
Rename PLAT_ARM_BL31_RUN_UART* variable
by Usama Arif
· 6 years ago
bd7b740
plat/arm: Sanitise includes
by Antonio Nino Diaz
· 6 years ago
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
5eb8837
Standardise header guards across codebase
by Antonio Nino Diaz
· 6 years ago
ab5d2b1
plat/arm: Fix types of constants in headers
by Antonio Nino Diaz
· 6 years ago
61aff00
xlat: Fix compatibility between v1 and v2
by Antonio Nino Diaz
· 6 years ago
9775a99
Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing
by Soby Mathew
· 6 years ago
48bfb54
plat/arm: Remove file arm_board_def.h
by Antonio Nino Diaz
· 6 years ago
0dc0653
Merge pull request #1619 from antonio-nino-diaz-arm/an/norflash
by Soby Mathew
· 6 years ago
d7da2f8
plat/arm: Move norflash driver to drivers/ folder
by Antonio Nino Diaz
· 6 years ago
50905c7
Fix misra warnings in SMC and power mgmt code
by Sathees Balya
· 6 years ago
9202926
plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM
by Antonio Nino Diaz
· 6 years ago
d6a205d
Merge pull request #1565 from satheesbalya-arm/sb1_2332_fwu_sds_register
by Dimitris Papastamos
· 6 years ago
2257607
juno: Revert FWU update detect mechanism
by Sathees Balya
· 6 years ago
bab1b82
Readjust BL2 size after sharing Mbed TLS heap
by John Tsichritzis
· 6 years ago
1d4c505
Reduce BL2 size for FVP
by John Tsichritzis
· 6 years ago
e3adc37
Add librom support in FVP
by Roberto Vargas
· 6 years ago
ec76950
Increase BL2U stack size
by Daniel Boulby
· 6 years ago
f44b8e8
Merge pull request #1441 from robertovargas-arm/mem_protect_board
by Dimitris Papastamos
· 6 years ago
e04b882
fvp: Increase BL2 size for TBBR builds
by Dimitris Papastamos
· 6 years ago
23ede6a
plat/arm: Migrate AArch64 port to the multi console driver
by Antonio Nino Diaz
· 6 years ago
bcca6c6
Move mem-protect definitions to board specific files
by Roberto Vargas
· 6 years ago
af14b46
ARM platforms: Move BL31 below BL2 to enable BL2 overlay
by Soby Mathew
· 6 years ago
ec42385
Merge pull request #1395 from antonio-nino-diaz-arm/an/spm-refactor
by Dimitris Papastamos
· 6 years ago
31c397f
plat/arm: SPM: Force BL31 to DRAM when SPM is used
by Antonio Nino Diaz
· 6 years ago
b681484
FVP: Add dummy configs for BL31, BL32 and BL33
by Soby Mathew
· 7 years ago
b37eba9
Revert "plat/arm: Migrate AArch64 port to the multi console driver"
by Antonio Nino Diaz
· 6 years ago
93bd916
plat/arm: Migrate AArch64 port to the multi console driver
by Antonio Nino Diaz
· 7 years ago
550eb08
ARM platforms: Demonstrate mem_protect from el3_runtime
by Roberto Vargas
· 7 years ago
96a1c6b
ARM Platforms: Load HW_CONFIG in BL2
by Soby Mathew
· 7 years ago
fa2422a
Increase BL31 memory space by 2 pages
by Dimitris Papastamos
· 7 years ago
8a41859
Move TSP to TZC secured DRAM
by Dimitris Papastamos
· 7 years ago
086fbd6
SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM
by Antonio Nino Diaz
· 7 years ago
bf16923
ARM platforms: Fixup AArch32 builds
by Soby Mathew
· 7 years ago
7289f92
SPM: FVP: Introduce port of SPM
by Antonio Nino Diaz
· 7 years ago
360051a
Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save
by davidcunado-arm
· 7 years ago
de431b1
plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled
by Qixiang Xu
· 7 years ago
9ca2806
ARM platforms: enable GICv3 state save/restore
by Soby Mathew
· 7 years ago
c3bd8c2
Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES
by David Cunado
· 7 years ago
ae6e285
Merge pull request #1109 from robertovargas-arm/mem_protect
by davidcunado-arm
· 7 years ago
a1c16b6
mem_protect: Add mem_protect support in Juno and FVP for DRAM1
by Roberto Vargas
· 7 years ago
a674feb
plat/arm : update BL size macros to give BL1 and BL2 more space for TBB
by Qixiang Xu
· 7 years ago
ea21edc
norflash: Add nor_erase() to NOR driver
by Roberto Vargas
· 7 years ago
86a610e
norflash: Wait for WSM bit in lock/unlock
by Roberto Vargas
· 7 years ago
52323b0
sp_min: Implement `sp_min_plat_runtime_setup()`
by Dimitris Papastamos
· 7 years ago
a27c166
cert: move platform_oid.h to include/tools_share for all platforms
by Masahiro Yamada
· 7 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
f09d003
ARM platforms: Add option to use xlat tables lib v1
by Antonio Nino Diaz
· 8 years ago
30a2694
Fix ARM_BL31_IN_DRAM build
by Douglas Raillard
· 8 years ago
719bf85
ARM platforms: Enable xlat tables lib v2
by Antonio Nino Diaz
· 8 years ago
ac99803
Add dynamic region support to xlat tables lib v2
by Antonio Nino Diaz
· 8 years ago
2e36de8
Resolve build errors flagged by GCC 6.2
by David Cunado
· 8 years ago
441bfdd
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 8 years ago
30ce3ad
ARM platforms: Define common image sizes
by Antonio Nino Diaz
· 8 years ago
889ca03
ARM CSS platforms: Map flash as execute-never by default
by Sandrine Bailleux
· 8 years ago
0ba499f
Add support to load BL31 in DRAM
by David Wang
· 9 years ago
c50a695
Merge pull request #533 from yatharth-arm/yk/genfw-1292
by danh-arm
· 9 years ago
f11b29a
Fix the inconsistencies in bl1_tbbr_image_descs[]
by Yatharth Kochar
· 9 years ago
eade34c
Rationalise MMU and Page table related constants on ARM platforms
by Vikram Kanigiri
· 9 years ago
c9bac9c
Use tf_printf() for debug logs from xlat_tables.c
by Soby Mathew
· 9 years ago
a72b647
Replace all SCP FW (BL0, BL3-0) references
by Juan Castillo
· 9 years ago
be80120
TBB: apply TBBR naming convention to certificates and extensions
by Juan Castillo
· 9 years ago
6e8f0b1
Merge pull request #462 from soby-mathew/sm/runtime_console
by danh-arm
· 9 years ago
3a11eda
FWU: Add Firmware Update support in BL2U for ARM platforms
by Yatharth Kochar
· 9 years ago
736a3bf
FWU: Add Firmware Update support in BL1 for ARM platforms
by Yatharth Kochar
· 9 years ago
2fd66be
Specify BL31 runtime console for ARM Standard platforms
by Soby Mathew
· 9 years ago
fd383b4
Fix SP804 delay timer on FVP
by Juan Castillo
· 9 years ago
1df19de
Merge pull request #449 from jcastillo-arm/jc/tbb_oid
by danh-arm
· 9 years ago
b6132f1
TBB: add Trusted Watchdog support on ARM platforms
by Juan Castillo
· 9 years ago
740bc52
TBB: add ARM OIDs
by Juan Castillo
· 9 years ago
facdd1c
Add basic NOR flash driver for ARM platforms
by Juan Castillo
· 9 years ago
31a68f0
TBB: add platform API to read the ROTPK information
by Juan Castillo
· 10 years ago
f96fc8f
FVP: Add SP804 delay timer
by Ryan Harkin
· 10 years ago
9df4804
Add common ARM and CSS platform code
by Dan Handley
· 10 years ago