summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_10xxx/init_cpus.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd: Move model_10xxx to family_10h-family_15hTimothy Pearson2015-11-021-964/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cpu/amd: Add initial support for AMD Socket G34 processorsTimothy Pearson2015-10-241-3/+31
* cpu/amd/car: Move AP stacks below the BSP stack to free up spaceTimothy Pearson2015-07-071-1/+4
* cpu/amd: Detect any conflicts between sysinfo and the stack regionTimothy Pearson2015-07-071-0/+8
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* AMD fam10: Drop RAMINIT_SYSINFOKyösti Mälkki2013-12-291-7/+1
* AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includesKyösti Mälkki2013-12-261-0/+1
* AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki2013-12-261-1/+0
* AMD boards: Fix includes for microcode updatesKyösti Mälkki2013-12-091-2/+1
* cpu: Fix spellingMartin Roth2013-07-111-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Some more #if cleanupPatrick Georgi2012-05-081-3/+3
* Clean up #ifsPatrick Georgi2012-05-081-5/+5
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-1/+1
* Improving BKDG implementation of P-states,Xavi Drudis Ferran2011-02-281-3/+2
* Make AMD Fam10h CPU microcode updates optional in Expert modeXavi Drudis Ferran2011-02-261-0/+2
* Add AMD SB800 southbridge CIMx code.Kerry She2011-01-011-0/+1
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-161-15/+4
* reg is only used inside the #if clause, so declare it there. trivial.Patrick Georgi2010-10-261-1/+1
* Revision 5966 changed the end of line style of the 3 modified files. This cha...Scott Duplichan2010-10-191-945/+945
* When debug logging is enabled, a message such as '* AP 02 timed out:02010501'Scott Duplichan2010-10-191-948/+945
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-071-2/+2
* Move initialization of MMCONF BAR to cache_as_ram setup phase, in orderArne Georg Gleditsch2010-09-131-27/+0
* Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch2010-09-091-17/+13
* Trivial - remove stray characters from a comment block.Marc Jones2010-09-081-1/+1
* Fix all warnings in the tree Stefan Reinauer2010-07-081-1/+1
* get rid of even more fam10 and k8 warnings.Stefan Reinauer2010-07-081-9/+6
* fix some more warningsStefan Reinauer2010-07-071-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-5/+4
* Remove another set of includes from Fam10 romstages:Patrick Georgi2010-05-141-0/+5
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-091-0/+6
* Remove a few more warnings from fam10.Myles Watson2010-04-151-1/+0
* Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson2010-04-081-194/+157
* Clean up fidvid files using indent.Myles Watson2010-04-081-8/+8
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* No warnings day, next round.Stefan Reinauer2010-04-061-4/+4
* Fix reading HT link offsets.Maximilian Thuermer2010-03-231-6/+8
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-18/+18
* Replace clear_memory with memset.Myles Watson2010-03-111-1/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-1/+1
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-7/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-18/+18
* Maximilian Thuermer found a bug where the HT link capability code was alwaysMarc Jones2009-06-161-17/+20
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-4/+4
* Add AMD Fam10 B3 default settings to match AMD example code.Marc Jones2008-07-231-0/+32
* Remove inline from FAM10 CPU initialization functions.Marc Jones2008-04-251-8/+8
* On APs the ClLinesToNbDis was being left enabled from CAR setup.Marc Jones2008-04-241-0/+7
* Update the FAM10 microcode to current versions.Marc Jones2008-04-221-0/+2
* Add early MSR and PCI register initialization. Marc Jones2008-04-221-11/+427
OpenPOWER on IntegriCloud