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
/
armv8
Age
Commit message (
Expand
)
Author
2018-08-13
arm64: mmu: Spot check security state for TTB mapping
Julius Werner
2018-08-10
arm64: Turn architectural register accessors into inline functions
Julius Werner
2018-08-10
arm64: Drop checks for current exception level, hardcode EL3 assumption
Julius Werner
2018-08-10
arm64: Remove set_cntfrq() function
Julius Werner
2018-08-07
arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)
Julius Werner
2018-06-26
arm64: Reimplement mmu_disable() in assembly
Julius Werner
2018-05-22
Introduce bootblock self-decompression
Julius Werner
2018-04-30
arm64: Add ARCH Timer
T Michael Turney
2018-04-30
arm64: Add mmu context save/restore APIs
T Michael Turney
2018-03-23
arch/arm64/armv8/mmu: Add support for 48bit VA
Patrick Rudolph
2018-02-12
armv8: Allow for ARMv8 extensions to be chosen
David Hendricks
2017-06-02
arch/arm: Correct checkpatch errors
Logan Carlson
2017-05-30
arm64: Align cache maintenance code with libpayload and ARM32
Julius Werner
2017-05-16
arch/arm64: Use variables of the right size for msr/mrs opcodes
Patrick Georgi
2017-03-28
Remove libverstage as separate library and source file class
Julius Werner
2016-05-24
arm64: Add stack dump to exception handler
Julius Werner
2016-02-10
arch/arm64: mmu: Spot check TTB memory attributes
Julius Werner
2015-12-03
arch/arm64: introduce mmu to bootblock and romstage
Jimmy Huang
2015-11-17
arm64: tegra132: tegra210: Remove old arm64/stage_entry.S
Julius Werner
2015-11-17
rules.h: Add ENV_ macros to detect current architecture
Julius Werner
2015-11-16
arm64: Implement generic stage transitions for non-Tegra SoCs
Julius Werner
2015-11-11
arm/arm64: Generalize bootblock C entry point
Julius Werner
2015-11-11
arm64: mmu: Make page table manipulation work across stages
Julius Werner
2015-11-07
arm64: remove secmon
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-28
arm64: mmu: Prevent CPU prefetch instructions from device memory
Jimmy Huang
2015-08-28
arm64: declare do_dcsw_op as function
Jimmy Huang
2015-07-12
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
Martin Roth
2015-07-09
arm64: Print sp value when dumping registers for exception
Furquan Shaikh
2015-06-02
arm64: correct cacheable/non-cacheable tag string in print_tag
Jimmy Huang
2015-06-02
arm64: Guard prints in mmu.c
Furquan Shaikh
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: Reorganize payload entry code and related Kconfigs
Julius Werner
2015-05-18
arm64: psci: add cpu_suspend support
Joseph Lo
2015-05-11
cache: Add arch_program_segment_loaded call to arm and arm64
Furquan Shaikh
2015-04-30
vboot: split class in library and stage
Patrick Georgi
2015-04-27
arch/arm64: update mmu translation table granule size, logic and macros
Jimmy Huang
2015-04-27
arm64: introduce data cache ops by set/way to the level specified
Joseph Lo
2015-04-22
armv8/secmon: Disable and Enable GIC in PSCI path
Furquan Shaikh
2015-04-22
armv8/secmon: Correct PSCI function ids
Furquan Shaikh
2015-04-22
armv8/secmon: Correct names for SMC macros
Furquan Shaikh
2015-04-22
arm64: save and restore cntfrq for secondary cpus
Jimmy Huang
2015-04-22
arm64: Correct shareability option for normal memory
Furquan Shaikh
2015-04-22
arm64: provide icache_invalidate_all()
Aaron Durbin
2015-04-10
arm64: Add support for save/restore registers for CPU startup.
Furquan Shaikh
2015-04-10
arm64: Add function for reading TCR register at current EL
Furquan Shaikh
2015-04-10
arm64: psci: actually inform SoC layer of CPU_ON entry
Aaron Durbin
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-10
arm64: secmon: wait for all CPUs to enter secmon
Aaron Durbin
2015-04-09
arm64: secmon: direct non-BSP cpus to start before BSP
Aaron Durbin
2015-04-09
arm64: psci: add node hierarchy
Aaron Durbin
2015-04-09
arm64: add malloc support to secmon
Aaron Durbin
2015-04-07
arm64: Add verstage support
Furquan Shaikh
2015-04-04
arm64: make secmon link with the manual template
Aaron Durbin
2015-04-02
Clean up architecture-specific Kconfigs
Julius Werner
2015-04-02
build system: extend src-to-obj for non-.c/.S files
Patrick Georgi
2015-03-30
build system: provide generic compiler flag variables
Patrick Georgi
2015-03-28
armv8/secmon: SECMON_SRC is really SECMON_BIN
Patrick Georgi
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: Provide secmon trampoline for restart
Aaron Durbin
2015-03-28
arm64: fix smc bugs in secmon
Aaron Durbin
2015-03-28
arm64: add smc layer to secmon
Aaron Durbin
2015-03-28
arm64: initialize secmon environment
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 support for secure monitor
Furquan Shaikh
2015-03-28
arm64: Make exceptions use the transition library
Furquan Shaikh
2015-03-28
arm64: Reinit free_idx to 1 in mmu_init
Furquan Shaikh
2015-03-28
arm64: Replace CONFIG_* variables with {read/write}_current
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-27
arm64: add more barrier support
Aaron Durbin
2015-03-27
arm64: remove printk() before console_init()
Aaron Durbin
2015-03-27
arm64: add midr_el1 accessor function
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: add config options for exception level startup
Aaron Durbin
2015-03-27
arm64: Make exceptions work
Furquan Shaikh
2015-03-26
arm64: handle non-cacheable normal memory
Aaron Durbin
2015-03-20
bootblocks: use run_romstage()
Aaron Durbin
2015-03-17
rmodules: Make rmodules inclusion for vboot dependent on romstage_arch
Furquan Shaikh
2015-03-13
armv8: Add mmu support
Furquan Shaikh
2015-03-13
armv8: correct dcache line size calculation
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-01-27
vboot2: add verstage
Stefan Reinauer
2015-01-26
arm64: Prepare ARM64 for building
Marc Jones
2014-12-02
Replace hlt with halt()
Patrick Georgi
2014-09-23
coreboot arm64: Add support for arm64 into coreboot framework
Furquan Shaikh