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_10xxx
/
init_cpus.c
Age
Commit message (
Expand
)
Author
2013-12-29
AMD fam10: Drop RAMINIT_SYSINFO
Kyösti Mälkki
2013-12-26
AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes
Kyösti Mälkki
2013-12-26
AMD boards (non-AGESA): Cleanup earlymtrr.c includes
Kyösti Mälkki
2013-12-09
AMD boards: Fix includes for microcode updates
Kyösti Mälkki
2013-07-11
cpu: Fix spelling
Martin Roth
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2012-05-08
Some more #if cleanup
Patrick Georgi
2012-05-08
Clean up #ifs
Patrick Georgi
2011-05-10
Change read_option() to a macro that wraps some API uglyness
Patrick Georgi
2011-02-28
Improving BKDG implementation of P-states,
Xavi Drudis Ferran
2011-02-26
Make AMD Fam10h CPU microcode updates optional in Expert mode
Xavi Drudis Ferran
2011-01-01
Add AMD SB800 southbridge CIMx code.
Kerry She
2010-11-16
Move the SET_FIDVID* family of configuration options to Kconfig and
Patrick Georgi
2010-10-26
reg is only used inside the #if clause, so declare it there. trivial.
Patrick Georgi
2010-10-19
Revision 5966 changed the end of line style of the 3 modified files. This cha...
Scott Duplichan
2010-10-19
When debug logging is enabled, a message such as '* AP 02 timed out:02010501'
Scott Duplichan
2010-10-07
Remove duplicate line from pci_ids.h.
Jonathan Kollasch
2010-09-13
Move initialization of MMCONF BAR to cache_as_ram setup phase, in order
Arne Georg Gleditsch
2010-09-09
Please find appended. This patch gets rid of the %gs magic altogether,
Arne Georg Gleditsch
2010-09-08
Trivial - remove stray characters from a comment block.
Marc Jones
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
2010-07-08
get rid of even more fam10 and k8 warnings.
Stefan Reinauer
2010-07-07
fix some more warnings
Stefan Reinauer
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-05-14
Remove another set of includes from Fam10 romstages:
Patrick Georgi
2010-05-09
Move includes to where they are needed. This allows to simplify
Patrick Georgi
2010-04-15
Remove a few more warnings from fam10.
Myles Watson
2010-04-08
Cosmetically make init_cpus more similar for fam10 and K8.
Myles Watson
2010-04-08
Clean up fidvid files using indent.
Myles Watson
2010-04-08
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...
Myles Watson
2010-04-06
No warnings day, next round.
Stefan Reinauer
2010-03-23
Fix reading HT link offsets.
Maximilian Thuermer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-11
Replace clear_memory with memset.
Myles Watson
2010-02-08
janitor task: unify and cleanup naming.
Stefan Reinauer
2009-10-26
Define some variables that were not defined. There are a couple left.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-16
Maximilian Thuermer found a bug where the HT link capability code was always
Marc Jones
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-07-23
Add AMD Fam10 B3 default settings to match AMD example code.
Marc Jones
2008-04-25
Remove inline from FAM10 CPU initialization functions.
Marc Jones
2008-04-24
On APs the ClLinesToNbDis was being left enabled from CAR setup.
Marc Jones
2008-04-22
Update the FAM10 microcode to current versions.
Marc Jones
2008-04-22
Add early MSR and PCI register initialization.
Marc Jones
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-12-19
Initial AMD Barcelona support for rev Bx.
Marc Jones