Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
541206aca6fa5280b486c3aa036c91cc79e1f463
« Previous
332ff85
Merge pull request #104 from athoelke:at/tsp-entrypoints-v2
by Andrew Thoelke
· 10 years ago
077193f
Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2
by Andrew Thoelke
· 10 years ago
58484d4
Merge pull request #102 from achingupta:ag/tf-issues#104-v2
by Andrew Thoelke
· 10 years ago
31f0f8f
Merge pull request #100 from jcastillo-arm:jc/tf-issues/149-v4
by Andrew Thoelke
· 10 years ago
44a07af
Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2
by Andrew Thoelke
· 10 years ago
a83a38c
Merge pull request #103 from athoelke:dh/tf-issues#68-v3
by Andrew Thoelke
· 10 years ago
29c7ae1
Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3
by Andrew Thoelke
· 10 years ago
1c5630d
Merge pull request #67 from achingupta:ag/psci_standby_bug_fix
by Andrew Thoelke
· 10 years ago
aaa6ff8
Limit BL3-1 read/write access to SRAM
by Andrew Thoelke
· 10 years ago
891c4ca
Use a vector table for TSP entrypoints
by Andrew Thoelke
· 10 years ago
9f71f70
Non-Secure Interrupt support during Standard SMC processing in TSP
by Soby Mathew
· 10 years ago
21a30ab
Allow BL3-2 platform definitions to be optional
by Dan Handley
· 11 years ago
bbc33f2
Enable secure timer to generate S-EL1 interrupts
by Achin Gupta
· 10 years ago
aeaab68
Add S-EL1 interrupt handling support in the TSPD
by Achin Gupta
· 10 years ago
a4f50c2
Add support for asynchronous FIQ handling in TSP
by Achin Gupta
· 10 years ago
7671789
Add support for synchronous FIQ handling in TSP
by Achin Gupta
· 10 years ago
405406d
Use secure timer to generate S-EL1 interrupts
by Achin Gupta
· 10 years ago
9cf2bb7
Introduce interrupt handling framework in BL3-1
by Achin Gupta
· 10 years ago
02d3628
Introduce platform api to access an ARM GIC
by Achin Gupta
· 11 years ago
191e86e
Introduce interrupt registration framework in BL3-1
by Achin Gupta
· 10 years ago
27b895e
Add context library API to change a bit in SCR_EL3
by Achin Gupta
· 11 years ago
18d6eaf
Rework 'state' field usage in per-cpu TSP context
by Achin Gupta
· 11 years ago
fcf9765
Doc: Add the "Building the Test Secure Payload" section
by Sandrine Bailleux
· 10 years ago
e701e30
fvp: Move TSP from Secure DRAM to Secure SRAM
by Sandrine Bailleux
· 10 years ago
5ac3cc9
TSP: Let the platform decide which secure memory to use
by Sandrine Bailleux
· 10 years ago
7055ca4
Reserve some DDR DRAM for secure use on FVP platforms
by Juan Castillo
· 10 years ago
9637745
Add support for BL3-1 as a reset vector
by Vikram Kanigiri
· 11 years ago
d8c9d26
Rework memory information passing to BL3-x images
by Vikram Kanigiri
· 10 years ago
da56743
Populate BL31 input parameters as per new spec
by Vikram Kanigiri
· 11 years ago
a3a5e4a
Rework handover interface between BL stages
by Vikram Kanigiri
· 10 years ago
9851e42
Introduce macros to manipulate the SPSR
by Vikram Kanigiri
· 10 years ago
8782852
Merge pull request #91 from linmaonly/lin_dev
by Andrew Thoelke
· 10 years ago
e2e9fb8
Merge pull request #83 from athoelke/at/tf-issues-126
by Andrew Thoelke
· 10 years ago
ab3d352
Merge pull request #85 from hliebel/hl/bl30-doc
by Andrew Thoelke
· 10 years ago
0b9d59f
Address issue 156: 64-bit addresses get truncated
by Lin Ma
· 10 years ago
eed7a5b
Improve BL3-0 documentation
by Harry Liebel
· 11 years ago
b058556
Merge pull request #78 from jeenuv:tf-issues-148
by Andrew Thoelke
· 10 years ago
d1b6015
Add build configuration for timer save/restore
by Jeenu Viswambharan
· 10 years ago
4b9608b
Document summary of build options in user guide
by Jeenu Viswambharan
· 10 years ago
19a0ace
Reorganize build options
by Jeenu Viswambharan
· 10 years ago
e5c39fd
Introduce convenience functions to build
by Jeenu Viswambharan
· 10 years ago
2ecdd8f
Set SCR_EL3.RW correctly before exiting bl31_main
by Andrew Thoelke
· 10 years ago
5e5c207
Rework BL3-1 unhandled exception handling and reporting
by Soby Mathew
· 11 years ago
96c207a
Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefile
by Andrew Thoelke
· 10 years ago
6bee0fc
Merge pull request #69 from sandrine-bailleux:sb/split-mmu-fcts-per-el
by Andrew Thoelke
· 10 years ago
a3bd38c
Merge pull request #68 from jcastillo-arm/jc/tf-issues/137
by Andrew Thoelke
· 10 years ago
55452f1
Merge pull request #66 from athoelke/tzc-config-fix
by danh-arm
· 10 years ago
3086cc9
fvp: Use the right implem. of plat_report_exception() in BL3-2
by Sandrine Bailleux
· 10 years ago
969bdb2
Fix C accessors to GIC distributor registers with set/clear semantics
by Juan Castillo
· 11 years ago
42c5280
Fix broken standby state implementation in PSCI
by Achin Gupta
· 10 years ago
fe3374b
Fixes for TZC configuration on FVP
by Andrew Thoelke
· 10 years ago
74a62b3
fvp: Provide per-EL MMU setup functions
by Sandrine Bailleux
· 10 years ago
25232af
Introduce IS_IN_ELX() macros
by Sandrine Bailleux
· 10 years ago
df89f9f
Merge pull request #65 from vikramkanigiri/vk/console_init
by danh-arm
· 10 years ago
9ceff0f
Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1
by danh-arm
· 10 years ago
3684abf
Ensure a console is initialized before it is used
by Vikram Kanigiri
· 11 years ago
1644425
Merge pull request #62 from athoelke/set-little-endian-v2
by danh-arm
· 10 years ago
6c5192a
Preserve x19-x29 across world switch for exception handling
by Soby Mathew
· 11 years ago
6bdfa91
Merge pull request #58 from athoelke/optimise-cache-flush-v2
by danh-arm
· 10 years ago
86f0665
Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2
by danh-arm
· 10 years ago
99cb464
Merge pull request #60 from athoelke/disable-mmu-v2
by danh-arm
· 10 years ago
719e870
Merge pull request #59 from athoelke/review-barriers-v2
by danh-arm
· 10 years ago
faed43f
Merge pull request #57 from sandrine-bailleux/sb/remove-pl011-base
by danh-arm
· 10 years ago
aa3266a
Remove unused 'PL011_BASE' macro
by Sandrine Bailleux
· 10 years ago
6a5b3a4
Optimise data cache clean/invalidate operation
by Andrew Thoelke
· 11 years ago
5879ffd
Remove unused or invalid asm helper functions
by Andrew Thoelke
· 11 years ago
f977ed8
Access system registers directly in assembler
by Andrew Thoelke
· 11 years ago
438c63a
Replace disable_mmu with assembler version
by Andrew Thoelke
· 11 years ago
42e75a7
Correct usage of data and instruction barriers
by Andrew Thoelke
· 11 years ago
f994ffb
Set processor endianness immediately after RESET
by Andrew Thoelke
· 11 years ago
806af56
Merge pull request #49 from danh-arm/dh/remove-non-const-data
by danh-arm
· 10 years ago
a4cb68e
Remove variables from .data section
by Dan Handley
· 11 years ago
378e082
Merge pull request #48 from danh-arm/dh/major-refactoring
by danh-arm
· 10 years ago
2bd4ef2
Reduce deep nesting of header files
by Dan Handley
· 11 years ago
e2712bc
Always use named structs in header files
by Dan Handley
· 11 years ago
27f6e7d
Move PSCI global functions out of private header
by Dan Handley
· 11 years ago
bcd60ba
Separate BL functions out of arch.h
by Dan Handley
· 11 years ago
930ee2e
Refactor GIC header files
by Dan Handley
· 11 years ago
f3c8f32
Separate out CASSERT macro into own header
by Dan Handley
· 11 years ago
176e7b4
Remove vpath usage in makefiles
by Dan Handley
· 11 years ago
714a0d2
Make use of user/system includes more consistent
by Dan Handley
· 11 years ago
4d2e49d
Move FVP power driver to FVP platform
by Dan Handley
· 11 years ago
a70615f
Move include and source files to logical locations
by Dan Handley
· 11 years ago
992dc07
Merge pull request #50 from vikramkanigiri/vk/tf-issues#26
by achingupta
· 11 years ago
f100f41
Preserve PSCI cpu_suspend 'power_state' parameter.
by Vikram Kanigiri
· 11 years ago
4bc8526
Merge pull request #33 from hliebel/hl/secure-memory
by danh-arm
· 11 years ago
eb98579
FVP secure memory support documentation
by Harry Liebel
· 11 years ago
cef9339
Enable secure memory support for FVPs
by Harry Liebel
· 11 years ago
afd1ec7
Add TrustZone (TZC-400) driver
by Harry Liebel
· 11 years ago
300912d
Merge pull request #43 from danh-arm/dh/tf-issues#129
by danh-arm
· 11 years ago
cc470ee
Merge pull request #44 from danh-arm/dh/tf-issues#136
by danh-arm
· 11 years ago
09df037
Merge pull request #45 from danh-arm/dh/tf-issues#114
by danh-arm
· 11 years ago
48a8127
Remove redundant code from bl1_plat_helpers.S
by Dan Handley
· 11 years ago
5e40d83
Merge pull request #40 from athoelke/at/up-stacks-76-v2
by danh-arm
· 11 years ago
65668f9
Allocate single stacks for BL1 and BL2
by Andrew Thoelke
· 11 years ago
43f5679
Rename FVP "mmap" array to avoid name confusion
by Dan Handley
· 11 years ago
a686542
Merge pull request #36 from athoelke/at/gc-sections-80
by danh-arm
· 11 years ago
f56298a
Move console.c to pl011 specific driver location
by Dan Handley
· 11 years ago
05f922b
Merge pull request #38 from sandrine-bailleux/sb/tf-issue-125
by danh-arm
· 11 years ago
3fa9847
Define frequency of system counter in platform code
by Sandrine Bailleux
· 11 years ago
Next »