Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b
/
src
/
arch
/
arm
/
Makefile.inc
e957832b
vboot: remove remnants of VBOOT_STUB
by Aaron Durbin
· 8 years ago
d4dd44c
linking: add and use LDFLAGS_common
by Aaron Durbin
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 9 years ago
eec8dfb
build system: use archives, not linker action to shorten command lines
by Patrick Georgi
· 9 years ago
52a530d
arm: update verstage linking
by Aaron Durbin
· 9 years ago
27ef602
vboot: split class in library and stage
by Patrick Georgi
· 9 years ago
8ef8afb
arch/arm: only include subdirectories for ARM builds
by Patrick Georgi
· 9 years ago
804c139
arm: guard verstage rules
by Aaron Durbin
· 9 years ago
ba80887
vboot2: Build verstage archive, then use that for building the stage
by Patrick Georgi
· 9 years ago
ddcd9bd
arch/arm: Move inclusion of timestamps.c to the right directory
by Patrick Georgi
· 9 years ago
efcee76
CBFS: Automate ROM image layout and remove hardcoded offsets
by Julius Werner
· 9 years ago
f780c40
CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool
by Julius Werner
· 9 years ago
0de8820
arm: Add timestamp.c to bootblock and verstage
by Furquan Shaikh
· 9 years ago
ec5e5e0
New mechanism to define SRAM/memory map with automatic bounds checking
by Julius Werner
· 9 years ago
828e0e8
build system: run linker scripts through the preprocessor
by Patrick Georgi
· 9 years ago
b3847e6
program loading: add prog_run() function
by Aaron Durbin
· 9 years ago
635ee51
arm: Prevent compilation of old, experimental SMP support
by Julius Werner
· 9 years ago
efddcfb
vboot2: separate verstage from bootblock
by Daisuke Nojiri
· 9 years ago
a742ef1
rmodules: Make rmodules inclusion for vboot dependent on romstage_arch
by Furquan Shaikh
· 9 years ago
fbff908
coreboot classes: Add dynamic classes to coreboot
by Furquan Shaikh
· 9 years ago
d653ae8
coreboot arm: Define function for setting cntfrq register
by Furquan Shaikh
· 9 years ago
bcc1d42
vboot2: implement select_firmware for pre-romstage verification
by Daisuke Nojiri
· 9 years ago
77b1655
vboot2: add verstage
by Stefan Reinauer
· 9 years ago
5780d6f
Revert "vboot2: add verstage"
by Paul Menzel
· 9 years ago
320647a
vboot2: add verstage
by Daisuke Nojiri
· 9 years ago
4f75af9
Unify remaining binutils invocations
by Patrick Georgi
· 9 years ago
25a282d
arm: Thumb ALL the things!
by Julius Werner
· 10 years ago
169c0df
ARM: Use local versions of libgcc functions instead of linking against libgcc.
by Gabe Black
· 10 years ago
1893fd7
arm: add missing gc-sections for ramstage
by Isaac Christensen
· 9 years ago
c505837
arm: Have the linker garbage-collect unused functions and variables
by Julius Werner
· 10 years ago
b3997ba
arm: Remove some pointless CFLAGS
by Julius Werner
· 10 years ago
f2f817e
ARM: Add an ARMv4 architecture version.
by Gabe Black
· 10 years ago
51edd54
ARM: Generalize armv7 as arm.
by Gabe Black
· 10 years ago
[Renamed (70%) from src/arch/armv7/Makefile.inc]
a2a87d4
ARM: Make it possible to use a custom bootblock implementation.
by Gabe Black
· 10 years ago
8b68539
ARM: Overhaul the ARM Makefile.
by Gabe Black
· 10 years ago
951fc26
ARMv7: drop dead code from Makefile.inc
by Stefan Reinauer
· 10 years ago
21fbc08
armv7/Makefile.inc, cpu/Makefile.inc: align output of printf
by Daniele Forsi
· 9 years ago
b404511
ARM: Eliminate the unused interrupts.c.
by Gabe Black
· 10 years ago
ee4bfbf
exynos: Set up caching in the bootblock.
by Gabe Black
· 10 years ago
d6b16f5
Set armv7 up for cpu_info to work as on x86 (so threads can work)
by Ronald G. Minnich
· 10 years ago
25b56c3
build: remove -ccopts mechanism
by Patrick Georgi
· 10 years ago
91d6fc8
armv7: We don't use CPPFLAGS anymore
by Patrick Georgi
· 10 years ago
58f73a6
build: separate CPPFLAGS from CFLAGS
by Patrick Georgi
· 10 years ago
98f49d2
build: CPPFLAGS is more common than INCLUDES
by Patrick Georgi
· 10 years ago
99ac98f
Introduce stage-specific architecture for coreboot
by Furquan Shaikh
· 10 years ago
88ca81a
Move redundant Makefile rules from arch to top level.
by Furquan Shaikh
· 10 years ago
20f25dd
Rename coreboot_ram stage to ramstage
by Furquan Shaikh
· 10 years ago
4076072
console: Use romstage code for ramstage and SMM
by Kyösti Mälkki
· 10 years ago
3d06488
Makefile: Drop obsolete rules
by Kyösti Mälkki
· 10 years ago
4938a32
ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.
by Gabe Black
· 10 years ago
7a6651c
arm: Add and enable an arch specific version of memmove.
by Gabe Black
· 10 years ago
ff7c8e8
armv7a: Enable native memcpy / memset
by Stefan Reinauer
· 11 years ago
fbb11cf
ARM: Separate the early console (romstage) from the bootblock console.
by Gabe Black
· 11 years ago
d63bddc
armv7: Reserve space BL1 and checksum header by specifying bootblock offset.
by Hung-Te Lin
· 10 years ago
32ab283
cpu: Add CPU microcode file to cbfs with 16-byte alignment
by Aaron Durbin
· 10 years ago
93ce3b3
ARMv7: flatten arch/armv7 source tree
by Stefan Reinauer
· 11 years ago
6adef08
Rename hardwaremain() to main()
by Stefan Reinauer
· 11 years ago
b7d81e0
ARM: Put the ROM stage into the image before other bits.
by Gabe Black
· 11 years ago
b0fb223
Drop llshell
by Stefan Reinauer
· 11 years ago
64a69e8
armv7: invoke intermediate build rules
by David Hendricks
· 11 years ago
bc073f4
x86: Drop BOARD_HAS_FADT
by Kyösti Mälkki
· 11 years ago
49675b9
ARMv7: Drop ROMSTAGE_BASE from Makefile.inc
by Stefan Reinauer
· 11 years ago
7f86c05
ARMv7: Drop XIP relocation code for romstage
by Stefan Reinauer
· 11 years ago
70ae9ec
ARM: remove assembly code dump when stages.o is built
by Ronald G. Minnich
· 11 years ago
e919837
cbfstool locate: Rename -a align switch to -P for page size
by Hung-Te Lin
· 11 years ago
ae0e8d3
Eliminate do_div().
by David Hendricks
· 11 years ago
b21eaa7
ARMV7 and Google/Snow: Add exception support code to the ramstage
by Ronald G. Minnich
· 11 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 11 years ago
27bd64a
Revert "ARMv7: drop special handling for stages.c"
by Ronald G. Minnich
· 11 years ago
8f4647a
ARMv7: drop special handling for stages.c
by Stefan Reinauer
· 11 years ago
e50e343
armv7/exynos5250: place .id between .start and bootblock main
by David Hendricks
· 11 years ago
3001c5b
armv7: include $(obj)/config.h when building bootblock
by David Hendricks
· 11 years ago
b868d40
armv7: Use same console initialization procedure for all ARM stages
by Hung-Te Lin
· 11 years ago
c5ff648
armv7: Prevent CBFS data overlapping bootblock.
by Hung-Te Lin
· 11 years ago
f56c73f
cbfstool: Use cbfs_image API for "create" command.
by Hung-Te Lin
· 11 years ago
fe18792
armv7: Add 'bootblock' build class.
by Hung-Te Lin
· 11 years ago
d723c5b
clean-up for arch/armv7/Makefile.inc
by David Hendricks
· 11 years ago
50c0a50
armv7: unify stage hand-off routines
by David Hendricks
· 11 years ago
657ea6a
cbfstool: Change "locate" output to prefix "0x".
by Hung-Te Lin
· 11 years ago
3593441
armv7: add ARM-encoded bootblock_exit() stub
by David Hendricks
· 11 years ago
211a5d5
armv7/snow: get to romstage
by David Hendricks
· 11 years ago
929f9f1
armv7: add a wrapper for romstage's main() for ARM ISA
by Gabe Black
· 11 years ago
fba42a7
Snow bootblock (bloated/debug version)
by David Hendricks
· 11 years ago
e2851f2
make main() in snow's romstage.c our romstage entry point
by David Hendricks
· 11 years ago
0b23d47
armv7: Place reset vector + CBFS header + bootblock dynamically
by David Hendricks
· 11 years ago
3d7344a
ARM bootblock approach
by David Hendricks
· 11 years ago
d37ab45
Implement GCC code coverage analysis
by Stefan Reinauer
· 11 years ago
6a01563
Move init.S to a proper filename
by Ronald G. Minnich
· 11 years ago
6d47cbe
ARMv7: drop __KERNEL__
by Stefan Reinauer
· 11 years ago
2485df3
Flatten the tree
by Ronald G. Minnich
· 11 years ago
fa60de9
Revert "armv7: pass bootblock offset from Kconfig into cbfstool"
by Ronald G. Minnich
· 11 years ago
853f469
ARMv7: Make ABI compatible to reference toolchain
by Stefan Reinauer
· 11 years ago
10c90d3
update CFLAGS for armv7
by David Hendricks
· 11 years ago
ec8d35f
armv7: pass bootblock offset from Kconfig into cbfstool
by David Hendricks
· 11 years ago
8583ac3
armv7: create init.S for early ARMv7 init
by David Hendricks
· 11 years ago
6c212ac
remove obsolete include paths from INCLUDES
by David Hendricks
· 11 years ago
7a33442
Remove colors from build system output
by Patrick Georgi
· 11 years ago
935a942
Fix ARMv7 payload handling
by Stefan Reinauer
· 11 years ago
52db0b9
WIP: Initial ARMv7 architecture implementation in coreboot
by Stefan Reinauer
· 11 years ago