Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
25c4fb79e737e8e48bf66fd4540c3a8e10fe0fd7
/
lib
« Previous
0b56d6f
PSCI: Introduce cache and barrier wrappers
by Jeenu Viswambharan
· 8 years ago
8f87cc3
cpus: denver: remove barrier from denver_enable_dco()
by Varun Wadekar
· 8 years ago
1cc176b
Merge pull request #848 from douglas-raillard-arm/dr/improve_errata_doc
by danh-arm
· 8 years ago
d43583c
cpus: denver: disable DCO operations from platform code
by Varun Wadekar
· 9 years ago
c847f66
Clarify errata ERRATA_A53_836870 documentation
by Douglas Raillard
· 8 years ago
3c337a6
cpus: Add support for all Denver variants
by Varun Wadekar
· 9 years ago
f526d59
Merge pull request #843 from jeenu-arm/cas-lock
by danh-arm
· 8 years ago
0470202
Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing
by davidcunado-arm
· 8 years ago
fca7680
Introduce locking primitives using CAS instruction
by Jeenu Viswambharan
· 8 years ago
37ce150
PSCI: Do stat accounting for retention/standby states
by dp-arm
· 8 years ago
66abfbe
PSCI: Decouple PSCI stat residency calculation from PMF
by dp-arm
· 8 years ago
a8954fc
Replace some memset call by zeromem
by Douglas Raillard
· 8 years ago
21362a9
Introduce unified API to zero memory
by Douglas Raillard
· 8 years ago
d5ec367
Report errata workaround status to console
by Jeenu Viswambharan
· 8 years ago
2165a3e
stdlib: Import timingsafe_bcmp() from FreeBSD
by Antonio Nino Diaz
· 8 years ago
18babd3
Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen
by danh-arm
· 8 years ago
ccfc829
Add strnlen() to local C library
by Sandrine Bailleux
· 8 years ago
980f185
Merge pull request #800 from masahir0y/ifdef
by danh-arm
· 8 years ago
441bfdd
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 8 years ago
c4806d7
Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt
by danh-arm
· 8 years ago
1f5f812
Correct system include order
by David Cunado
· 8 years ago
fecb2c1
libfdt: Replace v1.4.1 by v1.4.2
by Antonio Nino Diaz
· 8 years ago
57e4bee
libfdt: Minor changes to enable TF integration
by Antonio Nino Diaz
· 8 years ago
3057efb
libfdt: Import libfdt v1.4.2
by Antonio Nino Diaz
· 8 years ago
2b0a176
Merge pull request #788 from jeenu-arm/cpuops-framework
by danh-arm
· 8 years ago
a1d1da7
Merge pull request #779 from dp-arm/dp/rtinstr-cache
by danh-arm
· 8 years ago
65f43f5
Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes
by danh-arm
· 8 years ago
ee5eb80
Add provision to extend CPU operations at more levels
by Jeenu Viswambharan
· 8 years ago
ef40c28
Merge pull request #780 from douglas-raillard-arm/dr/fix_asm_signed_comparison
by danh-arm
· 8 years ago
861be8e
Fix integer comparison in memcpy16
by Douglas Raillard
· 8 years ago
2d92de6
Add two timestamps to measure PSCI cache flush overhead
by dp-arm
· 8 years ago
9f1f5cb
Merge pull request #776 from dp-arm/dp/memcmp-fix
by danh-arm
· 8 years ago
b54c1a5
Merge pull request #775 from soby-mathew/sm/AArch32_stack_align
by danh-arm
· 8 years ago
010888d
Forbid block descriptors in initial xlat table levels
by Antonio Nino Diaz
· 8 years ago
d1beee2
Add PLAT_xxx_ADDR_SPACE_SIZE definitions
by Antonio Nino Diaz
· 8 years ago
46a33a5
Assert correct granularity when mapping a PA
by Antonio Nino Diaz
· 8 years ago
731cfd0
stdlib: Fix signedness issue in memcmp()
by dp-arm
· 8 years ago
adb7027
AArch32: Fix the stack alignment issue
by Soby Mathew
· 8 years ago
975d08c
Merge pull request #774 from jeenu-arm/no-return-macro
by danh-arm
· 8 years ago
68aef10
Define and use no_ret macro where no return is expected
by Jeenu Viswambharan
· 8 years ago
c14b08e
Reset EL2 and EL3 configurable controls
by David Cunado
· 8 years ago
f9baaa5
Fix normal memory bakery lock implementation
by Soby Mathew
· 8 years ago
5f55e28
Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR
by David Cunado
· 8 years ago
8742220
Merge pull request #735 from soby-mathew/sm/aarch32_sctlr
by danh-arm
· 8 years ago
a993c42
Unify SCTLR initialization for AArch32 normal world
by Soby Mathew
· 8 years ago
3cac786
Add PMF instrumentation points in TF
by dp-arm
· 8 years ago
c44c5af
AArch32: Add `memcpy4` function in assembly
by Yatharth Kochar
· 8 years ago
89256b8
PSCI: Introduce PSCI Library argument structure
by Soby Mathew
· 8 years ago
a4c219a
AArch32: Add support for ARM Cortex-A32 MPCore Processor
by Yatharth Kochar
· 8 years ago
f528faf
AArch32: Common changes needed for BL1/BL2
by Yatharth Kochar
· 8 years ago
1a9644b
Merge pull request #702 from jeenu-arm/psci-node-hw-state
by danh-arm
· 8 years ago
7f03e9d9
PSCI: Add support for PSCI NODE_HW_STATE API
by Jeenu Viswambharan
· 8 years ago
7c9d5f8
Flush `psci_plat_pm_ops` after initialization
by Soby Mathew
· 8 years ago
b4a970a
AArch32: Fix SCTLR context initialization
by Soby Mathew
· 8 years ago
d48ae61
Automatically select initial xlation lookup level
by Antonio Nino Diaz
· 8 years ago
89d90dc
AArch32: Add support to PSCI lib
by Soby Mathew
· 9 years ago
748be1d
AArch32: Add support in TF libraries
by Soby Mathew
· 9 years ago
935c2e7
AArch32: Add translation table library support
by Soby Mathew
· 8 years ago
d29f67b
AArch32: Add assembly helpers
by Soby Mathew
· 9 years ago
7b5c9b3
Move spinlock library code to AArch64 folder
by Soby Mathew
· 8 years ago
fea233c
Fix the translation table library for wraparound cases
by Soby Mathew
· 8 years ago
d59a669
Merge pull request #670 from achingupta/ag/psci_retention_fix
by danh-arm
· 8 years ago
9b2bf25
Fix use of stale power states in PSCI standby finisher
by Achin Gupta
· 8 years ago
f9f3bbf
Validate psci_find_target_suspend_lvl() result
by Sandrine Bailleux
· 8 years ago
d019487
Introduce PSCI Library Interface
by Soby Mathew
· 9 years ago
0d78607
Introduce `el3_runtime` and `PSCI` libraries
by Soby Mathew
· 9 years ago
a0fedc4
Rework type usage in Trusted Firmware
by Soby Mathew
· 8 years ago
ba39fc6
Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn
by danh-arm
· 8 years ago
6a72a91
bl31: Add error reporting registers
by Naga Sureshkumar Relli
· 8 years ago
7659a26
Introduce utils.h header file
by Sandrine Bailleux
· 8 years ago
ac3aa68
xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributes
by Sandrine Bailleux
· 8 years ago
7528b68
xlat lib: Refactor mmap_desc() function
by Sandrine Bailleux
· 8 years ago
9518d02
Add Performance Measurement Framework(PMF)
by Yatharth Kochar
· 9 years ago
a83af08
Merge pull request #639 from danh-arm/dh/import-libfdt
by danh-arm
· 8 years ago
fc0c645
Minor libfdt changes to enable TF integration
by Dan Handley
· 8 years ago
32f2130
Import libfdt v1.4.1
by Dan Handley
· 8 years ago
d7b59e4
Move stdlib header files to include/lib/stdlib
by Dan Handley
· 8 years ago
63af687
Add support for ARM Cortex-A73 MPCore Processor
by Yatharth Kochar
· 9 years ago
4ba6b0b
Fix computation of L1 bitmask in the translation table lib
by Sandrine Bailleux
· 9 years ago
b4444e3
Merge pull request #601 from sandrine-bailleux-arm/sb/a57-errata-workarounds
by danh-arm
· 9 years ago
143ef1a
Add support for Cortex-A57 erratum 833471 workaround
by Sandrine Bailleux
· 9 years ago
adcbd55
Add support for Cortex-A57 erratum 826977 workaround
by Sandrine Bailleux
· 9 years ago
48cbe85
Add support for Cortex-A57 erratum 829520 workaround
by Sandrine Bailleux
· 9 years ago
c11116f
Add support for Cortex-A57 erratum 828024 workaround
by Sandrine Bailleux
· 9 years ago
a7e0c53
Add support for Cortex-A57 erratum 826974 workaround
by Sandrine Bailleux
· 9 years ago
afa8a78
Fix wording in cpu-ops.mk comments
by Sandrine Bailleux
· 9 years ago
b5e7f77
Limit support for region overlaps in xlat_tables
by Antonio Nino Diaz
· 9 years ago
44170c4
Refactor the xlat_tables library code
by Soby Mathew
· 9 years ago
346f1f9
Remove xlat_helpers.c
by Antonio Nino Diaz
· 9 years ago
6b28c57
Make cpu operations warning a VERBOSE print
by Soby Mathew
· 9 years ago
686ecbd
Merge pull request #542 from sandrine-bailleux-arm/km/pt-zero
by danh-arm
· 9 years ago
299d794
Merge pull request #538 from sandrine-bailleux-arm/sb/extend-memory-types
by danh-arm
· 9 years ago
ed0995c
Initialize all translation table entries
by Kristina Martsenko
· 9 years ago
52b1ba6
Extend memory attributes to map non-cacheable memory
by Sandrine Bailleux
· 9 years ago
95036fc
Compile stdlib C files individually
by Antonio Nino Diaz
· 9 years ago
f12a31d
Cortex-Axx: Unconditionally apply CPU reset operations
by Sandrine Bailleux
· 9 years ago
d481759
Disable non-temporal hint on Cortex-A53/57
by Sandrine Bailleux
· 9 years ago
c9bac9c
Use tf_printf() for debug logs from xlat_tables.c
by Soby Mathew
· 9 years ago
46dd170
Remove direct usage of __attribute__((foo))
by Soren Brinkmann
· 9 years ago
432aa77
Add support for ARM Cortex-A35 processor
by Sandrine Bailleux
· 9 years ago
Next »