Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
ea164e7f018210eb35317834d12c632d389f0e96
/
include
« Previous
b260c3a
ARM platforms: Map TSP only when TSPD is included
by Sandrine Bailleux
· 7 years ago
efa50b5
Add CFI debug info to vector entries
by Douglas Raillard
· 7 years ago
be1d3ef
asm_macros: set the default assembly code alignment to 4 byte
by Masahiro Yamada
· 7 years ago
baea3f6
Merge pull request #1066 from islmit01/im/enable_cnp_bit
by danh-arm
· 7 years ago
194cb27
Merge pull request #1062 from jeenu-arm/cpu-fixes
by danh-arm
· 7 years ago
a681413
Merge pull request #1071 from jeenu-arm/syntax-fix
by danh-arm
· 7 years ago
41b61be
CPU: Correct names of implementation-defined aux regs
by Eleanor Bonnici
· 7 years ago
b83e42b
CPU: Make shifted constants unsigned
by Eleanor Bonnici
· 7 years ago
749d25b
plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly
by Jeenu Viswambharan
· 7 years ago
17459aa
Merge pull request #1068 from jenswi-linaro/optee_arm_plat
by danh-arm
· 7 years ago
1eb6057
Merge pull request #1061 from robertovargas-arm/norflash
by davidcunado-arm
· 7 years ago
ae73b16
ARM plat: change OP-TEE pageable load base
by Jens Wiklander
· 7 years ago
c4a1a07
Enable CnP bit for ARMv8.2 CPUs
by Isla Mitchell
· 7 years ago
0bc79d9
Add macro to test for minimum architecture version
by Jeenu Viswambharan
· 7 years ago
c3028a1
Merge pull request #1053 from jwerner-chromium/JW_func_align
by davidcunado-arm
· 7 years ago
ea21edc
norflash: Add nor_erase() to NOR driver
by Roberto Vargas
· 7 years ago
86a610e
norflash: Wait for WSM bit in lock/unlock
by Roberto Vargas
· 7 years ago
469acb5
Merge pull request #977 from etienne-lms/sp-min-fiq
by danh-arm
· 7 years ago
b4c75e9
Add new alignment parameter to func assembler macro
by Julius Werner
· 7 years ago
18d4745
Merge pull request #1040 from sliai/support-opteed-header
by danh-arm
· 7 years ago
80f65c4
Merge pull request #1046 from jeenu-arm/revc
by danh-arm
· 7 years ago
dc0fea7
bl32: add secure interrupt handling in AArch32 sp_min
by Etienne Carriere
· 7 years ago
9db8f2e
Add Trusted OS extra image parsing support for ARM standard platforms
by Summer Qin
· 8 years ago
8072678
Support Trusted OS firmware extra images in TF tools
by Summer Qin
· 8 years ago
9e78b92
FVP: Support Base FVP RevC
by Jeenu Viswambharan
· 7 years ago
5c50304
Add SMMUv3 driver
by Jeenu Viswambharan
· 7 years ago
b36577a
CCI: Adapt for specific product at run time
by Jeenu Viswambharan
· 7 years ago
ae87f4b
lib: psci: early suspend handler for platforms
by Varun Wadekar
· 7 years ago
062b640
Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx
by davidcunado-arm
· 7 years ago
65306cf
Merge pull request #1034 from dp-arm/dp/uart-clock
by davidcunado-arm
· 7 years ago
cd89966
Merge pull request #1032 from soby-mathew/sm/css_scp_reorg
by davidcunado-arm
· 7 years ago
1861b7a
Emphasize that TF only supports 4 KB granule size
by Sandrine Bailleux
· 7 years ago
12e8644
xlat lib: Fix some types
by Sandrine Bailleux
· 7 years ago
6634293
xlat lib v2: Expose *_ctx() APIs
by Sandrine Bailleux
· 7 years ago
3120ea2
xlat lib v2: Export translation context as an opaque type
by Sandrine Bailleux
· 7 years ago
090c849
xlat lib: Reorganize architectural defs
by Sandrine Bailleux
· 7 years ago
cbd2444
Fix CSS UART clock value
by Dimitris Papastamos
· 7 years ago
2f6cac4
CSS: Prevent SCP_BL2/2U from overwriting BL1 RW data
by Soby Mathew
· 7 years ago
9930501
Fix order of #includes
by Isla Mitchell
· 7 years ago
7e4d665
ARM plat changes to enable CryptoCell integration
by Soby Mathew
· 7 years ago
1ae83bc
Add headers to enable CryptoCell integration
by Soby Mathew
· 7 years ago
09bb548
Merge pull request #978 from etienne-lms/minor-build
by danh-arm
· 7 years ago
400adc0
Merge pull request #997 from dp-arm/dp/spe
by davidcunado-arm
· 7 years ago
41263a1
Merge pull request #995 from davidcunado-arm/dc/init_reg
by davidcunado-arm
· 7 years ago
662bf93
context_mgmt: declare extern cm_set_next_context() for AArch32
by Etienne Carriere
· 7 years ago
bfe12d3
bl: security_state should be of type unsigned int
by Etienne Carriere
· 7 years ago
12f8be5
aarch32: Apply workaround for errata 813419 of Cortex-A57
by Dimitris Papastamos
· 7 years ago
ee3457b
aarch64: Enable Statistical Profiling Extensions for lower ELs
by dp-arm
· 7 years ago
fee8653
Fully initialise essential control registers
by David Cunado
· 8 years ago
ac838c5
aarch32: Fix L2CTRL definition for Cortex A57 and A72
by Dimitris Papastamos
· 7 years ago
9c47a5a
aarch32: Implement errata workarounds for Cortex A53
by Dimitris Papastamos
· 7 years ago
52323b0
sp_min: Implement `sp_min_plat_runtime_setup()`
by Dimitris Papastamos
· 7 years ago
c6a11f6
include: add U()/ULL() macros for constants
by Varun Wadekar
· 7 years ago
05597a9
Add U() macro to share constants between C and other sources
by Varun Wadekar
· 7 years ago
1384a16
Unique names for defines in the CPU libraries
by Varun Wadekar
· 7 years ago
dc07517
Fix stdlib defines for AArch32
by Soby Mathew
· 7 years ago
39d6508
stdlib: support AARCH32 in endian head file
by Haojian Zhuang
· 7 years ago
95daa47
stdlib: import endian head file from freebsd
by Haojian Zhuang
· 7 years ago
d6d6197
Merge pull request #964 from soby-mathew/sm/rsapss_sup
by danh-arm
· 7 years ago
c2c877a
Merge pull request #963 from soby-mathew/sm/scmi_dev
by danh-arm
· 7 years ago
d834249
Merge pull request #960 from jeenu-arm/cpu-libs
by danh-arm
· 7 years ago
23821a5
Merge pull request #962 from antonio-nino-diaz-arm/an/fwu-checks
by danh-arm
· 7 years ago
cbafd7a
Add SCMI support for Juno platform
by Soby Mathew
· 8 years ago
ea26bad
CSS: Add SCMI driver for SCP
by Soby Mathew
· 8 years ago
0a68d13
Add support for RSASSAPSS algorithm in mbedtls crypto driver
by Soby Mathew
· 7 years ago
0e8e720
FWU: Introduce FWU_SMC_IMAGE_RESET
by Antonio Nino Diaz
· 7 years ago
805c2c7
Add support for Cortex-A75 and Cortex-A55 CPUs
by David Wang
· 8 years ago
2aac92b
Merge pull request #955 from hzhuang1/ufs
by danh-arm
· 7 years ago
93494ae
drivers: add designware ufs driver
by Haojian Zhuang
· 7 years ago
20cd323
drivers: add ufs stack
by Haojian Zhuang
· 7 years ago
34e7843
Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory
by davidcunado-arm
· 7 years ago
9326b90
Cortex-A53: add some bit definitions
by Haojian Zhuang
· 7 years ago
320e844
build: Introduce clang support
by dp-arm
· 8 years ago
4be1a61
Merge pull request #938 from masahir0y/tools_share
by danh-arm
· 7 years ago
6b90f5e
mbedtls: Use `tf_snprintf` instead of `snprintf`
by Antonio Nino Diaz
· 7 years ago
9c107fa
Introduce `tf_snprintf`
by Antonio Nino Diaz
· 7 years ago
a27c166
cert: move platform_oid.h to include/tools_share for all platforms
by Masahiro Yamada
· 7 years ago
e3a2b31
fip: move headers shared between TF and fiptool to include/tools_share
by Masahiro Yamada
· 7 years ago
3b3ce18
Merge pull request #939 from dp-arm/dp/AArch32_tbbr
by danh-arm
· 7 years ago
702f169
Merge pull request #936 from antonio-nino-diaz-arm/an/assert-mem
by davidcunado-arm
· 7 years ago
7d52583
Merge pull request #935 from davidcunado-arm/dc/mbed_api
by danh-arm
· 7 years ago
11a6e9d
Simplify assert() to reduce memory usage
by Antonio Nino Diaz
· 7 years ago
18dfb30
AArch32: Add BL2U support
by Yatharth Kochar
· 8 years ago
cdd03cb
AArch32: Add `TRUSTED_BOARD_BOOT` support
by dp-arm
· 8 years ago
5c51e09
Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2
by davidcunado-arm
· 7 years ago
c7a1b19
mbedtls: Namespace for TF specific macros
by David Cunado
· 7 years ago
f3e3a43
AArch32: Rework SMC context save and restore mechanism
by Soby Mathew
· 8 years ago
6715485
Merge pull request #927 from jeenu-arm/state-switch
by davidcunado-arm
· 7 years ago
9b11f39
Minor fixes to the xlat tables lib v2
by Antonio Nino Diaz
· 7 years ago
4c99cfd
Merge pull request #922 from davidcunado-arm/dc/smc_yielding_spds
by davidcunado-arm
· 7 years ago
8364a95
Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit
by davidcunado-arm
· 8 years ago
c8833ea
Migrate secure payload dispatchers to new SMC terminology
by David Cunado
· 8 years ago
f251a4c
Merge pull request #925 from dp-arm/dp/spdx
by davidcunado-arm
· 8 years ago
bc1a929
Introduce ARM SiP service to switch execution state
by Jeenu Viswambharan
· 8 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
7dc9133
Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic
by davidcunado-arm
· 8 years ago
2a9b882
Add macro to check whether the CPU implements an EL
by Jeenu Viswambharan
· 8 years ago
efabaa9
Fix execute-never permissions in xlat tables libs
by Antonio Nino Diaz
· 8 years ago
7d99b6c
Merge branch 'integration' into tf_issue_461
by Scott Branden
· 8 years ago
bf404c0
Move defines in utils.h to utils_def.h to fix shared header compile issues
by Scott Branden
· 8 years ago
Next »