index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
2015-09-09
rmodule: use program.ld for linking
Aaron Durbin
2015-09-07
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-08-28
arm64: declare do_dcsw_op as function
Jimmy Huang
2015-07-29
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
Julius Werner
2015-07-13
arm64: Define stage_entry as weak symbol
Furquan Shaikh
2015-07-13
arm64/a57: Move cortex_a57.h under include directory
Furquan Shaikh
2015-06-09
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-06-02
arm64: Decouple MMU functions from memranges
Julius Werner
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-19
arm64: Make SPSR exception masking on EL2 transition explicit
Julius Werner
2015-05-19
arm64: Add support for using ARM Trusted Firmware as secure monitor
Julius Werner
2015-05-19
arm64: Reorganize payload entry code and related Kconfigs
Julius Werner
2015-05-19
arm64: Reorganize payload entry code and related Kconfigs
Julius Werner
2015-05-18
arm64: psci: add cpu_suspend support
Joseph Lo
2015-04-27
arch/arm64: update mmu translation table granule size, logic and macros
Jimmy Huang
2015-04-27
arm64: save/restore cptr_el3 and cpacr_el1 registers
Joseph Lo
2015-04-27
arm64: implement CPU power down sequence as per A57/A53/A72 TRM
Joseph Lo
2015-04-27
arm64: introduce data cache ops by set/way to the level specified
Joseph Lo
2015-04-22
armv8/secmon: Correct PSCI function ids
Furquan Shaikh
2015-04-22
arm64: save and restore cntfrq for secondary cpus
Jimmy Huang
2015-04-22
arm64: add arm64_arch_timer_init function
Joseph Lo
2015-04-22
arm64: Correct shareability option for normal memory
Furquan Shaikh
2015-04-22
arch/arm64: allow floating-point registers access
Yen Lin
2015-04-22
arm64: provide icache_invalidate_all()
Aaron Durbin
2015-04-21
Unify byte order macros and clrsetbits
Julius Werner
2015-04-21
arm(64): Change write32() argument order to match x86
Julius Werner
2015-04-10
arm64: Add support for save/restore registers for CPU startup.
Furquan Shaikh
2015-04-10
arm64: Add macro to invalidate stage 1 TLB entries at current EL
Furquan Shaikh
2015-04-10
arm64: Add conditional read/write from/to EL3 assembly macros.
Furquan Shaikh
2015-04-10
arm64: Add function for reading TCR register at current EL
Furquan Shaikh
2015-04-10
arm64: Implement PSCI command support
Aaron Durbin
2015-04-10
arm64: secmon: add entry point for turned on CPUs
Aaron Durbin
2015-04-10
arm64: secmon: pass online CPUs to secmon
Aaron Durbin
2015-04-10
arm64: psci: use struct cpu_action to track startup entry
Aaron Durbin
2015-04-10
arm64: secmon: prepare for passing more state into secmon
Aaron Durbin
2015-04-09
arm64: psci: add node hierarchy
Aaron Durbin
2015-04-09
arm64: add mpidr field to cpu_info struct
Aaron Durbin
2015-04-07
arm: Include types.h in clock.h
Patrick Georgi
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-03-28
arm64: remove EL and mode from secmon_params
Aaron Durbin
2015-03-28
arm64: add psci support to secmon
Aaron Durbin
2015-03-28
arm64: add smc layer to secmon
Aaron Durbin
2015-03-28
arm64: provide entry points for BSP and non-BSP
Aaron Durbin
2015-03-28
arm64: split cpu.c
Aaron Durbin
2015-03-28
arm64: exception handler registration
Aaron Durbin
2015-03-28
arm64: add spin table support
Aaron Durbin
2015-03-28
arm64: add cpu_is_bsp() concept
Aaron Durbin
2015-03-28
arm64: provide run on all cpu but self semantics
Aaron Durbin
2015-03-28
arm64: Add support for secure monitor
Furquan Shaikh
2015-03-28
arm64: initialize SCR_EL3 on all CPUs
Aaron Durbin
2015-03-28
arm64: Make exceptions use the transition library
Furquan Shaikh
2015-03-28
arm64: Add support for transition library
Furquan Shaikh
2015-03-28
arm64: Add useful macro definitions for register bits
Furquan Shaikh
2015-03-28
arm64 libhelpers: Add helper functions for writing sp_elx
Furquan Shaikh
2015-03-28
arm64 libhelpers: Add helper functions with el argument
Furquan Shaikh
2015-03-28
arm64: Add support for read and write registers at current EL in assembly
Furquan Shaikh
2015-03-27
arm64: remove soc_secondary_cpu_init()
Aaron Durbin
2015-03-27
arm64: add devicetree based CPU startup
Aaron Durbin
2015-03-27
arm64: split cpu.h header
Aaron Durbin
2015-03-27
arm64: add spinlock implementation
Aaron Durbin
2015-03-27
arm64: move spinlock.h to proper place
Aaron Durbin
2015-03-27
arm64: add more barrier support
Aaron Durbin
2015-03-27
arm64: add midr_el1 accessor function
Aaron Durbin
2015-03-27
arm64: provide API for coordinating secondary CPU bringup
Aaron Durbin
2015-03-27
arm64: add exception_hwinit()
Aaron Durbin
2015-03-27
arm64: make mmu_enable() use previous ttb from mmu_init()
Aaron Durbin
2015-03-27
arm64: include stack storage within ramstage
Aaron Durbin
2015-03-27
arm64: refactor stage entry
Aaron Durbin
2015-03-27
arm64: add smp_processor_id() declaration
Aaron Durbin
2015-03-27
arm64: Make exceptions work
Furquan Shaikh
2015-03-26
arm64: handle non-cacheable normal memory
Aaron Durbin
2015-03-13
coreboot arm64: Add int constants to stdint.h
Furquan Shaikh
2015-03-13
armv8: Add mmu support
Furquan Shaikh
2015-03-05
arm64: provide early SoC initialization
Aaron Durbin
2015-03-04
arm64: use one stage_entry for all stages
Aaron Durbin
2015-03-02
coreboot arm64: Correct cache function names
Furquan Shaikh
2015-03-02
coreboot arm: Define function for setting cntfrq register
Furquan Shaikh
2015-02-25
coreboot arm64: Add library for system access
Furquan Shaikh
2015-02-14
arm64: Cleanup arch io header files
Furquan Shaikh
2015-02-02
src/arch/*/include/stdint.h: Provide definitions for bool type
Alexandru Gagniuc
2015-01-27
CBMEM: Tidy up CAR migration
Kyösti Mälkki
2015-01-27
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2015-01-26
arm64: Prepare ARM64 for building
Marc Jones
2014-09-23
coreboot arm64: Add support for arm64 into coreboot framework
Furquan Shaikh