Age | Commit message (Expand) | Author |
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 |
2009-02-11 | Print a loud warning message if we run out of MTRRs. | Carl-Daniel Hailfinger |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |
2008-12-18 | This patch gets rid of all the implicit definition warnings for serengeti exc... | Myles Watson |
2008-10-29 | Support for Intel Core Duo and Core 2 Duo (tm) CPUs. | Stefan Reinauer |
2008-08-02 | adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot" | Stefan Reinauer |
2008-08-02 | Go back to SIPI WAIT state for those CPUS defining the newly introduced | Stefan Reinauer |
2008-08-02 | This patch | Stefan Reinauer |
2008-08-01 | same spelling in all mtrr output.. (trivial) | Stefan Reinauer |
2008-04-04 | Add a workaround for a bug in some binutils version which strictly | Carl-Daniel Hailfinger |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |
2008-01-08 | Fix compilation of Tyan S2735 which was broken by accident in r3038. | Carl-Daniel Hailfinger |
2008-01-08 | This patch is an attempt at introducing 4k CAR size granularity for the | Carl-Daniel Hailfinger |
2007-10-23 | fix a whole bunch of warnings. (trivial) | Stefan Reinauer |
2007-04-24 | trivial: fix filename in comment. | Stefan Reinauer |
2007-04-06 | This is part of the outstanding mcp55 commit from January 18th. It will | Yinghai Lu |
2007-01-16 | Change 'ram' to 'RAM' in user-visible output (closes #60). | Uwe Hermann |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-05-18 | init the ECC for BSP and AP at the same time. So reduce init cpus time | Yinghai Lu |
2006-05-04 | fix the tree | Stefan Reinauer |
2006-05-03 | oops! Slap me on the head for this one. Quick fix for ward until | Stefan Reinauer |
2006-05-02 | add automatic payload compression method to LinuxBIOS | Stefan Reinauer |
2006-04-03 | new cache_as_ram support | Yinghai Lu |
2006-01-09 | don't need copy_secondary_start_to_1m_below for non-smp | Yinghai Lu |
2006-01-04 | 1M boundary for _RAMBASE=1M, and CONFIG_LB_TOPK 8M above support | Yinghai Lu |
2005-12-14 | issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1M | Yinghai Lu |
2005-12-02 | 1201_ht_bus0_dev0_fidvid_core.diff | Stefan Reinauer |
2005-10-25 | - See Issue Tracker id-6 "lnxi-patch-6-replacement" | Jason Schildt |
2005-10-25 | - See Issue Tracker ID-3 "lnxi-patch3" | Jason Schildt |
2005-09-14 | Make EPIA-M use CONFIG_TSC. | Jonathan McDowell |
2005-09-12 | Fix hang during secondary CPU sibling init caused by nested spinlocks. | Steven J. Magnani |
2005-08-17 | Changed udelay in delay_tsc to be more be more considerate of single | Hamish Guthrie |
2005-08-10 | Undoing all HDAMA commits from LNXI from r2005->2003 | Jason Schildt |