TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
e2af1cadf7cbbb04caa74bbbb0e61578bc446a3a
/
include
2458e37
Merge pull request #1053 from jwerner-chromium/JW_func_align
by davidcunado-arm
· 8 years ago
e808242
Merge pull request #977 from etienne-lms/sp-min-fiq
by danh-arm
· 8 years ago
64726e6
Add new alignment parameter to func assembler macro
by Julius Werner
· 8 years ago
1a52aca
Merge pull request #1040 from sliai/support-opteed-header
by danh-arm
· 8 years ago
a937d93
Merge pull request #1046 from jeenu-arm/revc
by danh-arm
· 8 years ago
7181609
bl32: add secure interrupt handling in AArch32 sp_min
by Etienne Carriere
· 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
1154586
Add SMMUv3 driver
by Jeenu Viswambharan
· 8 years ago
e33fd44
CCI: Adapt for specific product at run time
by Jeenu Viswambharan
· 8 years ago
1862d62
lib: psci: early suspend handler for platforms
by Varun Wadekar
· 8 years ago
ddc5bfd
Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx
by davidcunado-arm
· 8 years ago
c1a1d54
Merge pull request #1034 from dp-arm/dp/uart-clock
by davidcunado-arm
· 8 years ago
401e491
Merge pull request #1032 from soby-mathew/sm/css_scp_reorg
by davidcunado-arm
· 8 years ago
de3d704
Emphasize that TF only supports 4 KB granule size
by Sandrine Bailleux
· 8 years ago
0044231
xlat lib: Fix some types
by Sandrine Bailleux
· 8 years ago
a9ad848
xlat lib v2: Expose *_ctx() APIs
by Sandrine Bailleux
· 8 years ago
55c8496
xlat lib v2: Export translation context as an opaque type
by Sandrine Bailleux
· 8 years ago
8933c34
xlat lib: Reorganize architectural defs
by Sandrine Bailleux
· 8 years ago
8d34073
Fix CSS UART clock value
by Dimitris Papastamos
· 8 years ago
1ea63d7
CSS: Prevent SCP_BL2/2U from overwriting BL1 RW data
by Soby Mathew
· 8 years ago
2a4b4b7
Fix order of #includes
by Isla Mitchell
· 8 years ago
e60f2af
ARM plat changes to enable CryptoCell integration
by Soby Mathew
· 8 years ago
bdd1cbf
Add headers to enable CryptoCell integration
by Soby Mathew
· 8 years ago
d70a7d0
Merge pull request #978 from etienne-lms/minor-build
by danh-arm
· 8 years ago
9151ac0
Merge pull request #997 from dp-arm/dp/spe
by davidcunado-arm
· 8 years ago
ee881c1
Merge pull request #995 from davidcunado-arm/dc/init_reg
by davidcunado-arm
· 8 years ago
2ed7b71
context_mgmt: declare extern cm_set_next_context() for AArch32
by Etienne Carriere
· 8 years ago
5507408
bl: security_state should be of type unsigned int
by Etienne Carriere
· 8 years ago
6f512a3
aarch32: Apply workaround for errata 813419 of Cortex-A57
by Dimitris Papastamos
· 8 years ago
d832aee
aarch64: Enable Statistical Profiling Extensions for lower ELs
by dp-arm
· 8 years ago
18f2efd
Fully initialise essential control registers
by David Cunado
· 8 years ago
f9688f2
aarch32: Fix L2CTRL definition for Cortex A57 and A72
by Dimitris Papastamos
· 8 years ago
3749d85
aarch32: Implement errata workarounds for Cortex A53
by Dimitris Papastamos
· 8 years ago
2156830
sp_min: Implement `sp_min_plat_runtime_setup()`
by Dimitris Papastamos
· 8 years ago
030567e
include: add U()/ULL() macros for constants
by Varun Wadekar
· 8 years ago
6176b4f
Add U() macro to share constants between C and other sources
by Varun Wadekar
· 8 years ago
fb7d32e
Unique names for defines in the CPU libraries
by Varun Wadekar
· 8 years ago
81bccbf
Fix stdlib defines for AArch32
by Soby Mathew
· 8 years ago
e6a993d
stdlib: support AARCH32 in endian head file
by Haojian Zhuang
· 8 years ago
b15f31a
stdlib: import endian head file from freebsd
by Haojian Zhuang
· 8 years ago
47fd7cb
Merge pull request #964 from soby-mathew/sm/rsapss_sup
by danh-arm
· 8 years ago
b32e6b2
Merge pull request #963 from soby-mathew/sm/scmi_dev
by danh-arm
· 8 years ago
03dd639
Merge pull request #960 from jeenu-arm/cpu-libs
by danh-arm
· 8 years ago
4d96cad
Merge pull request #962 from antonio-nino-diaz-arm/an/fwu-checks
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
1001202
Add support for RSASSAPSS algorithm in mbedtls crypto driver
by Soby Mathew
· 8 years ago
9d6fc3c
FWU: Introduce FWU_SMC_IMAGE_RESET
by Antonio Nino Diaz
· 8 years ago
d40ab48
Add support for Cortex-A75 and Cortex-A55 CPUs
by David Wang
· 9 years ago
9260f92
Merge pull request #955 from hzhuang1/ufs
by danh-arm
· 8 years ago
7e08084
drivers: add designware ufs driver
by Haojian Zhuang
· 8 years ago
eb5073f
drivers: add ufs stack
by Haojian Zhuang
· 8 years ago
572e141
Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory
by davidcunado-arm
· 8 years ago
cfac68a
Cortex-A53: add some bit definitions
by Haojian Zhuang
· 8 years ago
d546185
build: Introduce clang support
by dp-arm
· 8 years ago
e715e67
Merge pull request #938 from masahir0y/tools_share
by danh-arm
· 8 years ago
ab1794f
mbedtls: Use `tf_snprintf` instead of `snprintf`
by Antonio Nino Diaz
· 8 years ago
da5241c
Introduce `tf_snprintf`
by Antonio Nino Diaz
· 8 years ago
bb41eb7
cert: move platform_oid.h to include/tools_share for all platforms
by Masahiro Yamada
· 8 years ago
2a6c1a8
fip: move headers shared between TF and fiptool to include/tools_share
by Masahiro Yamada
· 8 years ago
81602a9
Merge pull request #939 from dp-arm/dp/AArch32_tbbr
by danh-arm
· 8 years ago
727a68b
Merge pull request #936 from antonio-nino-diaz-arm/an/assert-mem
by davidcunado-arm
· 8 years ago
f0019fc
Merge pull request #935 from davidcunado-arm/dc/mbed_api
by danh-arm
· 8 years ago
0da2fe7
Simplify assert() to reduce memory usage
by Antonio Nino Diaz
· 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
823cc7a
Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2
by davidcunado-arm
· 8 years ago
b188351
mbedtls: Namespace for TF specific macros
by David Cunado
· 8 years ago
b6285d6
AArch32: Rework SMC context save and restore mechanism
by Soby Mathew
· 8 years ago
d6104f5
Merge pull request #927 from jeenu-arm/state-switch
by davidcunado-arm
· 8 years ago
e769db3
Minor fixes to the xlat tables lib v2
by Antonio Nino Diaz
· 8 years ago
07f4000
Merge pull request #922 from davidcunado-arm/dc/smc_yielding_spds
by davidcunado-arm
· 8 years ago
5e62327
Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit
by davidcunado-arm
· 8 years ago
bbbbcda
Migrate secure payload dispatchers to new SMC terminology
by David Cunado
· 8 years ago
f132b4a
Merge pull request #925 from dp-arm/dp/spdx
by davidcunado-arm
· 8 years ago
b10d449
Introduce ARM SiP service to switch execution state
by Jeenu Viswambharan
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
4b427bd
Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic
by davidcunado-arm
· 8 years ago
f4c8aa9
Add macro to check whether the CPU implements an EL
by Jeenu Viswambharan
· 8 years ago
a564025
Fix execute-never permissions in xlat tables libs
by Antonio Nino Diaz
· 8 years ago
0f22bef
Merge branch 'integration' into tf_issue_461
by Scott Branden
· 8 years ago
53d9c9c
Move defines in utils.h to utils_def.h to fix shared header compile issues
by Scott Branden
· 8 years ago
b3ccb0f
Merge pull request #917 from soby-mathew/sm/sys_susp_css
by davidcunado-arm
· 8 years ago
16292f5
Update terminology: standard SMC to yielding SMC
by David Cunado
· 8 years ago
79199f7
Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0
by davidcunado-arm
· 8 years ago
c99a16f
Merge pull request #901 from vwadekar/freebsd-stdbool-header
by davidcunado-arm
· 8 years ago
0c7c441
Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements
by davidcunado-arm
· 8 years ago
abd2aba
CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API
by Soby Mathew
· 9 years ago
484acce
Merge pull request #910 from dp-arm/dp/AArch32-juno-port
by davidcunado-arm
· 8 years ago
228bfab
Merge pull request #903 from antonio-nino-diaz-arm/an/build-xlat-v1
by davidcunado-arm
· 8 years ago
6f24934
AArch32: Add SP_MIN support for JUNO
by Yatharth Kochar
· 9 years ago
07570d5
Changes to support execution in AArch32 state for JUNO
by Yatharth Kochar
· 9 years ago
dc78758
AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor
by Yatharth Kochar
· 9 years ago
28fa2e9
xlat lib: Use mmap_attr_t type consistently
by Sandrine Bailleux
· 8 years ago
aa61368
Control inclusion of helper code used for asserts
by Antonio Nino Diaz
· 8 years ago
044bb2f
Remove build option `ASM_ASSERTION`
by Antonio Nino Diaz
· 8 years ago
7a317a7
tspd:FWU:Fix usage of SMC_RET0
by Antonio Nino Diaz
· 8 years ago
230f0d9
lib: stdbool header from the FreeBSD project
by Varun Wadekar
· 8 years ago
Next »