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
/
include
Age
Commit message (
Expand
)
Author
2020-03-06
src/arch/arm: Convert to SPDX license header
Patrick Georgi
2019-11-30
arch/*/*/early_variables.h: drop unused files
Arthur Heymans
2019-11-28
arch/arm/include: Remove unused armv7 types.h
Jacob Garber
2019-11-03
arch/arm: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-09-28
arch/arm,mips: Use generic PCI MMCONF
Kyösti Mälkki
2019-09-09
arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0
Kyösti Mälkki
2019-08-26
AUTHORS: Move src/arch/arm copyrights into AUTHORS file
Martin Roth
2019-08-20
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
2019-07-12
arch, include, soc: Use common stdint.h
Jacob Garber
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Separate MMIO and PNP ops
Kyösti Mälkki
2019-01-04
src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'
Elyes HAOUAS
2019-01-04
src: Get rid of device_t
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-19
arch/arm/include/armv7/arch: Remove dead code
Elyes HAOUAS
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-07-02
src: Get rid of unneeded whitespace
Elyes HAOUAS
2018-05-22
Introduce bootblock self-decompression
Julius Werner
2018-05-14
pci: Fix compilation on non x86
Patrick Rudolph
2017-11-23
Constify struct cpu_device_id instances
Jonathan Neuschäfer
2017-07-07
arch/*: Update Kconfig symbol usage
Martin Roth
2017-06-02
arch/arm/include/armv7/arch: Correct keyword organization in cpu.h
Logan Carlson
2017-06-02
arch/arm: Correct checkpatch errors
Logan Carlson
2016-12-08
buildsystem: Drop explicit (k)config.h includes
Kyösti Mälkki
2016-09-12
src/arch: Improve code formatting
Elyes HAOUAS
2016-05-02
lib/coreboot_table: use the architecture dependent table size
Aaron Durbin
2016-05-02
arch: introduce architecture dependent common variables
Aaron Durbin
2016-03-23
armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write
Paul Kocialkowski
2016-02-11
arches: lib: add main_decl.h for main() declaration
Aaron Durbin
2016-02-11
arch: remove stage_exit()
Aaron Durbin
2016-01-26
src/arch: Update license headers missing paragraph 2
Martin Roth
2016-01-18
header files: Fix guard name comments to match guard names
Martin Roth
2016-01-13
arch/arm: add missing license headers
Martin Roth
2015-11-11
arm/arm64: Generalize bootblock C entry point
Julius Werner
2015-11-11
armv7: mmu: Make fine grained page tables work across stages
Julius Werner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-17
armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write
Paul Kocialkowski
2015-09-07
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-07-29
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
Julius Werner
2015-06-09
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-06-05
lib: Unify log2() and related functions
Julius Werner
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-22
arch/armv7: Add API to disable MMU pages.
Deepa Dinamani
2015-04-21
Unify byte order macros and clrsetbits
Julius Werner
2015-04-21
arm(64): Change write32() argument order to match x86
Julius Werner
2015-04-21
arm(64): Replace write32() and friends with writel()
Julius Werner
2015-04-17
rk3288: Handle framebuffer through memlayout, not the resource system
Julius Werner
2015-04-14
rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE
Julius Werner
2015-04-13
arm: Add bootblock_mainboard_early_init() for pre-console initialization
Julius Werner
2015-04-08
arm: Dump additional fault registers in abort handlers
Julius Werner
2015-04-08
armv7: Add fine-grained page table support
Julius Werner
2015-04-07
arm: Include types.h in clock.h
Patrick Georgi
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-03-27
armv4: Build in SMP settings with non-SMP armv4 CPUs
Patrick Georgi
2015-03-02
coreboot arm: Define function for setting cntfrq register
Furquan Shaikh
2015-02-02
src/arch/*/include/stdint.h: Provide definitions for bool type
Alexandru Gagniuc
2015-01-27
CBMEM: Tidy up CAR migration
Kyösti Mälkki
2015-01-27
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2014-12-30
ipq/arm: Redesign hooks for bootblock
Vadim Bendebury
2014-12-19
cpu/armltd/cortex-a9: Remove stub func dead code
Edward O'Callaghan
2014-12-17
ARM: Use LPAE for Virtual Address Translation
Daisuke Nojiri
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
arm: Thumb ALL the things!
Julius Werner
2014-10-07
cbmem console: Locate the preram console with a symbol instead of a section.
Gabe Black
2014-09-22
arm: Update mem* functions to newer versions
Julius Werner
2014-09-22
arm: Move libgcc assembly macros to arch/asm.h
Julius Werner
2014-09-15
arm: Remove CAR_MIGRATE Kconfig and associated cruft
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
ARMv4: Add a minimal version of cpu.h.
Gabe Black
2014-09-09
ARM: Add an ARMv4 architecture version.
Gabe Black
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black