Add constants for fast path resume copying
[coreboot.git] / src / cpu / x86 /
2012-04-05 Stefan ReinauerFix timer frequency detection on Sandybridge
2012-04-05 Stefan ReinauerInvalidate cache before first jump
2012-04-05 Stefan ReinauerUpdate documentation in smmrelocate.S to mention TSEG
2012-04-04 Stefan ReinauerAdd support to run SMM handler in TSEG instead of ASEG
2012-03-30 Duncan LaurieMake MTRR min hole alignment 64MB
2012-03-30 Duncan LaurieFix MB calculation in the reporting of the MTRR hole
2012-03-30 Duncan LaurieMTRR: add alternate allocation method for odd memory...
2012-03-30 Duncan LaurieAdd Kconfig options to enable TSEG and set a size
2012-03-30 Stefan Reinauerdrop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not...
2012-03-29 Stefan ReinauerAdd an option to keep the ROM cached after romstage
2012-03-25 Kyösti MälkkiFix possible deadlock on SMP stop_this_cpu
2012-03-16 Patrick GeorgiROMCC boards have no XIP limit
2012-03-16 Kyösti MälkkiFix address of IDT in real-mode entry
2012-03-09 Stefan Reinauermove console includes to central console/console.h
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2012-02-17 Patrick GeorgiRemove whitespace.
2012-01-23 Vikram Narayananpost code: Replaced hard-coded post code with macro
2012-01-21 Vikram Narayanantrivial: spelling fixes in comments
2012-01-20 Stefan ReinauerLeave SSE and MMX instructions enabled in coreboot
2012-01-10 Sven SchnelleMTRR: get physical address size from CPUID
2011-12-05 Kyösti MälkkiBootblock does not need a unique boot_cpu()
2011-11-24 Kyösti MälkkiRemove unused code files and cosmetic changes
2011-11-22 Kyösti MälkkiFix post_code in 16bit entry
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-10-15 Stefan ReinauerSMM: Move wbinvd after pmode jump
2011-10-13 Stefan ReinauerLoad an IDT with NULL limit
2011-09-12 efdesign98Miscellaneous AMD F14 warning fixes
2011-07-22 efdesign98Add SSE3 dependent code
2011-07-04 Rudolf MarekSmall SMM fixups
2011-06-18 Sven SchnelleSMM: flush caches after disabling caching
2011-06-15 Sven SchnelleSMM: don't overwrite SMM memory on resume
2011-05-10 Vikram NarayananThis replaces the fixed shift values in the apic timer...
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-19 Stefan ReinauerFix some more misuses of ifdef/if defined
2011-04-14 Stefan Reinauerdrop half an uart8250 implementation from smiutil and...
2011-04-14 Stefan Reinauerearlymtrr.c: wipe some dead code, use names instead...
2011-04-14 Stefan Reinauerdrop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused...
2011-04-11 Alexandru GagniucUnify use of post_code
2011-01-19 Kevin O'ConnorNow that the VIA code is run above 1Meg (like other...
2010-12-18 Stefan ReinauerSMM for AMD K8 Part 1/2
2010-12-18 Patrick GeorgiSupport Intel SCH (Poulsbo) and add iwave/iWRainbowG6...
2010-12-16 Stefan Reinauer- Fix shortcoming in Kconfig when handling multiple...
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-13 Scott DuplichanMTRR related improvements for AMD family 10h and family...
2010-10-20 Myles WatsonNow that no boards set RAMBASE < 1M, get rid of some...
2010-10-19 Scott DuplichanTo reduce boot time, remove the double startup IPI...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-29 Uwe HermannForgot to 'svn add' src/cpu/x86/name (trivial).
2010-09-27 Uwe HermannAdd a few missing license headers based on svn logs...
2010-09-23 Uwe HermannWhitespace/typo/cosmetic fixes (trivial).
2010-09-09 Patrick GeorgiAdapt comment, too. (trivial)
2010-09-08 Patrick GeorgiMake timer2 the default choice for TSC initialization.
2010-09-07 Kevin O'Connor2ms is enough time to accurately obtain the clock rate.
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-14 Stefan Reinauerclean up comment in entry32.inc
2010-08-01 Stefan Reinauermake early_mtrr_init() invisible for cache as ram targe...
2010-08-01 Stefan Reinauer- fix SMM code relocation race
2010-05-30 Stefan Reinauerdon't generate C source code file but use objcopy to...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauerdrop "arch/asm.h" and "arch/intel.h" and create "cpu...
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-12 Patrick Georgi- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclu...
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Stefan ReinauerDrop the need for cpu_reset, it's really just a short...
2010-04-09 Stefan Reinauerdrop unused files
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-09 Stefan Reinauerthin out romcc epilogue and have it call copy_and_run as
2010-04-07 Stefan Reinauerclean up age old via epia target.
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-04-03 Stefan Reinauerremove more warnings.
2010-04-03 Stefan Reinauerremove more warnings
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-24 Stefan ReinauerSMM: remove hack that was needed back in oldconfig...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Patrick Georgi- Simplify stack size determination: MAX_CPUS * STACK_SIZE
2010-02-22 Uwe HermannRandom cosmetic fixes (trivial).
2010-02-22 Stefan ReinauerFix SMM handler comment. Thanks for noticing, Peter!
2010-02-22 Stefan Reinauermini update SMM:
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-20 Zheng Baotrival. All the changes is about comment and spaces.
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-11 Patrick GeorgiFix AUTO_XIP_ROM_BASE issues on AMD boards with certain...
2010-02-11 Patrick GeorgiAdapt all uses of CONFIG_XIP_ROM_BASE to use
2010-02-10 Patrick GeorgiForgot a CBFS_PREFIX change in appropriate commit ...
2010-02-07 Patrick Georginewconfig is no more.
2010-01-04 Patrick Georgi- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
2010-01-04 Patrick Georgi- use LAPIC timer if selected (instead of TSC all the...
2009-12-23 Patrick GeorgiTiny Bootblock, step 1/n.
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-27 Myles WatsonAdd $(obj) paths for a couple of smm files so they...
next