Age | Commit message (Expand) | Author |
2009-04-22 | fix warnings, shadowed declarations and style guide violations (all trivial) | Stefan Reinauer |
2009-04-22 | drop unused variable. | Stefan Reinauer |
2009-04-22 | Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. | Stefan Reinauer |
2009-04-22 | * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 | Stefan Reinauer |
2009-04-21 | Add a helper function to acpigen to create _PSD tables. | Patrick Georgi |
2009-04-21 | Eliminate various issues brought up by scan-build. | Patrick Georgi |
2009-04-16 | Following patch flushes the instruction queue when we set PE=0. This is normally | Rudolf Marek |
2009-04-13 | Emergency fix. Most targets now build. | Ronald G. Minnich |
2009-04-13 | Following patch implements ACPI resume support for coreboot. The hardware main | Rudolf Marek |
2009-04-06 | (trivial) fix some warnings | Stefan Reinauer |
2009-03-31 | fix typo | Stefan Reinauer |
2009-03-31 | This fixes a shadowed declaration in multiboot.c. | Robert Millan |
2009-03-20 | Kevin O'Connor said: | Myles Watson |
2009-03-17 | This patch adds "high coreboot table support" to coreboot version 2. | Stefan Reinauer |
2009-03-12 | Fix HIGH_TABLES introduced error when compiling without MP table | Myles Watson |
2009-03-10 | This patch makes the boards use a single amdk8_util.asl. There are only | Myles Watson |
2009-03-06 | fix a bunch of cast and type warnings and don't call the apic "nvram", that | Stefan Reinauer |
2009-03-02 | Small bug somehow slipped there. The method body length is incorrectly computed. | Rudolf Marek |
2009-03-01 | Some changes required to get yabel working on v2 (and they generally make | Stefan Reinauer |
2009-02-27 | Generic approach of putting BIOS tables at the end of memory | Stefan Reinauer |
2009-02-17 | Add QWord support to acpigen. | Carl-Daniel Hailfinger |
2009-02-14 | Following patch adds dynamically generated P-States infrastructure as well as | Rudolf Marek |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-02-10 | Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. | Myles Watson |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2009-02-01 | Following patch adds dynamic ACPI AML code generator which can be used to | Rudolf Marek |
2009-01-20 | fix inconsistent user interface naming. don't show compile paths to users | Stefan Reinauer |
2009-01-20 | fix coding style (trivial) | Stefan Reinauer |
2008-12-13 | Move mainboard specific changes to the coreboot memory table into the | Stefan Reinauer |
2008-11-11 | [PATCH] coreboot-v2: Add multiboot support | Robert Millan |
2008-10-22 | Fixes a off-by-one error when routing the IRQs. This led to IRQ15 not | Jens Rottmann |
2008-10-01 | The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of | Carl-Daniel Hailfinger |
2008-09-22 | Patch for AMD RS690 chipset. | Michael Xie |
2008-07-23 | This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai. | Roman Kononov |
2008-06-29 | Adds a field to the serial port descriptor about the configured line speed. | Patrick Georgi |
2008-04-07 | Don't check exclusive IRQ fieldin the PIR table. | Marc Jones(marc.jones |
2008-03-29 | Now coreboot performs IRQ routing for some boards. | Nikolay Petukhov |
2008-01-27 | Add a new record type "console" for lbtable, and insert one record | Patrick Georgi |
2008-01-25 | This patch adds a new record type for lbtable to provide information | Patrick Georgi |
2008-01-18 | rename linuxbios_* files, too. | Stefan Reinauer |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2007-11-03 | This patch adds support for MCFG table, which allows OS to find the | Rudolf Marek |
2007-10-23 | fix a whole bunch of warnings. (trivial) | Stefan Reinauer |
2007-04-06 | next part of YhLu's large patch. I am not sure whether the tables.c | Yinghai Lu |
2007-04-06 | Trivial patch: | Stefan Reinauer |
2007-02-01 | great check-in message: | Roman Kononov |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-07-19 | this code is for writing the mp table, so only execute it when | Stefan Reinauer |
2006-07-19 | move mptable to 960k to 1M | Stefan Reinauer |
2006-01-05 | update comments | Stefan Reinauer |
2005-12-03 | add cmos checksum range to linuxbios table | Stefan Reinauer |
2005-11-26 | - Apply 11_24_a_s1_core.diff from | Stefan Reinauer |
2005-11-14 | comment and unify lb_uint64 handling as discussed on the mailinglist | Stefan Reinauer |
2005-09-12 | Relocate the GDT to reserved memory, so it won't get clobbered by elfboot(), ... | Steven J. Magnani |
2005-08-10 | Undoing all HDAMA commits from LNXI from r2005->2003 | Jason Schildt |
2005-08-09 | - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree. | Jason Schildt |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-61 | arch import user (historical) |
2005-02-08 | fix comment | Stefan Reinauer |
2005-01-19 | - make acpi usable for more than one motherboard. | Stefan Reinauer |
2004-12-10 | - Fix the definition of the linuxbios table so all of the compilers | Eric Biederman |
2004-11-18 | - First stab at getting the ppc ports building and working. | Eric Biederman |
2004-10-30 | - To reduce confuse rename the parts of linuxbios bios that run from | Eric Biederman |
2004-10-27 | sizeram removal/conversion. | Eric Biederman |
2004-10-14 | - First pass through with with device tree enhancement merge. Most of the me... | Eric Biederman |
2004-10-06 | epia-m support | Ronald G. Minnich |
2004-07-01 | remove_logical_cpus need call get_option | Yinghai Lu |
2004-06-07 | simplify pirq handling. Only apply consistency fixes on the copied version | Stefan Reinauer |
2004-04-15 | code reformat | Li-Ta Lo |
2004-03-23 | tighten up option exporting | Greg Watson |
2004-02-03 | create MADT tables, too. | Stefan Reinauer |
2004-01-29 | acpi fixes: | Stefan Reinauer |
2004-01-28 | please forgive me... ;) | Stefan Reinauer |
2004-01-26 | unify debug messages, fix typo | Stefan Reinauer |
2003-10-28 | dynamic pirq table fixup | Stefan Reinauer |
2003-09-01 | - Updates to config.g so that it works more reliably and has initial support | Eric Biederman |
2003-07-30 | updates from YhLu, plus fixes for PPC/K8 issues. | Ronald G. Minnich |
2003-06-24 | Fixes to various config files. | Ronald G. Minnich |
2003-06-19 | - Remove bogus #if CONFIG_SMP test | Eric Biederman |
2003-06-17 | new config file testing the update stuff. | Ronald G. Minnich |
2003-05-19 | - Cleanups on the romcc side including a pci interface that uses | Eric Biederman |
2003-04-25 | - Commit a working pirq table for the AMD solo | Eric Biederman |
2003-04-24 | - More attempts to leave irqs in a working state. | Eric Biederman |
2003-04-22 | - Initial checkin of the freebios2 tree | Eric Biederman |