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
/
quadcore
Age
Commit message (
Expand
)
Author
2017-08-01
src/cpu/amd/quadcore: Fix checkpatch errors/warnings
Evelyn Huang
2017-06-28
cpu/amd: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
cpu/*: Add whitespace around '<<'
Elyes HAOUAS
2017-06-07
src: change coreboot to lowercase
Martin Roth
2017-01-04
amdfam10: Perform major include ".c" cleanup
Damien Zammit
2016-08-28
src/cpu: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-28
src/cpu: Remove unnecessary whitespace before "\n"
Elyes HAOUAS
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2015-11-23
cpu/amd: de-duplicate MSR include files
Stefan Reinauer
2015-11-18
cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequence
Timothy Pearson
2015-11-02
cpu/amd: Add initial AMD Family 15h support
Timothy Pearson
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-24
cpu/amd: Add initial support for AMD Socket G34 processors
Timothy Pearson
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-07-08
cpu: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
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
2011-05-10
Change read_option() to a macro that wraps some API uglyness
Patrick Georgi
2010-11-18
Eliminate SET_NB_CFG_54 option. There was no board that
Patrick Georgi
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-25
- Fix race condition in option_table.h generation by moving the include
Stefan Reinauer
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-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-08
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...
Myles Watson
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-29
dualcore.h and quadcore.h are almost exactly the same.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-10
The following patch implements Opteron Fam 10 rev D (aka Istanbul)
Arne Georg Gleditsch
2010-02-07
newconfig is no more.
Patrick Georgi
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-10-12
Make fam10 build (but not boot due to bootblock size problems.)
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-04-15
r4097 broke the tree and it remains unfixed :-(
Stefan Reinauer
2008-04-25
Remove inline from FAM10 CPU initialization functions.
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