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
/
arm
/
include
Age
Commit message (
Expand
)
Author
2015-04-17
rk3288: Handle framebuffer through memlayout, not the resource system
Julius Werner
2015-04-14
rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE
Julius Werner
2015-04-13
arm: Add bootblock_mainboard_early_init() for pre-console initialization
Julius Werner
2015-04-08
arm: Dump additional fault registers in abort handlers
Julius Werner
2015-04-08
armv7: Add fine-grained page table support
Julius Werner
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-27
armv4: Build in SMP settings with non-SMP armv4 CPUs
Patrick Georgi
2015-03-02
coreboot arm: Define function for setting cntfrq register
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
2014-12-30
ipq/arm: Redesign hooks for bootblock
Vadim Bendebury
2014-12-19
cpu/armltd/cortex-a9: Remove stub func dead code
Edward O'Callaghan
2014-12-17
ARM: Use LPAE for Virtual Address Translation
Daisuke Nojiri
2014-11-13
arm: Put assembly functions into separate sections
Julius Werner
2014-11-10
arm: Redesign, clarify and clean up cache related code
Julius Werner
2014-11-09
arm: Thumb ALL the things!
Julius Werner
2014-10-07
cbmem console: Locate the preram console with a symbol instead of a section.
Gabe Black
2014-09-22
arm: Update mem* functions to newer versions
Julius Werner
2014-09-22
arm: Move libgcc assembly macros to arch/asm.h
Julius Werner
2014-09-15
arm: Remove CAR_MIGRATE Kconfig and associated cruft
Julius Werner
2014-09-13
arm: Move exception_init() close to console_init()
Julius Werner
2014-09-11
tegra124/nyan: rougly stable code base
Gabe Black
2014-09-09
ARMv4: Add a minimal version of cpu.h.
Gabe Black
2014-09-09
ARM: Add an ARMv4 architecture version.
Gabe Black
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black