We did together some patch which makes finally a MMCONFIG workable in
[coreboot.git] / src / cpu /
2009-07-22 Stefan ReinauerDon't put .o files in the source tree. (trivial)
2009-07-21 Stefan Reinauerthis bug sneaked in during conversion
2009-07-21 Stefan Reinaueradd intel speedstep support and some PM fixes.
2009-07-21 Stefan Reinauer* rework tsc based timer code to use inb instead of...
2009-07-18 Stefan Reinauercoding style fixes for powernow (trivial)
2009-07-17 Ward VandewegeBring S1g1 cpu names up to date with the official
2009-07-17 Ward VandewegeBring Socket F cpu names up to date with the official
2009-07-17 Ward VandewegeBring AM2 cpu names up to date with the official
2009-07-10 Ed SwierkApparently I'm not the only one who forgets which way...
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-07-01 Thomas JourdanAdd support for the Intel Eagle Heights development...
2009-07-01 Myles WatsonFix typo and only output post code if the work was...
2009-07-01 Zheng BaoAdd AMD family 10 AM2r2 support.
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-21 Rudolf MarekThis patch adds a proper namestring generation to our...
2009-06-17 Marc JonesPatch AMD Fam10 C2 for errata 327, 344, 346, 354, 351.
2009-06-16 Marc JonesMaximilian Thuermer found a bug where the HT link capab...
2009-06-06 Marco SchmidtFix for Erratum 343 for AMD Fam10h CPUs.
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-05-27 Patrick GeorgiMove coreboot_ram and coreboot_apc to CBFS. This allows to
2009-05-14 Marc JonesUpdate equivalent processor revision ID to load latest...
2009-05-11 Myles WatsonThis patch adds high table support to qemu. It was...
2009-05-11 Myles WatsonTrivial white space fixes so that the next patches...
2009-05-04 Rudolf MarekThe rev 4099 broke ECC boards, they need to have tidy...
2009-05-02 Stefan ReinauerRun dos2unix on all files:
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-30 Stefan Reinauer* Use latest version of intel microcodes from their...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-28 Vincent Lim vincen... dd the family10h Rev C0-C2 support to coreboot.
2009-04-27 Patrick GeorgiCreate a valid stack pointer after leaving CAR, so...
2009-04-27 Myles WatsonRevert 4099 patch that causes an ECC error. Memory...
2009-04-22 Stefan Reinauermakes the smi handler a little bit less verbose
2009-04-22 Stefan Reinauerargh... never redo parts of the original patch on the...
2009-04-22 Stefan ReinauerThis patch unifies the socket_mPGA604_800Mhz and socket...
2009-04-22 Patrick GeorgiTrivial removal of a freudian slip.
2009-04-17 Stefan ReinauerAdd VIA CX700 support, plus VIA vt8454c reference board...
2009-04-15 Stefan Reinauerr4097 broke the tree and it remains unfixed :-(
2009-04-13 Rudolf MarekFollowing patch adds resume (exit from self refresh...
2009-04-13 Rudolf MarekFollowing patch adds necessary hooks and as well the...
2009-04-03 Stefan Reinauerdrop unused variables in generic smm handler. (trivial)
2009-04-03 Stefan Reinauerdrop another shadow variable (trivial)
2009-04-01 Marc JonesFix typo.
2009-04-01 Zheng BaoUpdated microcode for for AMD Fam10 DR-B2 and B3.
2009-04-01 Stefan ReinauerDrop CONFIG_CHIP_NAME. Those config statements in Confi...
2009-03-31 Stefan Reinauerfix typo
2009-03-25 Zeng BaoThe latest ucode patches for Family 10h:
2009-03-19 Stefan Reinauerfix totalimpact briq compilation. the target had a...
2009-03-06 Stefan ReinauerSome updates for core/core duo/core2/core2 duo cpus.
2009-03-06 Stefan Reinauer* fix a minor power state issue in the ich7 smm handler
2009-03-06 Stefan Reinauerfix a bunch of cast and type warnings and don't call...
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-28 Stefan ReinauerWith this patch the v2 build system will create a direc...
2009-02-27 Myles WatsonThis patch makes several CMOS/NVRAM reads dependent...
2009-02-17 Patrick GeorgiUnify CAR so the same compiled code does the right...
2009-02-14 Rudolf MarekBellongs to r3946
2009-02-14 Rudolf MarekFollowing patch adds dynamically generated P-States...
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-02-12 Stefan ReinauerFix mtrr setup for UMA architectures.
2009-02-11 Carl-Daniel HailfingerPrint a loud warning message if we run out of MTRRs.
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-02-03 Rudolf MarekFollowing patch adds missing CPU names. Please check
2009-01-20 Stefan ReinauerFix register typo for core 2 cpus (trivial)
2009-01-20 Stefan Reinauerfix compiler warnings (trivial)
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...
2008-12-19 Corey OsgoodFix a LOT of implicit function declarations before...
2008-12-18 Myles WatsonThis patch gets rid of all the implicit definition...
2008-12-18 Corey OsgoodAdd another CPUID to the Via C7's table, the one on...
2008-11-12 Marc JonesAdd another AM2 cpuid to the name string. Also, colapse...
2008-11-03 Marc JonesUpdate K8 FID/VID setup. Add support for 100MHz FIDs...
2008-10-29 Stefan ReinauerSupport for Intel Core Duo and Core 2 Duo (tm) CPUs.
2008-10-22 Jens RottmannSpeed up copying coreboot to ram by using "movsl" inste...
2008-10-03 Carl-Daniel HailfingerThanks to Jason Zhao we got a skeleton CAR code for...
2008-10-01 Carl-Daniel HailfingerThe ARRAY_SIZE macro is convenient, yet mostly unused...
2008-09-19 Michael Xie Michae... Add AMD K8 S1G1 socket support.
2008-08-25 Ed SwierkThis patch implements support for the CPU core of the...
2008-08-13 Stefan ReinauerFix outb to 0x80 delay functions to use inb instead...
2008-08-07 Marc JonesClean up whitespace and comments style. (trivial)
2008-08-02 Stefan Reinaueradapt Uncompressing.. patch for AMD code. Also replace...
2008-08-02 Stefan ReinauerGo back to SIPI WAIT state for those CPUS defining...
2008-08-02 Stefan ReinauerThis patch
2008-08-01 Stefan Reinauermatch against all steppings of a CPU model, because...
2008-08-01 Stefan Reinauersame spelling in all mtrr output.. (trivial)
2008-08-01 Stefan Reinauerdrop unused code (trivial)
2008-07-23 Marc JonesAdd AMD Fam10 B3 default settings to match AMD example...
2008-07-23 Marc JonesUpdate to the latest AMD Fam10 microcode patches.
2008-07-17 Marc JonesAdd Fam10 Gart table walk enable for MCA reporting...
2008-07-15 Uwe HermannAdd missing Intel CPU (trivial).
2008-04-25 Marc JonesRemove inline from FAM10 CPU initialization functions.
2008-04-24 Marc JonesAdd CPUID processor name string support for Fam10 CPUs.
2008-04-24 Marc JonesOn APs the ClLinesToNbDis was being left enabled from...
2008-04-22 Marc JonesClean up and remove late initialization code that is...
2008-04-22 Marc JonesFind matching settings for each CPUs FID, VID, and...
2008-04-22 Marc JonesUpdate the FAM10 microcode to current versions.
2008-04-22 Marc JonesMissed this file in the previous check-in, r3248.
2008-04-22 Marc JonesAdd early MSR and PCI register initialization.
2008-04-07 Marc Jones (marc... Re-add files I deleted by mistake in r3219. They are...
2008-04-07 Marc Jones(marc... Don't check exclusive IRQ fieldin the PIR table.
2008-04-04 Carl-Daniel HailfingerAdd a workaround for a bug in some binutils version...
next