Age | Commit message (Expand) | Author |
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 |
2010-03-18 | Remove remaining uses of | Patrick Georgi |
2010-03-17 | fix a couple of warnings | Stefan Reinauer |
2010-03-14 | Add scan-build support to the build system. | Patrick Georgi |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-03-01 | - Simplify stack size determination: MAX_CPUS * STACK_SIZE | Patrick Georgi |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2010-02-22 | Fix SMM handler comment. Thanks for noticing, Peter! | Stefan Reinauer |
2010-02-22 | mini update SMM: | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-20 | trival. All the changes is about comment and spaces. | Zheng Bao |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-11 | Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, | Patrick Georgi |
2010-02-11 | Adapt all uses of CONFIG_XIP_ROM_BASE to use | Patrick Georgi |
2010-02-10 | Forgot a CBFS_PREFIX change in appropriate commit (r5102). | Patrick Georgi |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-04 | - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] | Patrick Georgi |
2010-01-04 | - use LAPIC timer if selected (instead of TSC all the time) [kconfig] | Patrick Georgi |
2009-12-23 | Tiny Bootblock, step 1/n. | Patrick Georgi |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-10-30 | Remove some warnings from the tyan s2895. | Myles Watson |
2009-10-27 | Add $(obj) paths for a couple of smm files so they don't end up in the top di... | Myles Watson |
2009-10-26 | Remove double include of smm directory. Trivial. | Myles Watson |
2009-10-24 | hook up missing x86 SMM into Makefile | Stefan Reinauer |
2009-10-24 | * refactor x86 smi handler (put all debug stuff in an extra file smiutil.c) | Stefan Reinauer |
2009-10-24 | First attempt to integrate SMM in Kconfig. Unused code so far | Stefan Reinauer |
2009-10-23 | White space and comment fixes for cache_as_ram.inc files so it's easier to spot | Myles Watson |
2009-10-19 | Clean up some #ifdef CONFIG_* | Myles Watson |
2009-10-17 | Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ | Peter Stuge |
2009-10-17 | Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty | Peter Stuge |
2009-10-16 | Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references | Peter Stuge |
2009-10-16 | Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" | Peter Stuge |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-06 | Various fixes to Kconfig: All kconfig-boards should have a | Patrick Georgi |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
2009-09-22 | tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... | Myles Watson |
2009-08-29 | File I missed committing. | Ronald G. Minnich |
2009-08-29 | This is the final set of changes to allow rumba to build. Rumba is not | Ronald G. Minnich |
2009-08-25 | Fix copy-paste error in src/cpu/x86/Kconfig. | Uwe Hermann |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-12 | This now builds. | Ronald G. Minnich |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-08-11 | The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho... | Zheng Bao |
2009-07-22 | Don't put .o files in the source tree. (trivial) | Stefan Reinauer |
2009-07-21 | this bug sneaked in during conversion | Stefan Reinauer |
2009-07-21 | add intel speedstep support and some PM fixes. | Stefan Reinauer |
2009-07-21 | * rework tsc based timer code to use inb instead of outb for calibration | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-22 | makes the smi handler a little bit less verbose | Stefan Reinauer |
2009-04-17 | Add VIA CX700 support, plus VIA vt8454c reference board support. | Stefan Reinauer |
2009-04-13 | Following patch adds necessary hooks and as well the compile time checks for | Rudolf Marek |
2009-04-03 | drop unused variables in generic smm handler. (trivial) | Stefan Reinauer |
2009-04-03 | drop another shadow variable (trivial) | Stefan Reinauer |
2009-04-01 | Fix typo. | Marc Jones |
2009-03-31 | fix typo | Stefan Reinauer |
2009-03-06 | * fix a minor power state issue in the ich7 smm handler | Stefan Reinauer |
2009-03-06 | fix a bunch of cast and type warnings and don't call the apic "nvram", that | Stefan Reinauer |
2009-03-04 | I just went on a bugfix frenzy and fixed all printk format warnings | Carl-Daniel Hailfinger |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-28 | With this patch the v2 build system will create a directory hierarchy | Stefan Reinauer |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-02-12 | Fix mtrr setup for UMA architectures. | Stefan Reinauer |