TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
30df8904d0f6973bbce1ecb51f14c1e4725ddf0b
/
plat
/
arm
/
board
/
common
0260eb0
build(corstone1000): rename diphda to corstone1000
by Vishnu Banavath
· 3 years, 7 months ago
bf3ce99
feat: adding the diphda platform
by Abdellatif El Khlifi
· 4 years, 4 months ago
5eea019
Arm: Fix error message printing in board makefile
by Sandrine Bailleux
· 4 years, 4 months ago
a981220
Makefile: Do not mark file targets as .PHONY target
by Pali Rohár
· 4 years, 9 months ago
3bfcc9d
plat/arm: common: add guard for arm_get_rotpk_info_regs
by Usama Arif
· 4 years, 10 months ago
14d095c
plat/arm: Get the base address of nv-counters from device tree
by Manish V Badarkhe
· 5 years ago
d25625c
plat/arm: Retrieve the right ROTPK when using the dualroot CoT
by Sandrine Bailleux
· 6 years ago
8800570
plat/arm: Pass cookie argument down to arm_get_rotpk_info()
by Sandrine Bailleux
· 5 years ago
1035a70
plat/arm: Add support for dualroot CoT
by Sandrine Bailleux
· 5 years ago
32e26c0
plat/arm: Provide some PROTK files for development
by Sandrine Bailleux
· 6 years ago
698e231
Fixes ROTPK hash generation for ECDSA encryption
by Max Shvetsov
· 5 years ago
a6ffdde
Adds option to read ROTPK from registers for FVP
by Max Shvetsov
· 6 years ago
36ec2bb
cryptocell: move Cryptocell specific API into driver
by Gilad Ben-Yossef
· 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
7be05cd
Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing
by Soby Mathew
· 7 years ago
58ea77a
plat/arm: Move board_css_common.c to juno folder
by Antonio Nino Diaz
· 7 years ago
aa7877c
plat/arm: Move norflash driver to drivers/ folder
by Antonio Nino Diaz
· 7 years ago
c0740e4
plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM
by Antonio Nino Diaz
· 7 years ago
9d57a14
memprotect: Move files to specific platform makefiles
by Roberto Vargas
· 7 years ago
d323af9
Rework page table setup for varying number of mem regions
by Daniel Boulby
· 7 years ago
638b034
ARM platforms: Demonstrate mem_protect from el3_runtime
by Roberto Vargas
· 8 years ago
7b56928
Juno: Change the Firmware update detect mechanism
by Soby Mathew
· 7 years ago
c64d134
Merge pull request #1109 from robertovargas-arm/mem_protect
by davidcunado-arm
· 8 years ago
b09ba05
mem_protect: Add DRAM2 to the list of mem protected ranges
by Roberto Vargas
· 8 years ago
f145403
mem_protect: Add mem_protect support in Juno and FVP for DRAM1
by Roberto Vargas
· 8 years ago
9db9c65
Add support for TBBR using ECDSA keys in ARM platforms
by Qixiang Xu
· 8 years ago
18e279e
CSS: Changes for SDS framework
by Soby Mathew
· 8 years ago
b3ba6fd
Fix BL2 memory map when OP-TEE is the Secure Payload
by Soby Mathew
· 8 years ago
3eb2d67
ARM platforms: Map TSP only when TSPD is included
by Sandrine Bailleux
· 8 years ago
3bbe34e
norflash: Add full status check
by Roberto Vargas
· 8 years ago
784502a
norflash: Add nor_erase() to NOR driver
by Roberto Vargas
· 8 years ago
b4b09ca
norflash: Clear status register before sending commands
by Roberto Vargas
· 8 years ago
9753cb5
norflash: Wait for WSM bit in lock/unlock
by Roberto Vargas
· 8 years ago
f4953e7
norflash: clean-up norflash.c
by Roberto Vargas
· 8 years ago
54661cd
Add Trusted OS extra image parsing support for ARM standard platforms
by Summer Qin
· 8 years ago
284c3d6
FVP: Do not map DEVICE2 memory range when TBB is disabled
by Sandrine Bailleux
· 8 years ago
f143caf
Use CryptoCell to set/get NVcounters and ROTPK
by Soby Mathew
· 8 years ago
40111d4
Add SCMI support for Juno platform
by Soby Mathew
· 9 years ago
9bedc6d
Remove plat_match_rotpk reference
by dp-arm
· 8 years ago
232c6b3
FVP,Juno: switch FVP and Juno to use generic TBBR OID header
by Masahiro Yamada
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
6f24934
AArch32: Add SP_MIN support for JUNO
by Yatharth Kochar
· 9 years ago
3d8256b
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 9 years ago
1a0a3f0
AArch32: Common changes needed for BL1/BL2
by Yatharth Kochar
· 9 years ago
877cf3f
AArch32: Add essential ARM platform and FVP support
by Soby Mathew
· 9 years ago
b127109
Migrate platform makefile to new console driver location
by Soby Mathew
· 9 years ago
0289970
ARM platforms: Define common image sizes
by Antonio Nino Diaz
· 9 years ago
b5fa656
Introduce arm_setup_page_tables() function
by Sandrine Bailleux
· 9 years ago
fe7de03
Implement plat_set_nv_ctr for FVP platforms
by Antonio Nino Diaz
· 9 years ago
48279d5
TBB: add non-volatile counter support
by Juan Castillo
· 10 years ago
c64a044
Rationalise MMU and Page table related constants on ARM platforms
by Vikram Kanigiri
· 10 years ago
dcda29f
FWU: Add Firmware Update support in BL2U for ARM platforms
by Yatharth Kochar
· 10 years ago
436223d
FWU: Add Firmware Update support in BL1 for ARM platforms
by Yatharth Kochar
· 10 years ago
7b4c140
TBB: add Trusted Watchdog support on ARM platforms
by Juan Castillo
· 10 years ago
9784dbd
Add basic NOR flash driver for ARM platforms
by Juan Castillo
· 10 years ago
f04585f
TBB: delete deprecated plat_match_rotpk()
by Juan Castillo
· 10 years ago
95cfd4a
TBB: add platform API to read the ROTPK information
by Juan Castillo
· 10 years ago
b431530
Add common ARM and CSS platform code
by Dan Handley
· 10 years ago