Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
arm-trusted-firmware
/
516beb585c23056820a854b12c77a6f62cbc5c8b
/
lib
54dc71e
Make generic code work in presence of system caches
by Achin Gupta
· 9 years ago
ee7b35c
Re-design bakery lock memory allocation and algorithm
by Andrew Thoelke
· 9 years ago
432b990
Merge pull request #361 from achingupta/for_sm/psci_proto_v5
by Achin Gupta
· 9 years ago
85a181c
PSCI: Migrate TF to the new platform API and CM helpers
by Soby Mathew
· 9 years ago
6b0d97b
cortex_a53: Add A53 errata #826319, #836870
by Jimmy Huang
· 9 years ago
3a8c55f
Add "Project Denver" CPU support
by Varun Wadekar
· 9 years ago
31833af
Fix bug in semihosting write function
by Juan Castillo
· 9 years ago
6fa11a5
Fix recursive crash prints on FVP AEM model
by Soby Mathew
· 10 years ago
8b77962
Add support to indicate size and end of assembly functions
by Kévin Petit
· 10 years ago
cd31914
Merge pull request #277 from soby-mathew/sm/coh_lock_opt
by danh-arm
· 10 years ago
548579f
Remove the `owner` field in bakery_lock_t data structure
by Soby Mathew
· 10 years ago
1c9573a
Optimize the bakery lock structure for coherent memory
by Soby Mathew
· 10 years ago
27a51c7
Merge pull request #270 from vikramkanigiri/vk/a72_cpu_support
by danh-arm
· 10 years ago
1ba93ae
Add support for ARM Cortex-A72 processor
by Vikram Kanigiri
· 10 years ago
541d788
Merge pull request #269 from vikramkanigiri/vk/common-cci
by danh-arm
· 10 years ago
a7e98ad
Add macro to calculate number of elements in an array
by Vikram Kanigiri
· 10 years ago
12e7c4a
Initialise cpu ops after enabling data cache
by Vikram Kanigiri
· 10 years ago
683f788
Fix the Cortex-A57 reset handler register usage
by Soby Mathew
· 10 years ago
e509d05
stdlib: add missing features to build PolarSSL
by Juan Castillo
· 10 years ago
79a97b2
Call reset handlers upon BL3-1 entry.
by Yatharth Kochar
· 10 years ago
8c5fe0b
Move bakery algorithm implementation out of coherent memory
by Soby Mathew
· 10 years ago
d4f4ad9
Remove the wfe() for bounded wait in bakery_lock
by Soby Mathew
· 10 years ago
0999734
Invalidate the dcache after initializing cpu-ops
by Soby Mathew
· 10 years ago
66ce001
Precede a 'sev' with a 'dsb' in bakery lock code
by Achin Gupta
· 10 years ago
5541bb3
Optimize Cortex-A57 cluster power down sequence on Juno
by Soby Mathew
· 10 years ago
b1a9631
Optimize barrier usage during Cortex-A57 power down
by Soby Mathew
· 10 years ago
7395a72
Apply errata workarounds only when major/minor revisions match.
by Soby Mathew
· 10 years ago
8e85791
Add support for level specific cache maintenance operations
by Soby Mathew
· 10 years ago
d9bdaf2
Add support for selected Cortex-A57 errata workarounds
by Soby Mathew
· 10 years ago
d3f70af
Add CPU specific crash reporting handlers
by Soby Mathew
· 10 years ago
add4035
Add CPU specific power management operations
by Soby Mathew
· 10 years ago
24fb838
Add platform API for reset handling
by Soby Mathew
· 10 years ago
9b47684
Introduce framework for CPU specific operations
by Soby Mathew
· 10 years ago
935db69
Move IO storage source to drivers directory
by Dan Handley
· 10 years ago
6d16ce0
Remove redundant io_init() function
by Dan Handley
· 10 years ago
6ad2e46
Rationalize console log output
by Dan Handley
· 10 years ago
6397bf6
Merge pull request #172 from soby-mathew/sm/asm_assert
by danh-arm
· 10 years ago
9fd4127
Merge pull request #170 from achingupta/ag/tf-issues#226
by danh-arm
· 10 years ago
d9b1128
Merge pull request #169 from achingupta/ag/tf-issues#198
by danh-arm
· 10 years ago
bc92012
Implement an assert() callable from assembly code
by Soby Mathew
· 10 years ago
ec3c100
Simplify management of SCTLR_EL3 and SCTLR_EL1
by Achin Gupta
· 10 years ago
b79af93
Implement a leaner printf for Trusted Firmware
by Soby Mathew
· 10 years ago
afff8cb
Make enablement of the MMU more flexible
by Achin Gupta
· 10 years ago
73ad257
Calculate TCR bits based on VA and PA
by Lin Ma
· 10 years ago
5e0f9bd
Merge pull request #154 from athoelke/at/inline-mmio
by Andrew Thoelke
· 10 years ago
5e11375
Inline the mmio accessor functions
by Andrew Thoelke
· 10 years ago
634ec6c
Remove calling CPU mpidr from bakery lock API
by Andrew Thoelke
· 10 years ago
5c633bd
Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2
by danh-arm
· 10 years ago
5c3272a
Make system register functions inline assembly
by Andrew Thoelke
· 10 years ago
f984ce8
Enable mapping higher physical address
by Lin Ma
· 10 years ago
dff8e47
Add enable mmu platform porting interfaces
by Dan Handley
· 11 years ago
5f0cdb0
Split platform.h into separate headers
by Dan Handley
· 11 years ago
c6bc071
Remove extern keyword from function declarations
by Dan Handley
· 11 years ago
8545a87
Merge pull request #102 from achingupta:ag/tf-issues#104-v2
by Andrew Thoelke
· 11 years ago
fa9c08b
Use secure timer to generate S-EL1 interrupts
by Achin Gupta
· 11 years ago
1a4f19e
Merge pull request #91 from linmaonly/lin_dev
by Andrew Thoelke
· 11 years ago
444281c
Address issue 156: 64-bit addresses get truncated
by Lin Ma
· 11 years ago
a43d431
Rework BL3-1 unhandled exception handling and reporting
by Soby Mathew
· 11 years ago
fd6fede
Merge pull request #58 from athoelke/optimise-cache-flush-v2
by danh-arm
· 11 years ago
5f6032a
Optimise data cache clean/invalidate operation
by Andrew Thoelke
· 11 years ago
228a9f0
Remove unused or invalid asm helper functions
by Andrew Thoelke
· 11 years ago
7935d0a
Access system registers directly in assembler
by Andrew Thoelke
· 11 years ago
2f5dcfe
Replace disable_mmu with assembler version
by Andrew Thoelke
· 11 years ago
8cec598
Correct usage of data and instruction barriers
by Andrew Thoelke
· 11 years ago
625de1d
Remove variables from .data section
by Dan Handley
· 11 years ago
97043ac
Reduce deep nesting of header files
by Dan Handley
· 11 years ago
fb037bf
Always use named structs in header files
by Dan Handley
· 11 years ago
35e98e5
Make use of user/system includes more consistent
by Dan Handley
· 11 years ago
4ecca33
Move include and source files to logical locations
by Dan Handley
· 11 years ago
cd116d1
Add TrustZone (TZC-400) driver
by Harry Liebel
· 11 years ago
0a30cf5
Place assembler functions in separate sections
by Andrew Thoelke
· 11 years ago
6ba0b6d
Remove partially qualified asm helper functions
by Vikram Kanigiri
· 11 years ago
82a0aca
Rework bakery lock with WFE/SEV sequence
by Jeenu Viswambharan
· 11 years ago
c481c26
Add generic functions for setting up aarch64 MMU translation tables
by Jon Medhurst
· 11 years ago
a4d9f26
Fix assert in bakery_lock_release()
by Jon Medhurst
· 11 years ago
cd52932
Fix semihosting with latest toolchain
by Ryan Harkin
· 11 years ago
a0cd989
Factor out translation table setup in ARM FVP port
by Achin Gupta
· 11 years ago
caa8493
Add support for handling runtime service requests
by Jeenu Viswambharan
· 11 years ago
9d72b4e
Implement load_image in terms of IO abstraction
by James Morrissey
· 11 years ago
f2f9bb5
Add IO abstraction framework
by James Morrissey
· 11 years ago
c3810c8
Fix memmove and memcpy
by Jon Medhurst
· 11 years ago
3a4cae0
Change comments in assembler files to help ctags
by Jeenu Viswambharan
· 11 years ago
eaec590
Probe for GICv3 re-distributors on core bring-up
by Harry Liebel
· 11 years ago
e83b0ca
Update year in copyright text to 2014
by Dan Handley
· 11 years ago
bdb774d
Fix SPSR register size in gp_regs structure
by Sandrine Bailleux
· 11 years ago
1bc9e1f
Add strchr() and putchar() to local C library
by Harry Liebel
· 11 years ago
0f702c6
Create local C library implementation (2/2)
by Harry Liebel
· 11 years ago
c81b1d0
Create local C library implementation (1/2)
by Harry Liebel
· 11 years ago
4a826dd
rework general purpose registers save and restore
by Achin Gupta
· 11 years ago
ab2d31e
Enable third party contributions
by Dan Handley
· 11 years ago
65f546a
Properly initialise the C runtime environment
by Sandrine Bailleux
· 11 years ago
295538b
AArch64: Remove EL-agnostic TLB helper functions
by Sandrine Bailleux
· 11 years ago
3738274
Unmask SError and Debug exceptions.
by Sandrine Bailleux
· 11 years ago
4f6ad66
ARMv8 Trusted Firmware release v0.2
by Achin Gupta
· 11 years ago