TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
pfalcon
/
trusted-firmware-a
/
b38bc68b9edf385f2576a6cbf304187721f562c1
/
include
/
lib
b38bc68
Allow spin locks to be defined from assembly
by Jeenu Viswambharan
· 9 years ago
aa050a7
stdlib: Import timingsafe_bcmp() from FreeBSD
by Antonio Nino Diaz
· 9 years ago
3443866
Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen
by danh-arm
· 9 years ago
d67879d
Add strnlen() to local C library
by Sandrine Bailleux
· 9 years ago
4abd222
Merge pull request #800 from masahir0y/ifdef
by danh-arm
· 9 years ago
3d8256b
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 9 years ago
7b94e4b
Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt
by danh-arm
· 9 years ago
23beccc
Merge pull request #812 from antonio-nino-diaz-arm/an/clear-static-vars
by danh-arm
· 9 years ago
c8d64c5
Fix declarations of cache maintenance functions
by Antonio Nino Diaz
· 9 years ago
fc17f61
Merge pull request #790 from masahir0y/utils
by danh-arm
· 9 years ago
29440c1
libfdt: Replace v1.4.1 by v1.4.2
by Antonio Nino Diaz
· 9 years ago
152c8c1
utils: move BIT(n) macro to utils.h
by Masahiro Yamada
· 9 years ago
fcab6bb
fiptool: Add support for operating on binary blobs using the UUID
by dp-arm
· 9 years ago
67748e4
Merge pull request #788 from jeenu-arm/cpuops-framework
by danh-arm
· 9 years ago
5d93484
Merge pull request #779 from dp-arm/dp/rtinstr-cache
by danh-arm
· 9 years ago
78b4c5b
Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes
by danh-arm
· 9 years ago
5dd9dbb
Add provision to extend CPU operations at more levels
by Jeenu Viswambharan
· 9 years ago
7941816
Add two timestamps to measure PSCI cache flush overhead
by dp-arm
· 9 years ago
0029624
Add PLAT_xxx_ADDR_SPACE_SIZE definitions
by Antonio Nino Diaz
· 9 years ago
d3d6c6e
Assert correct granularity when mapping a PA
by Antonio Nino Diaz
· 9 years ago
9f3ee61
AArch32: Fix the stack alignment issue
by Soby Mathew
· 9 years ago
ad64ab2
Merge pull request #772 from davidcunado-arm/dc/reset_debug_reg
by danh-arm
· 9 years ago
939f66d
Reset EL2 and EL3 configurable controls
by David Cunado
· 9 years ago
69d59e0
AArch32: Miscellaneous fixes in the AArch32 code
by Yatharth Kochar
· 9 years ago
495f3d3
Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR
by David Cunado
· 9 years ago
e1c4274
Merge pull request #735 from soby-mathew/sm/aarch32_sctlr
by danh-arm
· 9 years ago
274e844
Merge pull request #730 from dp-arm/dp/uuid-cleanup
by danh-arm
· 9 years ago
b7b0787
Unify SCTLR initialization for AArch32 normal world
by Soby Mathew
· 9 years ago
9e23f9a
Remove non-standard <sys/cdefs.h> include from uuid.h
by dp-arm
· 9 years ago
872be88
Add PMF instrumentation points in TF
by dp-arm
· 9 years ago
f426fc0
PSCI: Introduce PSCI Library argument structure
by Soby Mathew
· 9 years ago
03a3042
AArch32: Add support for ARM Cortex-A32 MPCore Processor
by Yatharth Kochar
· 9 years ago
f3b4914
AArch32: Add generic changes in BL1
by Yatharth Kochar
· 9 years ago
1a0a3f0
AArch32: Common changes needed for BL1/BL2
by Yatharth Kochar
· 9 years ago
92455d8
Merge pull request #706 from dp-arm/dp/pmf-aligned-svc
by danh-arm
· 9 years ago
0980b8a
Merge pull request #705 from dp-arm/dp/pmf-macro-rename
by danh-arm
· 9 years ago
7a1b279
Merge pull request #702 from jeenu-arm/psci-node-hw-state
by danh-arm
· 9 years ago
28d3d61
PSCI: Add support for PSCI NODE_HW_STATE API
by Jeenu Viswambharan
· 9 years ago
e69c195
Merge pull request #707 from sandrine-bailleux-arm/sb/restore-xlat-defines
by davidcunado-arm
· 9 years ago
e03f0b0
Restore some defines in xlat_tables.h
by Sandrine Bailleux
· 9 years ago
2d84b46
Ensure PMF service timestamps are properly aligned on a cache line boundary
by dp-arm
· 9 years ago
d2e201b
Rename `pmf_calc_timestamp_offset` to `pmf_calc_timestamp_addr`
by dp-arm
· 9 years ago
c1ff80b
Support for Mediatek MT6795 SoC
by Leon Chen
· 9 years ago
9115b86
Merge pull request #690 from soby-mathew/sm/level_sel_xlat
by davidcunado-arm
· 9 years ago
5695cfe
Add assembler helper to calculate PMF timestamp offset
by dp-arm
· 9 years ago
afdda57
Move pmf headers to include/lib/pmf
by dp-arm
· 9 years ago
e871955
Automatically select initial xlation lookup level
by Antonio Nino Diaz
· 9 years ago
727e523
AArch32: Add support to PSCI lib
by Soby Mathew
· 9 years ago
e33b78a
AArch32: Add support in TF libraries
by Soby Mathew
· 9 years ago
3e3616a
AArch32: Add SMCC context
by Soby Mathew
· 9 years ago
1ae0a49
AArch32: Add API to invoke runtime service handler
by Soby Mathew
· 9 years ago
b2bca61
AArch32: Add translation table library support
by Soby Mathew
· 9 years ago
031dbb1
AArch32: Add essential Arch helpers
by Soby Mathew
· 9 years ago
c45f627
Move SIZE_FROM_LOG2_WORDS macro to utils.h
by Soby Mathew
· 9 years ago
7b6d330
Ensure addresses in is_mem_free() don't overflow
by Sandrine Bailleux
· 9 years ago
cf0b149
Introduce PSCI Library Interface
by Soby Mathew
· 9 years ago
532ed61
Introduce `el3_runtime` and `PSCI` libraries
by Soby Mathew
· 9 years ago
4c0d039
Rework type usage in Trusted Firmware
by Soby Mathew
· 9 years ago
aadb135
Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn
by danh-arm
· 9 years ago
84629f2
bl31: Add error reporting registers
by Naga Sureshkumar Relli
· 9 years ago
0146ae6
Introduce round_up/down() macros
by Sandrine Bailleux
· 9 years ago
ed81f3e
Introduce utils.h header file
by Sandrine Bailleux
· 9 years ago
b916146
xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributes
by Sandrine Bailleux
· 9 years ago
a31d898
Add Performance Measurement Framework(PMF)
by Yatharth Kochar
· 9 years ago
adb1ddf
Merge pull request #639 from danh-arm/dh/import-libfdt
by danh-arm
· 9 years ago
87e7a9a
Merge pull request #644 from sandrine-bailleux-arm/sb/rm-outdated-comment
by danh-arm
· 9 years ago
754d78b
Minor libfdt changes to enable TF integration
by Dan Handley
· 9 years ago
f0b489c
Move stdlib header files to include/lib/stdlib
by Dan Handley
· 9 years ago
72b6008
xlat lib: Remove out-dated comment
by Sandrine Bailleux
· 9 years ago
2460ac1
Add support for ARM Cortex-A73 MPCore Processor
by Yatharth Kochar
· 9 years ago
adeecf9
Add support for Cortex-A57 erratum 833471 workaround
by Sandrine Bailleux
· 9 years ago
0728886
Add support for Cortex-A57 erratum 826977 workaround
by Sandrine Bailleux
· 9 years ago
0b77197
Add support for Cortex-A57 erratum 829520 workaround
by Sandrine Bailleux
· 9 years ago
a8b1c76
Add support for Cortex-A57 erratum 828024 workaround
by Sandrine Bailleux
· 9 years ago
df22d60
Add support for Cortex-A57 erratum 826974 workaround
by Sandrine Bailleux
· 9 years ago
81b491f
Merge pull request #595 from sandrine-bailleux-arm/sb/unoptimised-build
by danh-arm
· 9 years ago
10c252c
Fix build error with optimizations disabled (-O0)
by Sandrine Bailleux
· 9 years ago
3ca9928
Refactor the xlat_tables library code
by Soby Mathew
· 9 years ago
c291641
Merge pull request #577 from antonio-nino-diaz-arm/an/remove-xlat-helpers
by danh-arm
· 9 years ago
f33fbb2
Remove xlat_helpers.c
by Antonio Nino Diaz
· 9 years ago
6b836cf
Add ISR_EL1 to crash report
by Gerald Lejeune
· 9 years ago
4ca5753
Remove DAIF bits handling macros
by Gerald Lejeune
· 9 years ago
5f65497
Extend memory attributes to map non-cacheable memory
by Sandrine Bailleux
· 9 years ago
85df7e4
Merge pull request #523 from jcastillo-arm/jc/genfw-791
by danh-arm
· 9 years ago
74eb26e
ARM platforms: rationalise memory attributes of shared memory
by Juan Castillo
· 10 years ago
54035fc
Disable non-temporal hint on Cortex-A53/57
by Sandrine Bailleux
· 10 years ago
65cd299
Remove direct usage of __attribute__((foo))
by Soren Brinkmann
· 10 years ago
820756e
Add support for ARM Cortex-A35 processor
by Sandrine Bailleux
· 10 years ago
d178637
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· 10 years ago
85d80e5
Initialize VTTBR_EL2 when bypassing EL2
by Sandrine Bailleux
· 10 years ago
df37373
Add ARM GICv3 driver without support for legacy operation
by Achin Gupta
· 10 years ago
4a1dcde
Merge pull request #435 from sandrine-bailleux/sb/juno-r2
by Achin Gupta
· 10 years ago
1dbe315
Juno R2: Configure the correct L2 RAM latency values
by Sandrine Bailleux
· 10 years ago
6cd12da
Add missing RES1 bit in SCTLR_EL1
by Vikram Kanigiri
· 10 years ago
c17a4dc
Make CASSERT() macro callable from anywhere
by Sandrine Bailleux
· 10 years ago
54dc71e
Make generic code work in presence of system caches
by Achin Gupta
· 10 years ago
ee7b35c
Re-design bakery lock memory allocation and algorithm
by Andrew Thoelke
· 10 years ago
e0d913c
Add macros for retention control in Cortex-A53/A57
by Varun Wadekar
· 10 years ago
6b0d97b
cortex_a53: Add A53 errata #826319, #836870
by Jimmy Huang
· 10 years ago
fd904df
Add mmio utility functions
by Jimmy Huang
· 10 years ago
Next »