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
/
armv7
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2014-08-07
exynos: Set up caching in the bootblock.
Gabe Black
2014-08-06
Set armv7 up for cpu_info to work as on x86 (so threads can work)
Ronald G. Minnich
2014-06-29
build: remove -ccopts mechanism
Patrick Georgi
2014-06-28
armv7: We don't use CPPFLAGS anymore
Patrick Georgi
2014-05-17
build: separate CPPFLAGS from CFLAGS
Patrick Georgi
2014-05-17
build: CPPFLAGS is more common than INCLUDES
Patrick Georgi
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-03
Move redundant Makefile rules from arch to top level.
Furquan Shaikh
2014-04-26
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-18
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2013-12-02
Makefile: Drop obsolete rules
Kyösti Mälkki
2013-09-17
ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.
Gabe Black
2013-07-14
arm: Add and enable an arch specific version of memmove.
Gabe Black
2013-07-10
armv7a: Enable native memcpy / memset
Stefan Reinauer
2013-07-10
ARM: Separate the early console (romstage) from the bootblock console.
Gabe Black
2013-07-10
armv7: Reserve space BL1 and checksum header by specifying bootblock offset.
Hung-Te Lin
2013-07-10
cpu: Add CPU microcode file to cbfs with 16-byte alignment
Aaron Durbin
2013-07-10
ARMv7: flatten arch/armv7 source tree
Stefan Reinauer
2013-07-10
Rename hardwaremain() to main()
Stefan Reinauer
2013-06-10
ARM: Put the ROM stage into the image before other bits.
Gabe Black
2013-05-20
Drop llshell
Stefan Reinauer
2013-04-26
armv7: invoke intermediate build rules
David Hendricks
2013-03-30
x86: Drop BOARD_HAS_FADT
Kyösti Mälkki
2013-03-26
ARMv7: Drop ROMSTAGE_BASE from Makefile.inc
Stefan Reinauer
2013-03-26
ARMv7: Drop XIP relocation code for romstage
Stefan Reinauer
2013-03-20
ARM: remove assembly code dump when stages.o is built
Ronald G. Minnich
2013-03-19
cbfstool locate: Rename -a align switch to -P for page size
Hung-Te Lin
2013-03-08
Eliminate do_div().
David Hendricks
2013-03-08
ARMV7 and Google/Snow: Add exception support code to the ramstage
Ronald G. Minnich
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-28
Revert "ARMv7: drop special handling for stages.c"
Ronald G. Minnich
2013-02-28
ARMv7: drop special handling for stages.c
Stefan Reinauer
2013-02-10
armv7/exynos5250: place .id between .start and bootblock main
David Hendricks
2013-02-09
armv7: include $(obj)/config.h when building bootblock
David Hendricks
2013-02-08
armv7: Use same console initialization procedure for all ARM stages
Hung-Te Lin
2013-02-06
armv7: Prevent CBFS data overlapping bootblock.
Hung-Te Lin
2013-02-05
cbfstool: Use cbfs_image API for "create" command.
Hung-Te Lin
2013-02-03
armv7: Add 'bootblock' build class.
Hung-Te Lin
2013-02-01
clean-up for arch/armv7/Makefile.inc
David Hendricks
2013-02-01
armv7: unify stage hand-off routines
David Hendricks
2013-01-29
cbfstool: Change "locate" output to prefix "0x".
Hung-Te Lin
2013-01-22
armv7: add ARM-encoded bootblock_exit() stub
David Hendricks
2013-01-19
armv7/snow: get to romstage
David Hendricks
2013-01-18
armv7: add a wrapper for romstage's main() for ARM ISA
Gabe Black
2013-01-18
Snow bootblock (bloated/debug version)
David Hendricks
2013-01-17
make main() in snow's romstage.c our romstage entry point
David Hendricks
2013-01-17
armv7: Place reset vector + CBFS header + bootblock dynamically
David Hendricks
2013-01-17
ARM bootblock approach
David Hendricks
2013-01-12
Implement GCC code coverage analysis
Stefan Reinauer
2013-01-12
Move init.S to a proper filename
Ronald G. Minnich
2013-01-05
ARMv7: drop __KERNEL__
Stefan Reinauer
2013-01-04
Flatten the tree
Ronald G. Minnich
2013-01-04
Revert "armv7: pass bootblock offset from Kconfig into cbfstool"
Ronald G. Minnich
2013-01-04
ARMv7: Make ABI compatible to reference toolchain
Stefan Reinauer
2013-01-04
update CFLAGS for armv7
David Hendricks
2013-01-03
armv7: pass bootblock offset from Kconfig into cbfstool
David Hendricks
2013-01-03
armv7: create init.S for early ARMv7 init
David Hendricks
2012-12-29
remove obsolete include paths from INCLUDES
David Hendricks
2012-12-19
Remove colors from build system output
Patrick Georgi
2012-12-12
Fix ARMv7 payload handling
Stefan Reinauer
2012-12-08
WIP: Initial ARMv7 architecture implementation in coreboot
Stefan Reinauer