Age | Commit message (Expand) | Author |
2010-09-23 | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann |
2010-09-17 | Clear bit 35 of msr c001_102a in Fam10 rev C cores. | Arne Georg Gleditsch |
2010-09-16 | Add more Fam10 CPUID strings from the AMD revision guide. Includes | Marc Jones |
2010-09-14 | This patch corrects a coding error in the original implementation | Scott Duplichan |
2010-09-13 | CONFIG_MMCONF_SUPPORT is always defined. Fix build. | Myles Watson |
2010-09-13 | Move initialization of MMCONF BAR to cache_as_ram setup phase, in order | Arne Georg Gleditsch |
2010-09-10 | Move memory type information out of some AMD sockets. | Myles Watson |
2010-09-09 | Adapt comment, too. (trivial) | Patrick Georgi |
2010-09-09 | Please find appended. This patch gets rid of the %gs magic altogether, | Arne Georg Gleditsch |
2010-09-09 | Apparently, it's not crucial to clear this at the exact moment we switch | Arne Georg Gleditsch |
2010-09-08 | Trivial - remove stray characters from a comment block. | Marc Jones |
2010-09-08 | Make timer2 the default choice for TSC initialization. | Patrick Georgi |
2010-09-08 | It should not be necessary to read in the rom during CAR setup. | Kevin O'Connor |
2010-09-07 | 2ms is enough time to accurately obtain the clock rate. | Kevin O'Connor |
2010-09-07 | Set up an arbitrary amount of system memory on Geode LX, so | Aurelien Guillaume |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-30 | mPGA479M Sockets can take Intel Mobile Celeron. | Andreas Schultz |
2010-08-22 | I've checked Revision Guide for AMD Family10h processors (#41322) rev | Xavi Drudis Ferran |
2010-08-22 | RB_C3 should also apply the workaround for errata 354, according to | Xavi Drudis Ferran |
2010-08-22 | RB_C3 and HY-D0 should also apply the workaround for errata 344, according to | Xavi Drudis Ferran |
2010-08-22 | Complete code for errata 343. Revision Guide for AMD Family10h | Xavi Drudis Ferran |
2010-08-22 | Include RB_C3 in erratum 346 | Xavi Drudis Ferran |
2010-08-22 | Add RB_C3 to AMD_FAM10_ALL so that it gets its MSR right for mtrs, ht, etc. | Xavi Drudis Ferran |
2010-08-14 | My forgotten CAR cleanup patch... | Stefan Reinauer |
2010-08-14 | clean up comment in entry32.inc | 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-08-01 | make early_mtrr_init() invisible for cache as ram targets as it breaks them. | Stefan Reinauer |
2010-08-01 | - fix SMM code relocation race | Stefan Reinauer |
2010-07-27 | Add src/cpu/amd/model_gx2/cache_as_ram.inc missing from r5669 | Nils Jacobs |
2010-07-26 | This patch converts the Geode GX2 boards to CAR. | Nils Jacobs |
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-06-21 | This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu... | Joseph Smith |
2010-06-21 | Create new socket for FCPGA370 and PGA370 CPU's for CAR. Add CAR support for ... | Joseph Smith |
2010-06-10 | This commit updates the Geode LX GLCP delay control setup from the v2 way to ... | Edwin Beasant |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-07 | replace outb -> port 0x80 with post_code() in some places. | Stefan Reinauer |
2010-06-04 | This patch replaces the headers of the following files: | Frank Vibrans |
2010-05-30 | don't generate C source code file but use objcopy to include the SMM blob. | Stefan Reinauer |
2010-05-28 | Add Intel Atom microcode | Stefan Reinauer |
2010-05-26 | Update Intel microcode include files from their web page. | Stefan Reinauer |
2010-05-26 | Use the microcode files as created by the new microcode update script. (Fixes... | Stefan Reinauer |
2010-05-26 | Drop problematically licensed Intel microcode files | Stefan Reinauer |
2010-05-26 | cosmetical changes on intel's microcode.c | Stefan Reinauer |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-25 | Long ago we agreed on kicking the _direct appendix because everything in | Stefan Reinauer |
2010-05-21 | Get rid of this warning: | Myles Watson |
2010-05-16 | Following patch reworks car_disable into C. Tested, works here. I compared | Rudolf Marek |