TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
pfalcon
/
trusted-firmware-a
/
2fccb228045696b98f83b1d865bac3c65d96b980
/
plat
/
arm
3de7d58
Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save
by davidcunado-arm
· 8 years ago
9b1eae9
plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled
by Qixiang Xu
· 8 years ago
7ca267b
plat/arm: change the default option of ARM_TSP_RAM_LOCATION
by Qixiang Xu
· 8 years ago
f911e22
Merge pull request #1131 from jeenu-arm/gic-migrate
by davidcunado-arm
· 8 years ago
623c437
Merge pull request #1130 from jeenu-arm/gic-patches
by davidcunado-arm
· 8 years ago
b2c363b
ARM platforms: Migrate to using interrupt properties
by Jeenu Viswambharan
· 8 years ago
dea417c
ARM platforms: supply per-PE target mask array
by Jeenu Viswambharan
· 8 years ago
b48ae26
reset2: Add css_system_reset2()
by Roberto Vargas
· 8 years ago
ed3c0ef
scp: Introduce css_scp_system_off() function
by Roberto Vargas
· 8 years ago
e35a3fb
ARM platforms: enable GICv3 state save/restore
by Soby Mathew
· 8 years ago
a22dffc
ARM platforms: Add support for EL3 TZC memory region
by Soby Mathew
· 8 years ago
ebf1ca1
GICv3: add functions for save and restore
by Soby Mathew
· 8 years ago
c64d134
Merge pull request #1109 from robertovargas-arm/mem_protect
by davidcunado-arm
· 8 years ago
cb2cfae
Merge pull request #1115 from jeenu-arm/tsp-mt
by davidcunado-arm
· 8 years ago
5e4ca66
TSP: Support multi-threading CPUs on FVP
by Jeenu Viswambharan
· 8 years ago
b8fa2ed
Merge pull request #1107 from geesun/qx/add_ecdsa_support
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
ddfd38e
plat/arm : update BL size macros to give BL1 and BL2 more space for TBB
by Qixiang Xu
· 8 years ago
d08f8c6
FVP: Include utils_def.h instead of utils.h
by Sandrine Bailleux
· 8 years ago
f18f5f9
Merge pull request #1092 from jeenu-arm/errata-workarounds
by davidcunado-arm
· 8 years ago
487c869
Merge pull request #1088 from soby-mathew/sm/sds_scmi
by davidcunado-arm
· 8 years ago
ff07ca2
Merge pull request #1086 from robertovargas-arm/dead_loop
by davidcunado-arm
· 8 years ago
96ff260
Juno: Disable 859971 and 859972 errata workarounds
by Eleanor Bonnici
· 8 years ago
5457874
Merge pull request #1080 from soby-mathew/eb/RSA-PKCS1-5_support_1
by davidcunado-arm
· 8 years ago
18e279e
CSS: Changes for SDS framework
by Soby Mathew
· 8 years ago
9bedda4
SDS: Introduce the sds drivers
by Soby Mathew
· 8 years ago
0a04c69
Split CSS makefile for sp_min on Juno
by Soby Mathew
· 8 years ago
d9b7636
juno: Fix bug in plat_get_my_entrypoint
by Roberto Vargas
· 8 years ago
b3ba6fd
Fix BL2 memory map when OP-TEE is the Secure Payload
by Soby Mathew
· 8 years ago
085bac2
Merge pull request #1072 from sandrine-bailleux-arm/sb/tsp-mapping
by danh-arm
· 8 years ago
2091755
Export KEY_ALG as a user build option
by Soby Mathew
· 8 years ago
3eb2d67
ARM platforms: Map TSP only when TSPD is included
by Sandrine Bailleux
· 8 years ago
bea363a
Juno: Define PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO
by Soby Mathew
· 8 years ago
a1f5a9e
Don't use zero_normalmem in bl2_platform_setup
by Roberto Vargas
· 8 years ago
77544ef
Merge pull request #1071 from jeenu-arm/syntax-fix
by danh-arm
· 8 years ago
1958316
plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly
by Jeenu Viswambharan
· 8 years ago
48f4bcd
Merge pull request #1068 from jenswi-linaro/optee_arm_plat
by danh-arm
· 8 years ago
afb3343
Merge pull request #1064 from islmit01/im/shifted_afinity
by davidcunado-arm
· 8 years ago
810d921
FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM
by Jens Wiklander
· 8 years ago
8431635
FVP: Always assume shifted affinity with MT bit
by Isla Mitchell
· 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
1a52aca
Merge pull request #1040 from sliai/support-opteed-header
by danh-arm
· 8 years ago
54661cd
Add Trusted OS extra image parsing support for ARM standard platforms
by Summer Qin
· 8 years ago
71fb396
Support Trusted OS firmware extra images in TF tools
by Summer Qin
· 8 years ago
955242d
FVP: Support Base FVP RevC
by Jeenu Viswambharan
· 8 years ago
eeb9ff9
FVP: Remove CCI registers from crash dump
by Jeenu Viswambharan
· 8 years ago
11ad8f2
FVP: Add support for multi-threaded CPUs
by Jeenu Viswambharan
· 9 years ago
ddc5bfd
Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx
by davidcunado-arm
· 8 years ago
401e491
Merge pull request #1032 from soby-mathew/sm/css_scp_reorg
by davidcunado-arm
· 8 years ago
284c3d6
FVP: Do not map DEVICE2 memory range when TBB is disabled
by Sandrine Bailleux
· 8 years ago
1ea63d7
CSS: Prevent SCP_BL2/2U from overwriting BL1 RW data
by Soby Mathew
· 8 years ago
74d44a4
CSS: Reorganize the SCP Image transfer functionality
by Soby Mathew
· 8 years ago
6c401f3
Resize the BL2 size limit for Juno
by Soby Mathew
· 8 years ago
4adb10c
Fix order of ARM platform #includes
by Isla Mitchell
· 8 years ago
f143caf
Use CryptoCell to set/get NVcounters and ROTPK
by Soby Mathew
· 8 years ago
e60f2af
ARM plat changes to enable CryptoCell integration
by Soby Mathew
· 8 years ago
0d182a0
Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53
by danh-arm
· 8 years ago
35bd2dd
juno: Invalidate all caches before warm reset to AArch32 state.
by Dimitris Papastamos
· 8 years ago
cc47e1a
juno/aarch32: Restore `SCP_BOOT_CFG_ADDR` to the cold boot value
by Dimitris Papastamos
· 8 years ago
9151ac0
Merge pull request #997 from dp-arm/dp/spe
by davidcunado-arm
· 8 years ago
a94cc37
Apply workarounds for A53 Cat A Errata 835769 and 843419
by Douglas Raillard
· 8 years ago
d832aee
aarch64: Enable Statistical Profiling Extensions for lower ELs
by dp-arm
· 8 years ago
c971143
juno: Fix AArch32 build
by Dimitris Papastamos
· 8 years ago
2156830
sp_min: Implement `sp_min_plat_runtime_setup()`
by Dimitris Papastamos
· 8 years ago
6de8b24
Merge pull request #953 from vwadekar/tegra-misra-fixes-v1
by davidcunado-arm
· 8 years ago
3b6947e
Merge pull request #986 from jagadeeshujja/jagujj/fix-get-power-state
by davidcunado-arm
· 8 years ago
878a8bd
CSS:Fix scpi "get_power_state" when ARM_PLAT_MT is set
by jagadeesh ujja
· 8 years ago
fb7d32e
Unique names for defines in the CPU libraries
by Varun Wadekar
· 8 years ago
b78c402
Fix coverity error in CSS SCMI driver
by Soby Mathew
· 8 years ago
b32e6b2
Merge pull request #963 from soby-mathew/sm/scmi_dev
by danh-arm
· 8 years ago
c66f4ad
Merge pull request #961 from jeenu-arm/gic-600
by danh-arm
· 8 years ago
40111d4
Add SCMI support for Juno platform
by Soby Mathew
· 9 years ago
c04a3b6
CSS: Add SCMI driver for SCP
by Soby Mathew
· 9 years ago
e1c59ab
Introduce ARM GIC-600 driver
by Jeenu Viswambharan
· 9 years ago
d40ab48
Add support for Cortex-A75 and Cortex-A55 CPUs
by David Wang
· 9 years ago
572e141
Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory
by davidcunado-arm
· 8 years ago
7c7dffd
plat/arm: Compile out impossible conditional for AArch32
by dp-arm
· 8 years ago
9bedc6d
Remove plat_match_rotpk reference
by dp-arm
· 8 years ago
0851cb2
fvp: Remove unnecessary default case
by dp-arm
· 8 years ago
c243e30
Include missing header in arm_bl2_setup.c
by dp-arm
· 8 years ago
e715e67
Merge pull request #938 from masahir0y/tools_share
by danh-arm
· 8 years ago
d77b98c
mbedtls: Use `MBEDTLS_SHA256_SMALLER` in ARM platforms
by Antonio Nino Diaz
· 8 years ago
232c6b3
FVP,Juno: switch FVP and Juno to use generic TBBR OID header
by Masahiro Yamada
· 8 years ago
bb41eb7
cert: move platform_oid.h to include/tools_share for all platforms
by Masahiro Yamada
· 8 years ago
81602a9
Merge pull request #939 from dp-arm/dp/AArch32_tbbr
by danh-arm
· 8 years ago
4fd4af2
Merge pull request #942 from soby-mathew/sm/fix_juno_build_err
by danh-arm
· 8 years ago
bbf4c22
Juno: Fix AArch32 sp_min build
by Soby Mathew
· 8 years ago
f0019fc
Merge pull request #935 from davidcunado-arm/dc/mbed_api
by danh-arm
· 8 years ago
6cea945
Merge pull request #934 from sandrine-bailleux-arm/sb/break-headers-circular-dep
by danh-arm
· 8 years ago
1bd61d0
AArch32: Add BL2U support
by Yatharth Kochar
· 9 years ago
a440900
AArch32: Add `TRUSTED_BOARD_BOOT` support
by dp-arm
· 8 years ago
6a0b0d7
Migrate ARM platforms to use TF_MBEDTLS_KEY_ALG
by David Cunado
· 8 years ago
144c3f5
FVP: Break circular dependency in platform header files
by Sandrine Bailleux
· 8 years ago
fa71521
Add missing SPDX header
by David Cunado
· 8 years ago
Next »