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
Age
Commit message (
Expand
)
Author
2015-04-08
arm: Dump additional fault registers in abort handlers
Julius Werner
2015-04-08
arm: Add timestamp.c to bootblock and verstage
Furquan Shaikh
2015-04-08
armv7: Change all memory domains to Client so XN bits work
Julius Werner
2015-04-08
armv7: Add fine-grained page table support
Julius Werner
2015-04-07
armv4: correct ARMV4 VERSTAGE guard
Aaron Durbin
2015-04-07
mips: add c0 register access plumbing
Vadim Bendebury
2015-04-07
arm: Include types.h in clock.h
Patrick Georgi
2015-04-07
arm64: Add verstage support
Furquan Shaikh
2015-04-07
kconfig: drop intermittend forwarder files
Stefan Reinauer
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
build system: run linker scripts through the preprocessor
Patrick Georgi
2015-04-06
arch/arm64/boot.c: Only return if condition is met
Paul Menzel
2015-04-05
acpi: protect acpi generators from PRE_RAM & SMM
Alexander Couzens
2015-04-04
build system: rename __BOOT_BLOCK__ and __VER_STAGE__
Patrick Georgi
2015-04-04
build system x86: deprecate bootblock_lds and ldscripts variables
Patrick Georgi
2015-04-04
build system: use full (in-tree) paths
Patrick Georgi
2015-04-04
arm64: make secmon link with the manual template
Aaron Durbin
2015-04-04
armv4: Add verstage to armv4
Furquan Shaikh
2015-04-04
armv7: Add config option guard for verstage class
Furquan Shaikh
2015-04-04
x86: rename ldscript_failover.ld to failover.ld
Patrick Georgi
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-04-02
mips: do not place branch instructions in branch delay slot
Vadim Bendebury
2015-04-02
arm: Prevent compilation of old, experimental SMP support
Julius Werner
2015-04-02
smbios: add a family id in smbios type1 family
Kane Chen
2015-04-01
x86: set smbios rom size based on CONFIG_ROM_SIZE
Aaron Durbin
2015-03-31
cbfs: add cbfs_serialized.h header file
Aaron Durbin
2015-03-31
mips: don't open code romstage loading
Aaron Durbin
2015-03-30
mips: bring payload execution to current standards
Patrick Georgi
2015-03-30
mips: fix write_table
Patrick Georgi
2015-03-30
imgtec/pistachio: Bring uart driver to modern standards
Patrick Georgi
2015-03-30
mips: Simplify architecture specific Makefile.inc
Patrick Georgi
2015-03-30
build system: provide generic compiler flag variables
Patrick Georgi
2015-03-30
build system: rename mips/bootblock.inc to mips/bootblock.S
Patrick Georgi
2015-03-29
mips: add verstage configuration
Patrick Georgi
2015-03-29
arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make public
Timothy Pearson
2015-03-29
arch/x86/boot/smbios: Add additional SMBIOS defines and enums
Timothy Pearson
2015-03-28
armv8/secmon: SECMON_SRC is really SECMON_BIN
Patrick Georgi
2015-03-28
arch/x86: Guard option table specific rules with HAVE_OPTION_TABLE
Patrick Georgi
2015-03-28
build system: normalize linker script file names
Patrick Georgi
2015-03-28
arch/arm64: Drop extra comment
Patrick Georgi
2015-03-28
arch/arm: drop extra comment
Patrick Georgi
2015-03-28
mips: fix API expectations that break builds
Aaron Durbin
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
smbios: add funtion for smbios type17
Kane Chen
2015-03-27
mips: Remove superfluous menu entry
Patrick Georgi
2015-03-27
arm64: remove soc_secondary_cpu_init()
Aaron Durbin
2015-03-27
armv4: Build in SMP settings with non-SMP armv4 CPUs
Patrick Georgi
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
[next]