Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
9637745d0bb47c7d27f2ce0523fc03ad8ac9d54a
9637745
Add support for BL3-1 as a reset vector
by Vikram Kanigiri
· Thu Apr 24 11:02:16 2014 +0100
d8c9d26
Rework memory information passing to BL3-x images
by Vikram Kanigiri
· Fri May 16 18:48:12 2014 +0100
da56743
Populate BL31 input parameters as per new spec
by Vikram Kanigiri
· Tue Apr 15 18:08:08 2014 +0100
a3a5e4a
Rework handover interface between BL stages
by Vikram Kanigiri
· Thu May 15 18:27:15 2014 +0100
9851e42
Introduce macros to manipulate the SPSR
by Vikram Kanigiri
· Tue May 13 14:42:08 2014 +0100
b058556
Merge pull request #78 from jeenuv:tf-issues-148
by Andrew Thoelke
· Mon May 19 12:54:05 2014 +0100
d1b6015
Add build configuration for timer save/restore
by Jeenu Viswambharan
· Mon May 12 15:28:47 2014 +0100
4b9608b
Document summary of build options in user guide
by Jeenu Viswambharan
· Thu May 15 14:47:21 2014 +0100
19a0ace
Reorganize build options
by Jeenu Viswambharan
· Thu May 15 14:40:58 2014 +0100
e5c39fd
Introduce convenience functions to build
by Jeenu Viswambharan
· Fri May 16 11:38:10 2014 +0100
5e5c207
Rework BL3-1 unhandled exception handling and reporting
by Soby Mathew
· Mon Apr 07 15:28:55 2014 +0100
96c207a
Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefile
by Andrew Thoelke
· Fri May 16 12:27:33 2014 +0100
6bee0fc
Merge pull request #69 from sandrine-bailleux:sb/split-mmu-fcts-per-el
by Andrew Thoelke
· Fri May 16 12:26:26 2014 +0100
a3bd38c
Merge pull request #68 from jcastillo-arm/jc/tf-issues/137
by Andrew Thoelke
· Fri May 16 12:02:12 2014 +0100
55452f1
Merge pull request #66 from athoelke/tzc-config-fix
by danh-arm
· Fri May 16 09:12:25 2014 +0100
3086cc9
fvp: Use the right implem. of plat_report_exception() in BL3-2
by Sandrine Bailleux
· Tue May 13 16:41:25 2014 +0100
969bdb2
Fix C accessors to GIC distributor registers with set/clear semantics
by Juan Castillo
· Mon Apr 28 12:48:40 2014 +0100
fe3374b
Fixes for TZC configuration on FVP
by Andrew Thoelke
· Fri May 09 15:36:13 2014 +0100
74a62b3
fvp: Provide per-EL MMU setup functions
by Sandrine Bailleux
· Fri May 09 11:35:36 2014 +0100
25232af
Introduce IS_IN_ELX() macros
by Sandrine Bailleux
· Fri May 09 11:23:11 2014 +0100
df89f9f
Merge pull request #65 from vikramkanigiri/vk/console_init
by danh-arm
· Thu May 08 12:27:15 2014 +0100
9ceff0f
Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1
by danh-arm
· Thu May 08 12:25:02 2014 +0100
3684abf
Ensure a console is initialized before it is used
by Vikram Kanigiri
· Thu Mar 27 14:33:15 2014 +0000
1644425
Merge pull request #62 from athoelke/set-little-endian-v2
by danh-arm
· Thu May 08 12:01:24 2014 +0100
6c5192a
Preserve x19-x29 across world switch for exception handling
by Soby Mathew
· Wed Apr 30 15:36:37 2014 +0100
6bdfa91
Merge pull request #58 from athoelke/optimise-cache-flush-v2
by danh-arm
· Thu May 08 12:01:10 2014 +0100
86f0665
Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2
by danh-arm
· Thu May 08 12:00:10 2014 +0100
99cb464
Merge pull request #60 from athoelke/disable-mmu-v2
by danh-arm
· Thu May 08 11:55:19 2014 +0100
719e870
Merge pull request #59 from athoelke/review-barriers-v2
by danh-arm
· Thu May 08 11:55:13 2014 +0100
faed43f
Merge pull request #57 from sandrine-bailleux/sb/remove-pl011-base
by danh-arm
· Thu May 08 10:13:01 2014 +0100
aa3266a
Remove unused 'PL011_BASE' macro
by Sandrine Bailleux
· Tue May 06 13:25:37 2014 +0100
6a5b3a4
Optimise data cache clean/invalidate operation
by Andrew Thoelke
· Fri Apr 25 10:49:30 2014 +0100
5879ffd
Remove unused or invalid asm helper functions
by Andrew Thoelke
· Mon Apr 28 12:33:52 2014 +0100
f977ed8
Access system registers directly in assembler
by Andrew Thoelke
· Mon Apr 28 12:32:02 2014 +0100
438c63a
Replace disable_mmu with assembler version
by Andrew Thoelke
· Mon Apr 28 12:06:18 2014 +0100
42e75a7
Correct usage of data and instruction barriers
by Andrew Thoelke
· Mon Apr 28 12:28:39 2014 +0100
f994ffb
Set processor endianness immediately after RESET
by Andrew Thoelke
· Thu Apr 24 15:33:24 2014 +0100
806af56
Merge pull request #49 from danh-arm/dh/remove-non-const-data
by danh-arm
· Tue May 06 17:57:34 2014 +0100
a4cb68e
Remove variables from .data section
by Dan Handley
· Wed Apr 23 13:47:06 2014 +0100
378e082
Merge pull request #48 from danh-arm/dh/major-refactoring
by danh-arm
· Tue May 06 17:54:03 2014 +0100
2bd4ef2
Reduce deep nesting of header files
by Dan Handley
· Wed Apr 09 13:14:54 2014 +0100
e2712bc
Always use named structs in header files
by Dan Handley
· Thu Apr 10 15:37:22 2014 +0100
27f6e7d
Move PSCI global functions out of private header
by Dan Handley
· Wed Apr 23 15:22:18 2014 +0100
bcd60ba
Separate BL functions out of arch.h
by Dan Handley
· Thu Apr 17 18:53:42 2014 +0100
930ee2e
Refactor GIC header files
by Dan Handley
· Thu Apr 17 17:48:52 2014 +0100
f3c8f32
Separate out CASSERT macro into own header
by Dan Handley
· Thu Apr 17 17:29:58 2014 +0100
176e7b4
Remove vpath usage in makefiles
by Dan Handley
· Tue Apr 15 18:20:09 2014 +0100
714a0d2
Make use of user/system includes more consistent
by Dan Handley
· Wed Apr 09 13:13:04 2014 +0100
4d2e49d
Move FVP power driver to FVP platform
by Dan Handley
· Fri Apr 11 11:52:12 2014 +0100
a70615f
Move include and source files to logical locations
by Dan Handley
· Wed Apr 09 12:48:25 2014 +0100
992dc07
Merge pull request #50 from vikramkanigiri/vk/tf-issues#26
by achingupta
· Thu May 01 13:16:33 2014 +0100
f100f41
Preserve PSCI cpu_suspend 'power_state' parameter.
by Vikram Kanigiri
· Tue Apr 01 19:26:26 2014 +0100
4bc8526
Merge pull request #33 from hliebel/hl/secure-memory
by danh-arm
· Thu Apr 24 19:38:28 2014 +0100
eb98579
FVP secure memory support documentation
by Harry Liebel
· Tue Apr 01 19:28:07 2014 +0100
cef9339
Enable secure memory support for FVPs
by Harry Liebel
· Tue Apr 01 19:27:38 2014 +0100
afd1ec7
Add TrustZone (TZC-400) driver
by Harry Liebel
· Tue Apr 01 19:19:22 2014 +0100
300912d
Merge pull request #43 from danh-arm/dh/tf-issues#129
by danh-arm
· Tue Apr 22 11:02:13 2014 +0100
cc470ee
Merge pull request #44 from danh-arm/dh/tf-issues#136
by danh-arm
· Tue Apr 22 11:01:58 2014 +0100
09df037
Merge pull request #45 from danh-arm/dh/tf-issues#114
by danh-arm
· Wed Apr 16 17:20:11 2014 +0100
48a8127
Remove redundant code from bl1_plat_helpers.S
by Dan Handley
· Tue Apr 15 12:25:28 2014 +0100
5e40d83
Merge pull request #40 from athoelke/at/up-stacks-76-v2
by danh-arm
· Wed Apr 16 15:29:03 2014 +0100
65668f9
Allocate single stacks for BL1 and BL2
by Andrew Thoelke
· Thu Mar 20 10:48:23 2014 +0000
43f5679
Rename FVP "mmap" array to avoid name confusion
by Dan Handley
· Tue Apr 15 10:38:02 2014 +0100
a686542
Merge pull request #36 from athoelke/at/gc-sections-80
by danh-arm
· Tue Apr 15 09:39:47 2014 +0100
f56298a
Move console.c to pl011 specific driver location
by Dan Handley
· Mon Apr 14 17:03:01 2014 +0100
05f922b
Merge pull request #38 from sandrine-bailleux/sb/tf-issue-125
by danh-arm
· Fri Apr 11 18:39:01 2014 +0100
3fa9847
Define frequency of system counter in platform code
by Sandrine Bailleux
· Mon Mar 31 11:25:18 2014 +0100
74c1a2a
Revert "Move architecture timer setup to platform-specific code"
by Sandrine Bailleux
· Mon Mar 31 10:44:09 2014 +0100
e184c8a
Merge pull request #35 from sandrine-bailleux/sb/add-missing-include-guard
by danh-arm
· Mon Apr 07 16:49:37 2014 +0100
f64bf53
Merge pull request #34 from danh-arm/dh/new-integration-process
by danh-arm
· Fri Apr 04 17:15:20 2014 +0100
82a6e1a
Add missing #include guard in xlat_tables.h
by Sandrine Bailleux
· Thu Apr 03 13:48:04 2014 +0100
7b7312e
Update contributing.md with new integration process
by Dan Handley
· Fri Mar 28 10:49:39 2014 +0000
38bde41
Place assembler functions in separate sections
by Andrew Thoelke
· Tue Mar 18 13:46:55 2014 +0000
e01ea34
Use --gc-sections during link
by Andrew Thoelke
· Tue Mar 18 07:13:52 2014 +0000
c7f2069
Fix build failure due to a typo in TSPD code
by Achin Gupta
· Wed Mar 26 18:44:15 2014 +0000
2d3e42d
Build system: Trigger dependency checking only for build targets
by Sandrine Bailleux
· Fri Mar 21 14:17:51 2014 +0000
3ff77de
Initialise UART console in all bootloader stages
by Vikram Kanigiri
· Tue Mar 25 17:35:26 2014 +0000
52f52b4
Move console functions out of pl011.c
by Soby Mathew
· Wed Mar 12 14:52:51 2014 +0000
a08588a
Build system: Remove last traces of 'PLAT=all'
by Sandrine Bailleux
· Fri Mar 21 13:16:35 2014 +0000
1734119
Fix build by correcting asm helper function usage in TSPD
by Vikram Kanigiri
· Mon Mar 24 11:21:35 2014 +0000
4d05275
Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1
by Sandrine Bailleux
· Mon Mar 24 10:24:08 2014 +0000
9d8ba4c
Move per cpu exception stack in BL31 to tzfw_normal_stacks
by Vikram Kanigiri
· Thu Mar 20 16:27:01 2014 +0000
3b7c59b
Add standby state support in PSCI cpu_suspend api
by Vikram Kanigiri
· Fri Mar 21 11:57:10 2014 +0000
a9de1bb
Semihosting: Fix file mode to load binaries on Windows
by Sandrine Bailleux
· Thu Mar 20 15:51:02 2014 +0000
78a6e0c
Remove partially qualified asm helper functions
by Vikram Kanigiri
· Tue Mar 11 17:41:00 2014 +0000
ca0aeb7
Fix the disable_mmu code
by Vikram Kanigiri
· Thu Mar 20 12:23:21 2014 +0000
a3a936e
TSP: Make the platform-specific makefile mandatory
by Sandrine Bailleux
· Thu Mar 13 14:48:31 2014 +0000
0c51e07
Fix file_to_uuid() function
by Sandrine Bailleux
· Wed Mar 19 16:03:48 2014 +0000
fce7a7d
FIP tool: Fix error message for missing FIP filename
by Sandrine Bailleux
· Wed Mar 19 13:39:52 2014 +0000
8c60fee
FIP tool: Add support for '--help' option.
by Sandrine Bailleux
· Wed Mar 19 13:21:42 2014 +0000
29e5442
FIP tool: Small optimisation for option parsing
by Sandrine Bailleux
· Wed Mar 19 13:09:54 2014 +0000
be87cfc
Rework bakery lock with WFE/SEV sequence
by Jeenu Viswambharan
· Thu Mar 13 11:16:25 2014 +0000
2a30a75
Specify image entry in linker script
by Jeenu Viswambharan
· Tue Mar 11 11:06:45 2014 +0000
df1ddb5
Implement standard calls for TSP
by Jeenu Viswambharan
· Fri Feb 28 11:23:35 2014 +0000
1814a3e
Implement ARM Standard Service
by Jeenu Viswambharan
· Fri Feb 28 10:08:33 2014 +0000
5741894
Move architecture timer setup to platform-specific code
by Jeenu Viswambharan
· Tue Jan 07 10:21:18 2014 +0000
7c151c4
Remove unused 'CPU present' flag
by Jeenu Viswambharan
· Tue Jan 07 10:20:48 2014 +0000
5ac51a0
Remove change log instructions from contribution.md
by Dan Handley
· Tue Mar 04 11:51:32 2014 +0000
87274c4
bl_common: add image_size()
by Ryan Harkin
· Tue Feb 04 11:43:57 2014 +0000
1bf80fc
fvp: plat_io_storage: remove duplicated code
by Ryan Harkin
· Tue Feb 18 17:40:24 2014 +0000
Next »