index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm64
/
armv8
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: mmu: Prevent CPU prefetch instructions from device memory
Jimmy Huang
2015-09-28
1
-0
/
+1
*
arm64: declare do_dcsw_op as function
Jimmy Huang
2015-08-28
1
-1
/
+2
*
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
Martin Roth
2015-07-12
1
-1
/
+1
*
arm64: Print sp value when dumping registers for exception
Furquan Shaikh
2015-07-09
1
-0
/
+1
*
arm64: correct cacheable/non-cacheable tag string in print_tag
Jimmy Huang
2015-06-02
1
-2
/
+2
*
arm64: Guard prints in mmu.c
Furquan Shaikh
2015-06-02
1
-3
/
+6
*
arm64: Decouple MMU functions from memranges
Julius Werner
2015-06-02
1
-94
/
+75
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
17
-28
/
+17
*
arm64: Reorganize payload entry code and related Kconfigs
Julius Werner
2015-05-19
2
-3
/
+3
*
arm64: psci: add cpu_suspend support
Joseph Lo
2015-05-18
1
-2
/
+131
*
cache: Add arch_program_segment_loaded call to arm and arm64
Furquan Shaikh
2015-05-11
1
-0
/
+12
*
vboot: split class in library and stage
Patrick Georgi
2015-04-30
1
-0
/
+2
*
arch/arm64: update mmu translation table granule size, logic and macros
Jimmy Huang
2015-04-27
1
-10
/
+23
*
arm64: introduce data cache ops by set/way to the level specified
Joseph Lo
2015-04-27
5
-59
/
+133
*
armv8/secmon: Disable and Enable GIC in PSCI path
Furquan Shaikh
2015-04-22
2
-0
/
+5
*
armv8/secmon: Correct PSCI function ids
Furquan Shaikh
2015-04-22
1
-2
/
+7
*
armv8/secmon: Correct names for SMC macros
Furquan Shaikh
2015-04-22
1
-6
/
+8
*
arm64: save and restore cntfrq for secondary cpus
Jimmy Huang
2015-04-22
1
-0
/
+15
*
arm64: Correct shareability option for normal memory
Furquan Shaikh
2015-04-22
1
-0
/
+1
*
arm64: provide icache_invalidate_all()
Aaron Durbin
2015-04-22
2
-3
/
+4
*
arm64: Add support for save/restore registers for CPU startup.
Furquan Shaikh
2015-04-10
1
-37
/
+3
*
arm64: Add function for reading TCR register at current EL
Furquan Shaikh
2015-04-10
1
-0
/
+28
*
arm64: psci: actually inform SoC layer of CPU_ON entry
Aaron Durbin
2015-04-10
1
-0
/
+3
*
arm64: Implement PSCI command support
Aaron Durbin
2015-04-10
1
-10
/
+66
*
arm64: secmon: add entry point for turned on CPUs
Aaron Durbin
2015-04-10
3
-20
/
+87
*
arm64: secmon: pass online CPUs to secmon
Aaron Durbin
2015-04-10
2
-16
/
+6
*
arm64: psci: use struct cpu_action to track startup entry
Aaron Durbin
2015-04-10
2
-10
/
+17
*
arm64: secmon: prepare for passing more state into secmon
Aaron Durbin
2015-04-10
2
-28
/
+37
*
arm64: secmon: wait for all CPUs to enter secmon
Aaron Durbin
2015-04-10
1
-0
/
+21
*
arm64: secmon: direct non-BSP cpus to start before BSP
Aaron Durbin
2015-04-09
1
-1
/
+4
*
arm64: psci: add node hierarchy
Aaron Durbin
2015-04-09
3
-83
/
+398
*
arm64: add malloc support to secmon
Aaron Durbin
2015-04-09
1
-1
/
+1
*
arm64: Add verstage support
Furquan Shaikh
2015-04-07
2
-0
/
+18
*
arm64: make secmon link with the manual template
Aaron Durbin
2015-04-04
1
-10
/
+10
*
Clean up architecture-specific Kconfigs
Julius Werner
2015-04-02
1
-3
/
+2
*
build system: extend src-to-obj for non-.c/.S files
Patrick Georgi
2015-04-02
1
-1
/
+1
*
build system: provide generic compiler flag variables
Patrick Georgi
2015-03-30
1
-2
/
+1
*
armv8/secmon: SECMON_SRC is really SECMON_BIN
Patrick Georgi
2015-03-28
1
-4
/
+4
*
arm64: remove EL and mode from secmon_params
Aaron Durbin
2015-03-28
1
-4
/
+0
*
arm64: add psci support to secmon
Aaron Durbin
2015-03-28
3
-15
/
+214
*
arm64: Provide secmon trampoline for restart
Aaron Durbin
2015-03-28
4
-0
/
+91
*
arm64: fix smc bugs in secmon
Aaron Durbin
2015-03-28
1
-5
/
+5
*
arm64: add smc layer to secmon
Aaron Durbin
2015-03-28
3
-16
/
+163
*
arm64: initialize secmon environment
Aaron Durbin
2015-03-28
3
-20
/
+43
*
arm64: exception handler registration
Aaron Durbin
2015-03-28
1
-67
/
+124
*
arm64: add spin table support
Aaron Durbin
2015-03-28
1
-16
/
+53
*
arm64: Add support for secure monitor
Furquan Shaikh
2015-03-28
5
-0
/
+252
*
arm64: Make exceptions use the transition library
Furquan Shaikh
2015-03-28
3
-146
/
+24
*
arm64: Reinit free_idx to 1 in mmu_init
Furquan Shaikh
2015-03-28
1
-2
/
+2
*
arm64: Replace CONFIG_* variables with {read/write}_current
Furquan Shaikh
2015-03-28
1
-12
/
+0
[next]