Age | Commit message (Expand) | Author |
2011-07-22 | Add SSE3 dependent code | efdesign98 |
2011-07-04 | Small SMM fixups | Rudolf Marek |
2011-06-18 | SMM: flush caches after disabling caching | Sven Schnelle |
2011-06-15 | SMM: don't overwrite SMM memory on resume | Sven Schnelle |
2011-05-10 | This replaces the fixed shift values in the apic timer init with macros. | Vikram Narayanan |
2011-04-26 | Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an | Stefan Reinauer |
2011-04-19 | Fix some more misuses of ifdef/if defined | Stefan Reinauer |
2011-04-14 | drop half an uart8250 implementation from smiutil and use the common code | Stefan Reinauer |
2011-04-14 | earlymtrr.c: wipe some dead code, use names instead of numbers and some | Stefan Reinauer |
2011-04-14 | drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH | Stefan Reinauer |
2011-04-11 | Unify use of post_code | Alexandru Gagniuc |
2011-01-19 | Now that the VIA code is run above 1Meg (like other boards), it should | Kevin O'Connor |
2010-12-18 | SMM for AMD K8 Part 1/2 | Stefan Reinauer |
2010-12-18 | Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board | Patrick Georgi |
2010-12-16 | - Fix shortcoming in Kconfig when handling multiple "choice"s | Stefan Reinauer |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-11-13 | MTRR related improvements for AMD family 10h and family 0Fh systems | Scott Duplichan |
2010-10-20 | Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial. | Myles Watson |
2010-10-19 | To reduce boot time, remove the double startup IPI and 10 ms delay from lapic... | Scott Duplichan |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-29 | Forgot to 'svn add' src/cpu/x86/name (trivial). | Uwe Hermann |
2010-09-27 | Add a few missing license headers based on svn logs, and also add a | Uwe Hermann |
2010-09-23 | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann |
2010-09-09 | Adapt comment, too. (trivial) | Patrick Georgi |
2010-09-08 | Make timer2 the default choice for TSC initialization. | Patrick Georgi |
2010-09-07 | 2ms is enough time to accurately obtain the clock rate. | Kevin O'Connor |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-14 | clean up comment in entry32.inc | 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-05-30 | don't generate C source code file but use objcopy to include the SMM blob. | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-25 | drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" | Stefan Reinauer |
2010-04-14 | drop quite a lot of dead code that did nothing but produce warnings and make | Stefan Reinauer |
2010-04-14 | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | Stefan Reinauer |
2010-04-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-12 | - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively | Patrick Georgi |
2010-04-09 | zero warnings days. | Stefan Reinauer |
2010-04-09 | Drop the need for cpu_reset, it's really just a short cut to stage2. | Stefan Reinauer |
2010-04-09 | drop unused files | Stefan Reinauer |
2010-04-09 | copy_and_run.c is not needed twice, and it is used on non-car too. | Stefan Reinauer |
2010-04-09 | thin out romcc epilogue and have it call copy_and_run as | Stefan Reinauer |
2010-04-07 | clean up age old via epia target. | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-04-03 | remove more warnings. | Stefan Reinauer |
2010-04-03 | remove more warnings | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |
2010-03-24 | SMM: remove hack that was needed back in oldconfig times. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |