TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
fe06e118ab0837ff173f6b7e576dcc34b2d26bb1
/
plat
/
arm
/
common
/
arm_bl1_setup.c
885e268
refactor(libc): clean up dependencies in libc
by Claus Pedersen
· 2 years, 11 months ago
046cb19
refactor(arm): update set_config_info function call
by Manish V Badarkhe
· 3 years, 3 months ago
88c51c3
refactor(fvp): avoid Measured-Boot dependency on Trusted-Boot
by Manish V Badarkhe
· 3 years, 7 months ago
4bb72c4
refactor(plat/arm): modify memory region attributes to account for FEAT_RME
by Zelalem Aweke
· 4 years, 1 month ago
e31fb0f
fvp_r: load, auth, and transfer from BL1 to BL33
by laurenw-arm
· 4 years, 5 months ago
5fb061e
chore: fvp_r: Initial No-EL3 and MPU Implementation
by Gary Morrison
· 4 years, 6 months ago
f441718
lib/fconf: Update 'set_fw_config_info' function
by Manish V Badarkhe
· 5 years ago
a249a9d
plat/arm: Check the need for firmware update only once
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
fe6fd3e
plat/arm: Update the fw_config load call and populate it's information
by Manish V Badarkhe
· 5 years ago
d6dcbca
MISRA fix: Use boolean essential type
by Louis Mayencourt
· 6 years ago
3b5ea74
fconf: Load config dtb from bl1
by Louis Mayencourt
· 6 years ago
402b3cf
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· 6 years ago
1461ad9
SMMUv3: Abort DMA transactions
by Alexei Fedorov
· 6 years ago
b0c97da
plat/arm: introduce wrapper functions to setup secure watchdog
by Aditya Angadi
· 6 years ago
8f73663
plat/arm: Support for Cortex A5 in FVP Versatile Express platform
by Usama Arif
· 7 years ago
6393c78
plat/arm: Introduce FVP Versatile Express platform.
by Usama Arif
· 7 years ago
bd9344f
plat/arm: Sanitise includes
by Antonio Nino Diaz
· 7 years ago
edcb50a
Merge pull request #1757 from antonio-nino-diaz-arm/an/includes
by Antonio Niño Díaz
· 7 years ago
234bc7f
plat/arm: Fix header dependencies
by Antonio Nino Diaz
· 7 years ago
c9f9d9e
Move BL1 and BL2 private defines to bl_common.h
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
03987d0
xlat: Fix compatibility between v1 and v2
by Antonio Nino Diaz
· 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
4da6f6c
juno: Revert FWU update detect mechanism
by Sathees Balya
· 7 years ago
ba597da
Support shared Mbed TLS heap for FVP
by John Tsichritzis
· 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
9ceda8b
Merge pull request #1477 from dp-arm/dp/css-ap-core
by Dimitris Papastamos
· 7 years ago
2a246d2e
CSS: Use SCMI AP core protocol to set the warm boot entrypoint
by Dimitris Papastamos
· 7 years ago
6c77e74
Fix some violations to MISRA rule 8.3
by Sandrine Bailleux
· 7 years ago
3208edc
ARM platforms: Initialize cntfrq for BL1 Firmware update
by Soby Mathew
· 7 years ago
88a0523
plat/arm: Migrate AArch64 port to the multi console driver
by Antonio Nino Diaz
· 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
7b56928
Juno: Change the Firmware update detect mechanism
by Soby Mathew
· 7 years ago
1af540e
Fix MISRA rule 8.4 Part 1
by Roberto Vargas
· 7 years ago
c228956
ARM Platorms: Load TB_FW_CONFIG in BL1
by Soby Mathew
· 8 years ago
4adb10c
Fix order of ARM platform #includes
by Isla Mitchell
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
484acce
Merge pull request #910 from dp-arm/dp/AArch32-juno-port
by davidcunado-arm
· 8 years ago
07570d5
Changes to support execution in AArch32 state for JUNO
by Yatharth Kochar
· 9 years ago
3b211ff
ARM platforms: Add option to use xlat tables lib v1
by Antonio Nino Diaz
· 8 years ago
bf75a37
ARM platforms: Enable xlat tables lib v2
by Antonio Nino Diaz
· 8 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
83fc4a9
AArch32: Add ARM platform changes in BL1
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
af419dd
ARM platforms: Restrict mapping of Trusted ROM in BL1
by Sandrine Bailleux
· 9 years ago
b5fa656
Introduce arm_setup_page_tables() function
by Sandrine Bailleux
· 9 years ago
6355f23
Rework use of interconnect drivers
by Vikram Kanigiri
· 9 years ago
7baff11
Add descriptor based image management support in BL1
by Yatharth Kochar
· 10 years ago
7b4c140
TBB: add Trusted Watchdog support on ARM platforms
by Juan Castillo
· 10 years ago
4c117f6
CSS: Enable booting of EL3 payloads
by Sandrine Bailleux
· 10 years ago
3ae8a36
Fix #include path in ARM platform BL1 setup code
by Sandrine Bailleux
· 10 years ago
b431530
Add common ARM and CSS platform code
by Dan Handley
· 10 years ago