Add support to run SMM handler in TSEG instead of ASEG
[coreboot.git] / src / include / cpu /
2012-04-04 Stefan ReinauerAdd support to run SMM handler in TSEG instead of ASEG
2012-04-03 Stefan ReinauerAdd support for Intel Turbo Boost feature
2012-03-30 Duncan LaurieMake MTRR min hole alignment 64MB
2012-03-29 Stefan ReinauerAdd an option to keep the ROM cached after romstage
2012-03-29 Gabe BlackAdd infrastructure for global data in the CAR phase...
2012-03-16 Patrick Georgixchg is atomic with side-effects
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-02-16 Kerry ShehAGESA F15: AGESA family15 model 00-0fh cpu wrapper
2012-01-10 Sven SchnelleMTRR: get physical address size from CPUID
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-11-01 Patrick GeorgiRemove XIP_ROM_BASE
2011-10-28 Patrick GeorgiGet rid of AUTO_XIP_ROM_BASE
2011-09-15 efdesign98Build warning fix for AMD Family 12
2011-09-12 efdesign98Miscellaneous AMD F14 warning fixes
2011-08-04 Keith Huicpu/intel/slot_1: Init L2 cache on SECC(2) CPUs.
2011-07-13 Rudolf MarekMake AMD SMM SMP aware
2011-06-28 efdesign98Addition of Family12/SB900 wrapper code
2011-06-28 Sven SchnelleSMM: add guard and include types.h in cpu/x86/smm.h
2011-06-15 Sven SchnelleSMM: don't overwrite SMM memory on resume
2011-06-07 Sven SchnelleSMM: add defines for APM_CNT register
2011-06-06 Sven SchnelleSMM: add mainboard_apm_cnt() callback
2011-05-15 Scott DuplichanCosmetic cleanup.
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-21 Stefan Reinauersome ifdef --> if fixes
2011-04-11 Alexandru GagniucUnify use of post_code
2011-04-10 Stefan ReinauerIn 2007 Adrian Reber suggested that we drop ASSEMBLY...
2011-02-14 Frank VibransI missed a file that was part of the AMD AGESA CPU...
2011-01-19 Stefan ReinauerRevert r5902 to make code more readable again. At least...
2011-01-19 Kevin O'ConnorNow that the VIA code is run above 1Meg (like other...
2010-12-29 Nils Jacobs-Change the remaining GLIU1 port 5 register names from...
2010-12-26 Nils JacobsReplace Geode GX2 MSR addresses for GLCP on GLIU1 with...
2010-12-26 Nils JacobsClean up Geode GX2 comments, whitespace and coding...
2010-12-18 Stefan ReinauerSMM for AMD K8 Part 1/2
2010-12-17 Stefan Reinauerguard against the case that CONFIG_WAIT_BEFORE_CPUS_INI...
2010-12-11 Stefan Reinauerfactor out cpu power management base into a separate...
2010-12-08 stepansecond round name simplification. drop the <component...
2010-11-18 Patrick GeorgiFor completeness sake: License header.
2010-11-17 Patrick GeorgiMove Intel power management related defines to some...
2010-11-13 Scott DuplichanMTRR related improvements for AMD family 10h and family...
2010-11-01 Nils JacobsChange Geode GX2 to use the auto DRAM detect code from...
2010-11-01 Nils JacobsGX2: Clean up some white space and comments.
2010-10-12 Warren TurkalReduce duplicate definition in CAR code.
2010-10-01 Uwe HermannFactor out common CAR asm snippets.
2010-10-01 Uwe HermannCAR simplifications, typos, readability improvements...
2010-09-29 Uwe HermannFactor out fill_processor_name() and strcpy() functions.
2010-09-17 Scott DuplichanAMD Fam10 code breaks with gcc 4.5.0.
2010-09-13 Juhana HelovuoGenerate multiboot tables from coreboot tables.
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-28 Nils JacobsLet Geode GX2 use geode_post_code.h just like Geode LX
2010-07-26 Nils JacobsThis patch converts the Geode GX2 boards to CAR.
2010-07-08 Stefan ReinauerFix all warnings in the tree
2010-07-08 Stefan Reinauerget rid of even more fam10 and k8 warnings.
2010-07-07 Stefan Reinauerfix some more warnings
2010-06-10 Edwin BeasantThis commit updates the Geode LX GLCP delay control...
2010-05-19 Stefan Reinauercosmetic comment changes.
2010-05-16 Rudolf MarekSorry for this for second time. Now compile tested...
2010-05-16 Rudolf MarekSorry for this. I fixed that reverting the change for...
2010-05-16 Rudolf MarekFollowing patch reworks car_disable into C. Tested...
2010-05-14 Stefan Reinauerclean up some prototypes
2010-05-09 Patrick GeorgiMove includes to where they are needed. This allows...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauera single place for the romstage stack for copy_and_run.
2010-04-25 Stefan Reinauerdrop "arch/asm.h" and "arch/intel.h" and create "cpu...
2010-04-22 Stefan ReinauerNone of the cs5536 settings in devicetree.cb were ever...
2010-04-21 Stefan Reinauer* clean up all but two warnings on artecgroup dbe61
2010-04-16 Myles WatsonFix a typo to remove a few more warnings.
2010-04-15 Myles WatsonRemove a few more warnings from fam10.
2010-04-08 Myles WatsonCosmetically make init_cpus more similar for fam10...
2010-04-07 Stefan Reinauermove amd K8/Fam10 "bus detection" function prototypes...
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauertrivial warning fixes, mostly for ACPI code
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-02-22 Stefan Reinauermini update SMM:
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-28 Stefan ReinauerDrop remainder of PPC port
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-17 Myles WatsonRemove CONFIG_ from #defines that aren't config variabl...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-06 Marco SchmidtFix for Erratum 343 for AMD Fam10h CPUs.
2009-04-06 Stefan Reinauer(trivial) fix some warnings
2009-03-13 Stefan ReinauerThis, ladies and gentlement, is commit #4000.
2009-03-06 Stefan Reinauer* fix a minor power state issue in the ich7 smm handler
2009-03-01 Stefan ReinauerSome changes required to get yabel working on v2 (and...
2009-02-14 Rudolf MarekChange Log:
2009-01-20 Stefan Reinauerfix compiler warnings (trivial)
2008-11-11 Robert Millan[PATCH] coreboot-v2: Add multiboot support
2008-10-29 Stefan ReinauerSupport for the Intel ICH7 southbridge.
2008-08-02 Stefan ReinauerGo back to SIPI WAIT state for those CPUS defining...
2008-01-18 Stefan ReinauerPlease bear with me - another rename checkin. This...
2007-12-19 Marc JonesChanged the stop_this_cpu() to just hlt.
2007-12-19 Marc JonesInitial AMD Barcelona support for rev Bx.
next