- 2bdfb48 Fixes and Sandybridge support for lapic cpu init by Stefan Reinauer · 11 years ago
- 334532e Add Sandybridge/Cougar Point support to SMM relocation handler by Stefan Reinauer · 11 years ago
- c00dfbc Cache 8MB flash instead of 4MB by Stefan Reinauer · 11 years ago
- 5b6404e Fix timer frequency detection on Sandybridge by Stefan Reinauer · 11 years ago
- deda997 Invalidate cache before first jump by Stefan Reinauer · 11 years ago
- 8c5b58e Update documentation in smmrelocate.S to mention TSEG by Stefan Reinauer · 11 years ago
- 3aa067f Add support to run SMM handler in TSEG instead of ASEG by Stefan Reinauer · 11 years ago
- 7b67892 Make MTRR min hole alignment 64MB by Duncan Laurie · 12 years ago
- 527fc74 Fix MB calculation in the reporting of the MTRR hole by Duncan Laurie · 12 years ago
- 7389fa9 MTRR: add alternate allocation method for odd memory maps by Duncan Laurie · 12 years ago
- 8bb7723 Add Kconfig options to enable TSEG and set a size by Duncan Laurie · 12 years ago
- 67aa3d6 drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not needed by Stefan Reinauer · 12 years ago
- 00093a8 Add an option to keep the ROM cached after romstage by Stefan Reinauer · 12 years ago
- a01ae62 Fix possible deadlock on SMP stop_this_cpu by Kyösti Mälkki · 12 years ago
- 1c93d90 ROMCC boards have no XIP limit by Patrick Georgi · 12 years ago
- 7863015 Fix address of IDT in real-mode entry by Kyösti Mälkki · 12 years ago
- 8907e81 move console includes to central console/console.h by Stefan Reinauer · 12 years ago
- c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
- 472efa6 Remove whitespace. by Patrick Georgi · 12 years ago
- 0713ca3 post code: Replaced hard-coded post code with macro by Vikram Narayanan · 12 years ago
- 15370ca trivial: spelling fixes in comments by Vikram Narayanan · 12 years ago
- c6daaa7 Leave SSE and MMX instructions enabled in coreboot by Stefan Reinauer · 12 years ago
- adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 12 years ago
- eafb18b Bootblock does not need a unique boot_cpu() by Kyösti Mälkki · 12 years ago
- 0dbfb54 Remove unused code files and cosmetic changes by Kyösti Mälkki · 12 years ago
- 2a40ebc Fix post_code in 16bit entry by Kyösti Mälkki · 12 years ago
- 5ff7c13 remove trailing whitespace by Stefan Reinauer · 12 years ago
- 784544b Remove XIP_ROM_BASE by Patrick Georgi · 12 years ago
- 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 12 years ago
- 3128685 SMM: Move wbinvd after pmode jump by Stefan Reinauer · 12 years ago
- 71496be Load an IDT with NULL limit by Stefan Reinauer · 12 years ago
- 78834b7 Miscellaneous AMD F14 warning fixes by efdesign98 · 12 years ago
- 3cab93c Add SSE3 dependent code by efdesign98 · 12 years ago
- 7f76290 Small SMM fixups by Rudolf Marek · 12 years ago
- 47b3fb4 SMM: flush caches after disabling caching by Sven Schnelle · 12 years ago
- bfe8e51 SMM: don't overwrite SMM memory on resume by Sven Schnelle · 12 years ago
- 6649d97 This replaces the fixed shift values in the apic timer init with macros. by Vikram Narayanan · 12 years ago
- 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 12 years ago
- 582748f Fix some more misuses of ifdef/if defined by Stefan Reinauer · 12 years ago
- 24ef134 drop half an uart8250 implementation from smiutil and use the common code by Stefan Reinauer · 12 years ago
- 23f49a8 earlymtrr.c: wipe some dead code, use names instead of numbers and some by Stefan Reinauer · 12 years ago
- 8902502 drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH by Stefan Reinauer · 12 years ago
- 5005bb06 Unify use of post_code by Alexandru Gagniuc · 12 years ago
- 5bb9fd6 Now that the VIA code is run above 1Meg (like other boards), it should by Kevin O'Connor · 13 years ago
- cadc545 SMM for AMD K8 Part 1/2 by Stefan Reinauer · 13 years ago
- be61a17 Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board which uses it. by Patrick Georgi · 13 years ago
- 8aedcbc - Fix shortcoming in Kconfig when handling multiple "choice"s by Stefan Reinauer · 13 years ago
- abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 13 years ago
- f3cce2f MTRR related improvements for AMD family 10h and family 0Fh systems by Scott Duplichan · 13 years ago
- fa78d99 Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial. by Myles Watson · 13 years ago
- 236aef2 To reduce boot time, remove the double startup IPI and 10 ms delay from lapic_cpu_init.c. The change is by Scott Duplichan · 13 years ago
- 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 13 years ago
- 17cae35 Forgot to 'svn add' src/cpu/x86/name (trivial). by Uwe Hermann · 13 years ago
- 5211a70 Add a few missing license headers based on svn logs, and also add a by Uwe Hermann · 13 years ago
- 16db6c3 Whitespace/typo/cosmetic fixes (trivial). by Uwe Hermann · 13 years ago
- 17daf9a Adapt comment, too. (trivial) by Patrick Georgi · 13 years ago
- a4c0a1d Make timer2 the default choice for TSC initialization. by Patrick Georgi · 13 years ago
- 3e4daf1 2ms is enough time to accurately obtain the clock rate. by Kevin O'Connor · 13 years ago
- 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 13 years ago
- a6f0e12 clean up comment in entry32.inc by Stefan Reinauer · 13 years ago
- c9ce895 make early_mtrr_init() invisible for cache as ram targets as it breaks them. by Stefan Reinauer · 13 years ago
- bc0f7a6 - fix SMM code relocation race by Stefan Reinauer · 13 years ago
- b987f7b don't generate C source code file but use objcopy to include the SMM blob. by Stefan Reinauer · 13 years ago
- 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
- 5f5436f drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" by Stefan Reinauer · 13 years ago
- 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 13 years ago
- ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 13 years ago
- 5934b50 Move the CPU specific includes from by Patrick Georgi · 13 years ago
- f1ce6f2 - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively by Patrick Georgi · 13 years ago
- d4f5373 zero warnings days. by Stefan Reinauer · 13 years ago
- d41a0bc Drop the need for cpu_reset, it's really just a short cut to stage2. by Stefan Reinauer · 13 years ago
- aa987b2 drop unused files by Stefan Reinauer · 13 years ago
- 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 13 years ago
- 10b29d8 thin out romcc epilogue and have it call copy_and_run as by Stefan Reinauer · 13 years ago
- 8a926845 clean up age old via epia target. by Stefan Reinauer · 13 years ago
- 8f2c616 No warnings day, next round. by Stefan Reinauer · 13 years ago
- 3c8ac78 remove more warnings. by Stefan Reinauer · 13 years ago
- c65666f remove more warnings by Stefan Reinauer · 13 years ago
- 0c781b2 -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 13 years ago
- 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
- 5f0aefb SMM: remove hack that was needed back in oldconfig times. by Stefan Reinauer · 14 years ago
- c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
- 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
- 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
- 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
- 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
- 9d24c7f - Simplify stack size determination: MAX_CPUS * STACK_SIZE by Patrick Georgi · 14 years ago
- 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
- 92b85aa Fix SMM handler comment. Thanks for noticing, Peter! by Stefan Reinauer · 14 years ago
- 881a553 mini update SMM: by Stefan Reinauer · 14 years ago
- de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
- d4c5c44 trival. All the changes is about comment and spaces. by Zheng Bao · 14 years ago
- c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
- ba295dc Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, by Patrick Georgi · 14 years ago
- 535e3b4 Adapt all uses of CONFIG_XIP_ROM_BASE to use by Patrick Georgi · 14 years ago
- 9a432ab Forgot a CBFS_PREFIX change in appropriate commit (r5102). by Patrick Georgi · 14 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
- 1f807fd - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] by Patrick Georgi · 14 years ago
- ce56835 - use LAPIC timer if selected (instead of TSC all the time) [kconfig] by Patrick Georgi · 14 years ago
- 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 14 years ago