Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
25c7e322e838f90f9b7d5a511ccf290860831c7d
/
src
/
arch
/
arm
6403167
compiler.h: add __weak macro
by Aaron Durbin
· 6 years ago
8f06ce3
Constify struct cpu_device_id instances
by Jonathan Neuschäfer
· 6 years ago
4635787
src/arch: Fix checkpatch warning: no spaces at the start of a line
by Martin Roth
· 6 years ago
5052225
arch/arm/armv7: Correct checkpatch errors
by Logan Carlson
· 7 years ago
898a775
arch/*: Update Kconfig symbol usage
by Martin Roth
· 7 years ago
cfbb815
arch/arm/include/armv7/arch: Correct keyword organization in cpu.h
by Logan Carlson
· 7 years ago
c058d1c
arch/arm: Correct checkpatch errors
by Logan Carlson
· 7 years ago
e91d170
Remove libverstage as separate library and source file class
by Julius Werner
· 7 years ago
530f677
buildsystem: Drop explicit (k)config.h includes
by Kyösti Mälkki
· 7 years ago
6b72787
src/arch: Improve code formatting
by Elyes HAOUAS
· 7 years ago
43e5b57
arch/arm: Add armv7-r configuration
by Hakim Giydan
· 7 years ago
dbf3067
src/arch: Add required space before opening parenthesis '('
by Elyes HAOUAS
· 7 years ago
0638b60
arch/arm & arm64: Remove unnecessary whitespace before "\n"
by Elyes HAOUAS
· 7 years ago
777ea89
src/arch: Capitalize CPU, RAM and ROM
by Elyes HAOUAS
· 7 years ago
0067a42
arch/armv7: Fix end index calculation in mmu_config_range_kb
by Varadarajan Narayanan
· 8 years ago
5cc0ee27
build system: remove CBFSTOOL_PRE1_OPTS
by Patrick Georgi
· 8 years ago
a6e9051
lib/coreboot_table: use the architecture dependent table size
by Aaron Durbin
· 8 years ago
a2118a2
arch: introduce architecture dependent common variables
by Aaron Durbin
· 8 years ago
a4db050
lib: add common write_tables() implementation
by Aaron Durbin
· 8 years ago
5481c96
lib/coreboot_table: add architecture hooks for adding tables
by Aaron Durbin
· 8 years ago
d4afa93
lib/bootmem: allow architecture specific bootmem ranges
by Aaron Durbin
· 8 years ago
60eb2c2
arch: only print cbmem entries in one place
by Aaron Durbin
· 8 years ago
a0546da
arch: use Kconfig variable for coreboot table size
by Aaron Durbin
· 8 years ago
263522d
armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write
by Paul Kocialkowski
· 8 years ago
fffee87
Makefile: Add build-time overlap check for programs loaded after coreboot
by Julius Werner
· 8 years ago
f0d39c4
die() when attempting to use bounce buffer on non-i386.
by Vladimir Serbinenko
· 8 years ago
f6ada1c
lib/coreboot_table: add function to allow arch code to add records
by Aaron Durbin
· 8 years ago
8c09377
timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig
by Julius Werner
· 8 years ago
622eea7
arches: lib: add main_decl.h for main() declaration
by Aaron Durbin
· 8 years ago
ae3f302
arch: remove stage_exit()
by Aaron Durbin
· 8 years ago
81b09f4
Makefile: Make full use of src-to-obj macro
by Nico Huber
· 8 years ago
4af5886
src/arch: Update license headers missing paragraph 2
by Martin Roth
· 8 years ago
ee464b1
console: Simplify bootblock console Kconfig selection logic
by Alexandru Gagniuc
· 8 years ago
fd277d8
header files: Fix guard name comments to match guard names
by Martin Roth
· 8 years ago
e44adfa
arch/arm: add missing license headers
by Martin Roth
· 8 years ago
2ed0aa2
Correct some common spelling mistakes
by Martin Roth
· 8 years ago
1cab012
build system: Add more files through cbfs-files instead of manual rules
by Patrick Georgi
· 8 years ago
d3634c1
rules.h: Add ENV_ macros to detect current architecture
by Julius Werner
· 8 years ago
86fc11d
arm/arm64: Generalize bootblock C entry point
by Julius Werner
· 8 years ago
03a0a65
armv7: mmu: Make fine grained page tables work across stages
by Julius Werner
· 8 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
3414561
armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write
by Paul Kocialkowski
· 8 years ago
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
4460703
Drop "See file CREDITS..." comment
by Stefan Reinauer
· 8 years ago
107d1fb
armv7/arm64: remove timestamp.c
by Aaron Durbin
· 8 years ago
8d8799a
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
by Julius Werner
· 9 years ago
db03c22
arm: add __umoddi3() to libgcc implementation
by Stefan Reinauer
· 8 years ago
808f784
arm: enhance eabi compat functions
by Stefan Reinauer
· 8 years ago
4fbac46
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
by Kyösti Mälkki
· 9 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 8 years ago
7a8a4ab
lib: Unify log2() and related functions
by Julius Werner
· 9 years ago
899d13d
cbfs: new API and better program loading
by Aaron Durbin
· 9 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
a9ee61e
cache: Add arch_program_segment_loaded call to arm and arm64
by Furquan Shaikh
· 9 years ago
c41fd4b
arm/armv7: drop merge left-over
by Patrick Georgi
· 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
e197748
arch/armv7: Add API to disable MMU pages.
by Deepa Dinamani
· 9 years ago
be7124e
armv7: preserve bootblock invocation parameter
by Vadim Bendebury
· 9 years ago
9ff8f6f
Unify byte order macros and clrsetbits
by Julius Werner
· 9 years ago
1f60f97
arm(64): Change write32() argument order to match x86
by Julius Werner
· 9 years ago
d21a329
arm(64): Replace write32() and friends with writel()
by Julius Werner
· 9 years ago
fc08b76
armv7: set CBFS header to zero
by Vadim Bendebury
· 9 years ago
4e158bc
armv7: work around hang in bootblock startup code
by Daisuke Nojiri
· 9 years ago
249f9cc
rk3288: Handle framebuffer through memlayout, not the resource system
by Julius Werner
· 9 years ago
53b74f6
arm: allow custom stage entry code
by Daisuke Nojiri
· 9 years ago
89be154
Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64
by Julius Werner
· 9 years ago
a43db19
arm: Fix checkstack() to use correct stack size
by Julius Werner
· 9 years ago
b5995b5
rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE
by Julius Werner
· 9 years ago
44cf870
timer: Reestablish init_timer(), consolidate timer initialization calls
by Julius Werner
· 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
f1e3210
arm: Add bootblock_mainboard_early_init() for pre-console initialization
by Julius Werner
· 9 years ago
4772295
arch: armv7: Fix cache sync instructions.
by Deepa Dinamani
· 9 years ago
907fd12
armv7-m: set stack pointer to _estack
by Daisuke Nojiri
· 9 years ago
c5a4c12
armv7-m: add bootblock entry point
by Daisuke Nojiri
· 9 years ago
af3b2a1
armv7-m: add empty cache routines
by Daisuke Nojiri
· 9 years ago
93d8e3c
armv7-m: add armv7-m configuration
by Daisuke Nojiri
· 9 years ago
b2b7132
arm: Dump additional fault registers in abort handlers
by Julius Werner
· 9 years ago
0de8820
arm: Add timestamp.c to bootblock and verstage
by Furquan Shaikh
· 9 years ago
ba11d6f
armv7: Change all memory domains to Client so XN bits work
by Julius Werner
· 9 years ago
108548a
armv7: Add fine-grained page table support
by Julius Werner
· 9 years ago
4282ffe
armv4: correct ARMV4 VERSTAGE guard
by Aaron Durbin
· 9 years ago
0c00f9a
arm: Include types.h in clock.h
by Patrick Georgi
· 9 years ago
a48ca84
kconfig: drop intermittend forwarder files
by Stefan Reinauer
· 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
1ea2e76
armv4: Add verstage to armv4
by Furquan Shaikh
· 9 years ago
dfb8eb1
armv7: Add config option guard for verstage class
by Furquan Shaikh
· 9 years ago
ce9efe0
program loading: unify on struct prog
by Aaron Durbin
· 9 years ago
b3847e6
program loading: add prog_run() function
by Aaron Durbin
· 9 years ago
3948e53
program loading: introduce struct prog
by Aaron Durbin
· 9 years ago
c3e7c4e
Clean up architecture-specific Kconfigs
by Julius Werner
· 9 years ago
635ee51
arm: Prevent compilation of old, experimental SMP support
by Julius Werner
· 9 years ago
Next »