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
/
armv4
Age
Commit message (
Expand
)
Author
2020-08-24
src/arch: Drop unneeded empty lines
Elyes HAOUAS
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-13
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-03-06
src/arch/arm: Convert to SPDX license header
Patrick Georgi
2019-08-29
arch/arm: Make ARM stages select ARCH_ARM
Arthur Heymans
2019-08-26
AUTHORS: Move src/arch/arm copyrights into AUTHORS file
Martin Roth
2017-03-28
Remove libverstage as separate library and source file class
Julius Werner
2016-07-31
src/arch: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-02-12
timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig
Julius Werner
2015-11-17
rules.h: Add ENV_ macros to detect current architecture
Julius Werner
2015-11-11
arm/arm64: Generalize bootblock C entry point
Julius Werner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-30
vboot: split class in library and stage
Patrick Georgi
2015-04-14
timer: Reestablish init_timer(), consolidate timer initialization calls
Julius Werner
2015-04-13
arm: Add bootblock_mainboard_early_init() for pre-console initialization
Julius Werner
2015-04-07
armv4: correct ARMV4 VERSTAGE guard
Aaron Durbin
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-04
armv4: Add verstage to armv4
Furquan Shaikh
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-04
coreboot rush: Add support for basic romstage
Furquan Shaikh
2015-01-27
vboot2: add verstage
Stefan Reinauer
2014-12-30
ipq/arm: Redesign hooks for bootblock
Vadim Bendebury
2014-12-02
Replace hlt with halt()
Patrick Georgi
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
build: Add ccopts back into the build
Marc Jones
2014-09-22
arm: Move libgcc assembly macros to arch/asm.h
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
arm: Update a stale comment in bootblock .S files
David Hendricks
2014-09-09
ARM: Add an ARMv4 architecture version.
Gabe Black