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
/
cpu
/
Kconfig
Age
Commit message (
Expand
)
Author
2014-01-08
cpu: Add initial support for Allwinner A10 SoC
Alexandru Gagniuc
2013-12-13
cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFS
Alexandru Gagniuc
2013-12-06
arch/x86: Do not run UPDATE-FIT if we don't include microcode
Alexandru Gagniuc
2013-12-05
cpu: Remove BOARD_MICROCODE_CBFS_GENERATE Kconfig option
Alexandru Gagniuc
2013-12-04
Add the Intel FSP 206ax CPU core support
Marc Jones
2013-08-07
Make EARLY_CONSOLE optional
Kyösti Mälkki
2013-07-10
Simplify early / bootblock console code
Stefan Reinauer
2013-06-20
Add initial support for DMP Vortex86EX CPU.
Andrew Wu
2013-06-06
qemu: add x86 cpu
Gerd Hoffmann
2013-05-26
beaglebone: initial Kconfig and Makefiles
Gabe Black
2013-04-01
Minor Kconfig help text fix
Stefan Tauner
2013-02-27
Fix microcode selection code
Stefan Reinauer
2013-02-18
Kconfig: string option doesn't work properly inside choice section
Jens Rottmann
2013-02-12
armv7: Add emulation/qemu-armv7 board.
Hung-Te Lin
2013-02-08
console: Always allow setting "EARLY_CONSOLE" configuration.
Hung-Te Lin
2013-02-08
console: Revise serial console configuration names.
Hung-Te Lin
2013-01-04
make early serial console support more generic
David Hendricks
2012-12-08
WIP: Initial support for Samsung Exynos 5250 ARM CPU
Stefan Reinauer
2012-11-28
amdk8/amdfam10: Use CAR_GLOBAL for sysinfo
Patrick Georgi
2012-09-05
buildsystem: Make CPU microcode updating more configurable
Alexandru Gagniuc
2012-07-26
Enable Microcode in CBFS for all SandyBridge/IvyBridge systems
Stefan Reinauer
2012-07-24
Config changes to support microcode in CBFS
Vadim Bendebury
2012-07-24
Make MAX_PHYSICAL_CPUS invisible on non-AMD boards
Stefan Reinauer
2012-07-12
Drop Kconfig VAR_MTRR_HOLE option
Kyösti Mälkki
2012-05-01
Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boards
Stefan Reinauer
2012-03-31
Whitespace fixes
Patrick Georgi
2012-03-31
Add support for RAM-less multi-processor init
Kyösti Mälkki
2010-12-16
- Fix shortcoming in Kconfig when handling multiple "choice"s
Stefan Reinauer
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-04-09
This patch changes C7 CAR code to be a single assembler file instead
Stefan Reinauer
2010-03-29
qemu: drop "northbridge.c" from src/cpu/...
Stefan Reinauer
2010-03-22
drop some unused files and fix warnings on i945 based systems.
Stefan Reinauer
2010-03-19
Get rid of a few warnings:
Myles Watson
2010-02-25
HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.
Stefan Reinauer
2009-10-24
Fix kconfig build error due to "source"ing a non-existant file (trivial).
Uwe Hermann
2009-10-18
Add EXPERT kconfig option so we can hide more advanced options
Uwe Hermann
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-09
More kconfig cleanups:
Uwe Hermann
2009-10-06
Various fixes to Kconfig: All kconfig-boards should have a
Patrick Georgi
2009-10-01
Support variables for MMX and SSE. These would be used in
Ronald G. Minnich
2009-10-01
Fix Kconfig build for K8 boards.
Myles Watson
2009-09-25
some progress on kconfig:
Patrick Georgi
2009-09-24
Make all Kconfig enabled boards build (tested with kbuildall).
Patrick Georgi
2009-09-22
tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...
Myles Watson
2009-08-27
Clean up some DCACHE related options.
Patrick Georgi
2009-08-12
Fix multiple missing files and errors from the recent commit. This happened
Ronald G. Minnich
2009-08-12
Kconfig!
Patrick Georgi