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
Age
Commit message (
Expand
)
Author
2015-04-04
arm64: make secmon link with the manual template
Aaron Durbin
2015-04-03
program loading: unify on struct prog
Aaron Durbin
2015-04-03
program loading: add prog_run() function
Aaron Durbin
2015-04-03
program loading: introduce struct prog
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
arch/arm64: Drop extra comment
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: 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: Adapt stage_entry to make it usable by secmon
Furquan Shaikh
2015-03-28
arm64: initialize SCR_EL3 on all CPUs
Aaron Durbin
2015-03-28
arm64: initialize GIC for each CPU
Aaron Durbin
2015-03-28
arm64: Switch to EL2 for libpayload jump
Furquan Shaikh
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: Reinit free_idx to 1 in mmu_init
Furquan Shaikh
2015-03-28
arm64: check for NULL bus on DEVICE_PATH_CPU_CLUSTER devices
Aaron Durbin
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-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: remove printk() before console_init()
Aaron Durbin
2015-03-27
arm64: update cpu.c license
Aaron Durbin
2015-03-27
arm64: add midr_el1 accessor function
Aaron Durbin
2015-03-27
arm64: remove _stack and _estack symbols in linker script
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: add indirection to C entry point
Aaron Durbin
2015-03-27
arm64: move seeding stack to C
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 config options for exception level startup
Aaron Durbin
2015-03-27
arm64: implement cpu_info() correctly
Aaron Durbin
2015-03-27
arm64: add smp_processor_id() declaration
Aaron Durbin
2015-03-27
arm64: clean up ramstage.ld
Aaron Durbin
2015-03-27
arm64: Make exceptions work
Furquan Shaikh
2015-03-27
arm64: Initialize exception stack
Furquan Shaikh
2015-03-26
arm64: Seed the stack at stage_entry
Furquan Shaikh
2015-03-26
arm64: handle non-cacheable normal memory
Aaron Durbin
2015-03-20
bootblocks: use run_romstage()
Aaron Durbin
2015-03-20
loaders: add program_loading.h header file
Aaron Durbin
2015-03-18
bootstate: use structure pointers for scheduling callbacks
Aaron Durbin
2015-03-17
rmodules: Make rmodules inclusion for vboot dependent on romstage_arch
Furquan Shaikh
2015-03-17
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2015-03-13
coreboot arm64: Add int constants to stdint.h
Furquan Shaikh
2015-03-13
armv8: Add mmu support
Furquan Shaikh
2015-03-13
armv8: correct dcache line size calculation
Aaron Durbin
2015-03-05
arm64: provide early SoC initialization
Aaron Durbin
2015-03-05
coreboot arm64: Add proper masks for setting SCTLR and SCR regs to 0 at init
Furquan Shaikh
2015-03-04
arm64: Set 16 byte alignment and ramstage start address
Aaron Durbin
2015-03-04
arm64: remove assembly code string functions
Aaron Durbin
2015-03-04
arm64: use one stage_entry for all stages
Aaron Durbin
2015-03-04
arm64: ensure vital sections aren't garbage collected
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-25
arm64: Remove early_console.c
Marc Jones
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 and enhance pre-RAM support
Kyösti Mälkki
2015-01-27
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2015-01-27
CBMEM: Implement cbmem_run_init_hooks() stub
Kyösti Mälkki
2015-01-27
vboot2: add verstage
Stefan Reinauer
2015-01-26
arm64: Prepare ARM64 for building
Marc Jones
2015-01-03
ARM64: Always has DYNAMIC_CBMEM
Kyösti Mälkki
2014-12-02
Replace hlt with halt()
Patrick Georgi
2014-11-30
Unify remaining binutils invocations
Patrick Georgi
2014-09-23
coreboot arm64: Add support for arm64 into coreboot framework
Furquan Shaikh
[prev]