Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
c9bac9c46e16886780e6c22bad47c4ef7640fac7
/
bl31
/
aarch64
f4119ec
Miscellaneous doc fixes for v1.2
by Sandrine Bailleux
· Thu Dec 17 13:58:58 2015 +0000
7d19941
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· Mon Dec 14 09:35:25 2015 +0000
6c0566c
Move context management code to common location
by Yatharth Kochar
· Fri Oct 02 17:56:48 2015 +0100
e77e116
Fix issue in Floating point register restore
by Soby Mathew
· Thu Dec 03 09:42:50 2015 +0000
8f67649
Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpu
by danh-arm
· Tue Dec 01 19:02:24 2015 +0000
b21b02f
Introduce COLD_BOOT_SINGLE_CPU build option
by Sandrine Bailleux
· Fri Oct 30 15:05:17 2015 +0000
c5204fa
Remove the IMF_READ_INTERRUPT_ID build option
by Soby Mathew
· Tue Oct 27 10:01:06 2015 +0000
e9c4a64
Make generic code work in presence of system caches
by Achin Gupta
· Fri Sep 11 16:03:13 2015 +0100
3700a92
PSCI: Migrate TF to the new platform API and CM helpers
by Soby Mathew
· Mon Jul 13 11:21:11 2015 +0100
9ccbc03
Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1
by danh-arm
· Wed Jun 24 11:23:33 2015 +0100
449dbd5
Introduce PROGRAMMABLE_RESET_ADDRESS build option
by Sandrine Bailleux
· Tue Jun 02 17:19:43 2015 +0100
acde8b0
Rationalize reset handling code
by Sandrine Bailleux
· Tue May 19 11:54:45 2015 +0100
979992e
Fix handling of spurious interrupts in BL3_1
by Achin Gupta
· Wed May 13 17:57:18 2015 +0100
a877c25
Add support to indicate size and end of assembly functions
by Kévin Petit
· Tue Mar 24 14:03:57 2015 +0000
9b38fc8
Initialise cpu ops after enabling data cache
by Vikram Kanigiri
· Thu Jan 29 18:27:38 2015 +0000
36433d1
Call reset handlers upon BL3-1 entry.
by Yatharth Kochar
· Thu Nov 20 18:09:41 2014 +0000
2ae2043
Remove coherent memory from the BL memory maps
by Soby Mathew
· Thu Jan 08 18:02:44 2015 +0000
046cd3f
Miscellaneous documentation fixes
by Sandrine Bailleux
· Wed Aug 06 11:27:23 2014 +0100
38b4bc9
Add CPU specific crash reporting handlers
by Soby Mathew
· Thu Aug 14 13:36:41 2014 +0100
8e2f287
Add CPU specific power management operations
by Soby Mathew
· Thu Aug 14 12:49:05 2014 +0100
c704cbc
Introduce framework for CPU specific operations
by Soby Mathew
· Thu Aug 14 11:33:56 2014 +0100
ed1744e
Unmask SError interrupt and clear SCR_EL3.EA bit
by Achin Gupta
· Mon Aug 04 23:13:10 2014 +0100
534ae7f
Merge pull request #179 from jcastillo-arm/jc/tf-issues/219
by danh-arm
· Mon Aug 04 10:34:18 2014 +0100
b3dbeb0
Call platform_is_primary_cpu() only from reset handler
by Juan Castillo
· Wed Jul 16 15:53:43 2014 +0100
2ed46e9
Optimize EL3 register state stored in cpu_context structure
by Soby Mathew
· Fri Jul 04 16:02:26 2014 +0100
45c31c4
Merge pull request #172 from soby-mathew/sm/asm_assert
by danh-arm
· Mon Jul 28 14:28:40 2014 +0100
0da9593
Add CPUECTLR_EL1 and Snoop Control register to crash reporting
by Soby Mathew
· Wed Jul 16 09:23:52 2014 +0100
c1adbbc
Rework the crash reporting in BL3-1 to use less stack
by Soby Mathew
· Wed Jun 25 10:07:40 2014 +0100
9f09835
Simplify management of SCTLR_EL3 and SCTLR_EL1
by Achin Gupta
· Fri Jul 18 18:38:28 2014 +0100
e1aa516
Remove coherent stack usage from the warm boot path
by Achin Gupta
· Thu Jun 26 09:58:52 2014 +0100
f4a9709
Remove coherent stack usage from the cold boot path
by Achin Gupta
· Wed Jun 25 19:26:22 2014 +0100
258e94f
Allow FP register context to be optional at build time
by Juan Castillo
· Wed Jun 25 17:26:36 2014 +0100
f268c72
Merge pull request #151 from vikramkanigiri/vk/t133-code-readability
by Andrew Thoelke
· Fri Jun 27 14:10:04 2014 +0100
cf79bf5
Simplify entry point information generation code on FVP
by Vikram Kanigiri
· Mon Jun 02 14:59:00 2014 +0100
4e12607
Initialise CPU contexts from entry_point_info
by Andrew Thoelke
· Wed Jun 04 21:10:52 2014 +0100
4d2d553
Remove early_exceptions from BL3-1
by Andrew Thoelke
· Mon Jun 02 12:38:12 2014 +0100
8c28fe0
Per-cpu data cache restructuring
by Andrew Thoelke
· Mon Jun 02 11:40:35 2014 +0100
e385767
Merge pull request #133 from athoelke/at/crash-reporting-opt
by danh-arm
· Mon Jun 16 12:45:08 2014 +0100
385f4d4
Make the BL3-1 crash reporting optional
by Andrew Thoelke
· Tue Jun 03 11:50:53 2014 +0100
af1ef2b
Include 'platform_def.h' header file in 'crash_reporting.S'
by Sandrine Bailleux
· Tue May 27 15:46:07 2014 +0100
93c89ec
Fix compilation issue for IMF_READ_INTERRUPT_ID build flag
by Soby Mathew
· Wed May 28 17:14:36 2014 +0100
799f0ab
Pass 'cookie' parameter to interrupt handler in BL3-1
by Soby Mathew
· Tue May 27 16:54:31 2014 +0100
701fea7
Further renames of platform porting functions
by Dan Handley
· Tue May 27 16:17:21 2014 +0100
ed6ff95
Split platform.h into separate headers
by Dan Handley
· Wed May 14 17:44:19 2014 +0100
9cf2bb7
Introduce interrupt handling framework in BL3-1
by Achin Gupta
· Fri May 09 11:07:09 2014 +0100
9637745
Add support for BL3-1 as a reset vector
by Vikram Kanigiri
· Thu Apr 24 11:02:16 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
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
5e5c207
Rework BL3-1 unhandled exception handling and reporting
by Soby Mathew
· Mon Apr 07 15:28:55 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
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
f977ed8
Access system registers directly in assembler
by Andrew Thoelke
· Mon Apr 28 12:32:02 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
2bd4ef2
Reduce deep nesting of header files
by Dan Handley
· Wed Apr 09 13:14:54 2014 +0100
714a0d2
Make use of user/system includes more consistent
by Dan Handley
· Wed Apr 09 13:13:04 2014 +0100
65668f9
Allocate single stacks for BL1 and BL2
by Andrew Thoelke
· Thu Mar 20 10:48:23 2014 +0000
a686542
Merge pull request #36 from athoelke/at/gc-sections-80
by danh-arm
· Tue Apr 15 09:39:47 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
38bde41
Place assembler functions in separate sections
by Andrew Thoelke
· Tue Mar 18 13:46:55 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
78a6e0c
Remove partially qualified asm helper functions
by Vikram Kanigiri
· Tue Mar 11 17:41:00 2014 +0000
5741894
Move architecture timer setup to platform-specific code
by Jeenu Viswambharan
· Tue Jan 07 10:21:18 2014 +0000
35ca351
Add support for BL3-2 in BL3-1
by Achin Gupta
· Wed Feb 19 17:58:33 2014 +0000
e4d084e
Rework BL2 to BL3-1 hand over interface
by Achin Gupta
· Wed Feb 19 17:18:23 2014 +0000
a7934d6
Add exception vector guards
by Jeenu Viswambharan
· Fri Feb 07 15:53:18 2014 +0000
caa8493
Add support for handling runtime service requests
by Jeenu Viswambharan
· Thu Feb 06 10:36:15 2014 +0000
07f4e07
Introduce new exception handling framework
by Achin Gupta
· Sun Feb 02 12:02:23 2014 +0000
9ac63c5
Add helper library for cpu context management
by Achin Gupta
· Thu Jan 16 12:08:03 2014 +0000
b739f22
Setup VBAR_EL3 incrementally
by Achin Gupta
· Sat Jan 18 16:50:09 2014 +0000
3a4cae0
Change comments in assembler files to help ctags
by Jeenu Viswambharan
· Thu Jan 16 17:30:39 2014 +0000
4f60368
Do not trap access to floating point registers
by Harry Liebel
· Tue Jan 14 18:11:48 2014 +0000
e83b0ca
Update year in copyright text to 2014
by Dan Handley
· Tue Jan 14 18:17:09 2014 +0000
93ca221
Make BL31's ns_entry_info a single-cpu area
by Sandrine Bailleux
· Mon Dec 02 15:57:09 2013 +0000
ba6980a
Move RUN_IMAGE constant from bl1.h to bl_common.h
by Sandrine Bailleux
· Mon Dec 02 15:41:25 2013 +0000
4a826dd
rework general purpose registers save and restore
by Achin Gupta
· Mon Nov 25 14:00:56 2013 +0000
ab2d31e
Enable third party contributions
by Dan Handley
· Mon Dec 02 19:25:12 2013 +0000
65f546a
Properly initialise the C runtime environment
by Sandrine Bailleux
· Thu Nov 28 09:43:06 2013 +0000
8d69a03
Various improvements/cleanups on the linker scripts
by Sandrine Bailleux
· Wed Nov 27 09:38:52 2013 +0000
3738274
Unmask SError and Debug exceptions.
by Sandrine Bailleux
· Mon Nov 18 17:26:59 2013 +0000
c10bd2c
Move generic architectural setup out of blx_plat_arch_setup().
by Sandrine Bailleux
· Tue Nov 12 16:41:16 2013 +0000
4f6ad66
ARMv8 Trusted Firmware release v0.2
by Achin Gupta
· Fri Oct 25 09:08:21 2013 +0100