index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm64
/
armv8
Age
Commit message (
Expand
)
Author
2020-08-24
src/arch: Drop unneeded empty lines
Elyes HAOUAS
2020-06-02
src: Remove redundant includes
Elyes HAOUAS
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-03-10
src: Remove unneeded 'include <arch/cache.h>'
Elyes HAOUAS
2020-03-06
src/arch/arm64: Convert to SPDX license header
Patrick Georgi
2019-12-19
src/arch: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-05
arm64: Print a char to UART early in exception handler
Julius Werner
2019-12-05
arm64: Bump exception stack size to 2KB
Julius Werner
2019-12-05
arm64: Correctly unmask asynchronous SError interrupts
Julius Werner
2019-08-29
arch/arm64: Make ARM64 stages select ARCH_ARM64
Arthur Heymans
2019-08-26
AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file
Martin Roth
2019-06-17
arm64: make comment match code
Marty E. Plummer
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
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
[next]