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
/
amd
/
model_fxx
/
Kconfig
Age
Commit message (
Expand
)
Author
2011-02-24
Add compile-time defaults to some K8 CMOS options in case they're absent in CMOS
Josef Kellermann
2010-11-16
Move the SET_FIDVID* family of configuration options to Kconfig and
Patrick Georgi
2010-09-30
Move CAR settings to board config for socket 940 boards.
Warren Turkal
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-03
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-04-13
fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to
Stefan Reinauer
2010-02-25
HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.
Stefan Reinauer
2010-01-06
Kconfig builds all boards now.
Patrick Georgi
2009-12-31
romcc:
Patrick Georgi
2009-10-26
Define some variables that were not defined. There are a couple left.
Myles Watson
2009-10-18
Simplify Kconfig files by using "select" where possible (trivial).
Uwe Hermann
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-01
Fix Kconfig build for K8 boards.
Myles Watson
2009-08-28
Move DCACHE support into the cpu family for AMD model_fxx.
Myles Watson
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-13
- AMD selected a couple of options that are incompatible with QEmu (and
Patrick Georgi
2009-08-13
Fix some conflicting types of variables
Patrick Georgi
2009-08-12
Fix multiple missing files and errors from the recent commit. This happened
Ronald G. Minnich