TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
c885d5c84d94cd82a80e074b2d6e6b5c04796cde
/
plat
/
arm
/
common
/
arm_bl2_setup.c
2f1177b
feat(plat/arm): add FWU support in Arm platforms
by Manish V Badarkhe
· 4 years, 1 month ago
ef1daa4
feat(plat/arm): add GPT parser support
by Manish V Badarkhe
· 4 years, 5 months ago
d74c6b8
Prevent colliding identifiers
by Jimmy Brisson
· 5 years ago
a07c101
plat/arm: Move fconf population after the enablement of MMU
by Manish V Badarkhe
· 5 years ago
7b4e1fb
TF-A: Add support for Measured Boot driver
by Alexei Fedorov
· 5 years ago
1d60052
plat/arm: Add assert for the valid address of dtb information
by Manish V Badarkhe
· 5 years ago
8286967
plat/arm: Load and populate fw_config and tb_fw_config
by Manish V Badarkhe
· 5 years ago
04e0697
fconf: Clean confused naming between TB_FW and FW_CONFIG
by Manish V Badarkhe
· 5 years ago
c33ff19
spmd: skip loading of secure partitions on pre-v8.4 platforms
by Olivier Deprez
· 5 years ago
25d740c
fconf: enhancements to firmware configuration framework
by Madhukar Pappireddy
· 6 years ago
cb3b534
SPMD: loading Secure Partition payloads
by Manish Pandey
· 5 years ago
21c4f56
Merge changes from topic "lm/fconf" into integration
by Sandrine Bailleux
· 5 years ago
9814bfc
fconf: Populate properties from dtb during bl2 setup
by Louis Mayencourt
· 6 years ago
466bb28
coverity: Fix MISRA null pointer violations
by Zelalem
· 5 years ago
402b3cf
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· 6 years ago
bd9344f
plat/arm: Sanitise includes
by Antonio Nino Diaz
· 7 years ago
234bc7f
plat/arm: Fix header dependencies
by Antonio Nino Diaz
· 7 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
0916c38
Convert arm_setup_page_tables into a generic helper
by Roberto Vargas
· 7 years ago
60e19f5
plat/arm: Migrate to new interfaces
by Antonio Nino Diaz
· 7 years ago
943bb7f
ARM platforms: Reintroduce coherent memory for BL1 and BL2
by Soby Mathew
· 7 years ago
490eeb0
Prevent two weak definitions of the same function
by Daniel Boulby
· 7 years ago
3ba9295
Merge pull request #1510 from robertovargas-arm/romlib
by Dimitris Papastamos
· 7 years ago
1e54cbb
plat/arm: Migrate to enable_mmu_svc_mon()
by Antonio Nino Diaz
· 7 years ago
1eb735d
Add librom support in FVP
by Roberto Vargas
· 7 years ago
2ecaafd
Fix build for SEPARATE_CODE_AND_RODATA=0
by Daniel Boulby
· 7 years ago
f94523e
Merge pull request #1472 from danielboulby-arm/db/Reclaim
by danh-arm
· 7 years ago
d323af9
Rework page table setup for varying number of mem regions
by Daniel Boulby
· 7 years ago
6c77e74
Fix some violations to MISRA rule 8.3
by Sandrine Bailleux
· 7 years ago
88a0523
plat/arm: Migrate AArch64 port to the multi console driver
by Antonio Nino Diaz
· 7 years ago
4a581b0
Revert "Code change to fix small bugs"
by Dimitris Papastamos
· 7 years ago
83685de
Merge pull request #1389 from danielboulby-arm/db/bugfix
by Dimitris Papastamos
· 7 years ago
c099cd3
ARM platforms: Move BL31 below BL2 to enable BL2 overlay
by Soby Mathew
· 7 years ago
bc325c2
Remove duplicate weak definition
by Daniel Boulby
· 7 years ago
6e79f9f
FVP: Enable capability to disable auth via dynamic config
by Soby Mathew
· 7 years ago
bf4698f
Revert "plat/arm: Migrate AArch64 port to the multi console driver"
by Antonio Nino Diaz
· 7 years ago
2f18aa1
plat/arm: Migrate AArch64 port to the multi console driver
by Antonio Nino Diaz
· 7 years ago
638b034
ARM platforms: Demonstrate mem_protect from el3_runtime
by Roberto Vargas
· 8 years ago
649c48f
plat: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
da5f274
Dynamic cfg: MISRA fixes
by Soby Mathew
· 7 years ago
cab0b5b
ARM Platforms: Load HW_CONFIG in BL2
by Soby Mathew
· 8 years ago
0c306cc
ARM Platforms: Migrate to new BL handover interface
by Soby Mathew
· 8 years ago
caf4eca
ARM Platforms: Add CASSERT for BL2_BASE
by Soby Mathew
· 7 years ago
f145403
mem_protect: Add mem_protect support in Juno and FVP for DRAM1
by Roberto Vargas
· 8 years ago
18e279e
CSS: Changes for SDS framework
by Soby Mathew
· 8 years ago
54661cd
Add Trusted OS extra image parsing support for ARM standard platforms
by Summer Qin
· 8 years ago
4adb10c
Fix order of ARM platform #includes
by Isla Mitchell
· 8 years ago
c243e30
Include missing header in arm_bl2_setup.c
by dp-arm
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
07570d5
Changes to support execution in AArch32 state for JUNO
by Yatharth Kochar
· 9 years ago
32f0d3c
Replace some memset call by zeromem
by Douglas Raillard
· 9 years ago
4749705
Move BL_COHERENT_RAM_BASE/END defines to common_def.h
by Masahiro Yamada
· 9 years ago
ecdc898
Use *_END instead of *_LIMIT for linker derived end addresses
by Masahiro Yamada
· 9 years ago
6fe8aa2
AArch32: Add ARM platform changes in BL2
by Yatharth Kochar
· 9 years ago
a8aa7fe
ARM platform changes for new version of image loading
by Yatharth Kochar
· 9 years ago
0af559a
ARM platforms: Add support for SEPARATE_CODE_AND_RODATA
by Sandrine Bailleux
· 9 years ago
b5fa656
Introduce arm_setup_page_tables() function
by Sandrine Bailleux
· 9 years ago
81d139d
Remove BL32_BASE when building without SPD for FVP
by Antonio Nino Diaz
· 9 years ago
4518dd9
Add support to load BL31 in DRAM
by David Wang
· 9 years ago
d178637
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· 10 years ago
f59821d
Replace all SCP FW (BL0, BL3-0) references
by Juan Castillo
· 10 years ago
b431530
Add common ARM and CSS platform code
by Dan Handley
· 10 years ago