Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b
/
src
/
arch
/
arm
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
· 8 years ago
899d13d
cbfs: new API and better program loading
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
· 8 years ago
52a530d
arm: update verstage linking
by Aaron Durbin
· 8 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
· 8 years ago
27ef602
vboot: split class in library and stage
by Patrick Georgi
· 8 years ago
8ef8afb
arch/arm: only include subdirectories for ARM builds
by Patrick Georgi
· 8 years ago
804c139
arm: guard verstage rules
by Aaron Durbin
· 8 years ago
ba80887
vboot2: Build verstage archive, then use that for building the stage
by Patrick Georgi
· 8 years ago
ddcd9bd
arch/arm: Move inclusion of timestamps.c to the right directory
by Patrick Georgi
· 8 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
· 8 years ago
0c00f9a
arm: Include types.h in clock.h
by Patrick Georgi
· 8 years ago
a48ca84
kconfig: drop intermittend forwarder files
by Stefan Reinauer
· 8 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
· 8 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
58fef67
arch/arm: drop extra comment
by Patrick Georgi
· 9 years ago
5538e50
armv4: Build in SMP settings with non-SMP armv4 CPUs
by Patrick Georgi
· 9 years ago
efddcfb
vboot2: separate verstage from bootblock
by Daisuke Nojiri
· 9 years ago
29df70f
arm: add _end symbol to bootblock.ld
by Aaron Durbin
· 9 years ago
f5d7f60
bootblocks: use run_romstage()
by Aaron Durbin
· 9 years ago
04654a2
loaders: add program_loading.h header file
by Aaron Durbin
· 9 years ago
9ef9d85
bootstate: use structure pointers for scheduling callbacks
by Aaron Durbin
· 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
d42b3fc
coreboot rush: Add support for basic romstage
by Furquan Shaikh
· 9 years ago
d653ae8
coreboot arm: Define function for setting cntfrq register
by Furquan Shaikh
· 9 years ago
a583924
src/arch/*/include/stdint.h: Provide definitions for bool type
by Alexandru Gagniuc
· 9 years ago
91fac61
CBMEM: Tidy up CAR migration
by Kyösti Mälkki
· 9 years ago
8659e40
CBMEM console: Fix and enhance pre-RAM support
by Kyösti Mälkki
· 9 years ago
e455425
CBMEM console: Fix CAR migration step
by Kyösti Mälkki
· 9 years ago
823edda
CBMEM: Implement cbmem_run_init_hooks() stub
by Kyösti Mälkki
· 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
3a6550d
timestamps: Switch from tsc_t to uint64_t
by Stefan Reinauer
· 10 years ago
c1f7cbe
arm: lpae: Set XN and PXN bits for noncacheable regions
by Jimmy Zhang
· 9 years ago
a38d1b2
ARMv7: Always has DYNAMIC_CBMEM
by Kyösti Mälkki
· 9 years ago
989e12b
arm: Fix stored PC value when handling exceptions
by Julius Werner
· 9 years ago
922b3ca
ARM: Fix ARM_LPAE to not be selectable as a menu item.
by Ronald G. Minnich
· 9 years ago
0b341b3
ipq/arm: Redesign hooks for bootblock
by Vadim Bendebury
· 9 years ago
569bd3f
cpu/armltd/cortex-a9: Remove stub func dead code
by Edward O'Callaghan
· 9 years ago
f574a32
ARM: Use LPAE for Virtual Address Translation
by Daisuke Nojiri
· 10 years ago
2339a30
arm: Add support for a preram_cbmem_console symbol.
by Gabe Black
· 9 years ago
638015b
arm: Fix minor mistake in cache maintenance assembly
by Julius Werner
· 9 years ago
703e507
armv7: provide compiler options for rmodules
by Aaron Durbin
· 10 years ago
c09cf0b
libpayload: arm: Pass the coreboot table location to the payload.
by Gabe Black
· 10 years ago
546953c
Replace hlt with halt()
by Patrick Georgi
· 9 years ago
4f75af9
Unify remaining binutils invocations
by Patrick Georgi
· 9 years ago
7c6e489
arm: Put assembly functions into separate sections
by Julius Werner
· 10 years ago
fd9defc
arm: Redesign, clarify and clean up cache related code
by Julius Werner
· 10 years ago
25a282d
arm: Thumb ALL the things!
by Julius Werner
· 10 years ago
a38ccfd
build: Add ccopts back into the build
by Marc Jones
· 9 years ago
169c0df
ARM: Use local versions of libgcc functions instead of linking against libgcc.
by Gabe Black
· 10 years ago
35382a6
cbmem console: Locate the preram console with a symbol instead of a section.
by Gabe Black
· 9 years ago
1f8d246
arm: Fix up new cache flush algorithm and replace dcache_*_all() with it
by Julius Werner
· 10 years ago
Next »