Age | Commit message (Expand) | Author |
2009-04-28 | Only add ACPI tables if ACPI is enabled for the board. | Patrick Georgi |
2009-04-28 | add_mainboard_resources is necessary for some boards (eg. kontron), but | Patrick Georgi |
2009-04-27 | Special handling for MP table in low memory is only necessary if there are | Ward Vandewege |
2009-04-24 | Change the behaviour of the ACPI generating code so it only | Patrick Georgi |
2009-04-24 | Remove duplicate code. | Patrick Georgi |
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 | fix a warning for a misnamed define, and make a debug message printk_debug | 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-15 | This patch cleans up mpspec.h and allows it to be included when | Myles Watson |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
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-04-04 | small workaround for romtool incompatibility with ppc ports | Stefan Reinauer |
2009-04-03 | Add u64 typedef to ppc (trivial) | Patrick Georgi |
2009-04-03 | I thought that romfs infrastructure is done now, but there were some | Patrick Georgi |
2009-04-03 | The attached patch tries new style compression first and runs old | Patrick Georgi |
2009-04-03 | the attached patch is the last infrastructure change necessary for | Patrick Georgi |
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 | Don't know if this is the correct fix, but it fixes compilation of the PPC | Stefan Reinauer |
2009-03-17 | This patch adds "high coreboot table support" to coreboot version 2. | Stefan Reinauer |
2009-03-15 | Fix all build problems on PPC except the _SDA_BASE issues caused by the | Stefan Reinauer |
2009-03-13 | This, ladies and gentlement, is commit #4000. | 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 mmconf (PCIe memory mapped config space access) support in v2. It was | 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-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-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | 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 |
2009-01-20 | Trivial stuff: | Stefan Reinauer |
2009-01-11 | Ignore some more sections, created by newer toolchains | Patrick Georgi |
2008-12-23 | The attached patch adds missing bits to ACPI to make Windows XP and Windows V... | Rudolf Marek |
2008-12-18 | This patch gets rid of all the implicit definition warnings for serengeti exc... | Myles Watson |
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 | Speed up copying coreboot to ram by using "movsl" instead of "movsb". | Jens Rottmann |
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-27 | fix ppc mainboards (trivial) | Stefan Reinauer |
2008-09-22 | Patch for AMD RS690 chipset. | Michael Xie |
2008-08-03 | fix lots of warnings for cache as ram builds (trivial) | Stefan Reinauer |
2008-08-01 | fix warnings, make mptable struct members explicitly packed, as they're | Stefan Reinauer |
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-03-16 | oops. sorry, wrong checkin. This patch backs out r3155 and instead contains the | Ed Swierk |
2008-03-16 | This patch updates the PCI IDs for Intel 3100 devices. ... | Ed Swierk |
2008-02-20 | Route device IRQ through PCI bridge instead in mptable. | Yinghai Lu |
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 |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | 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-09-13 | Add a common/global failover.c file which can be used by all | Uwe Hermann |
2007-04-07 | Fix epia-m build after u8/u16/u32 changes in Yh Lu's patch. | Peter Stuge |
2007-04-06 | next part of YhLu's large patch. I am not sure whether the tables.c | Yinghai Lu |
2007-04-06 | Part IV | Yinghai Lu |
2007-04-06 | Part III of YhLu's patch from January 18th | Yinghai Lu |
2007-04-06 | This is part of the outstanding mcp55 commit from January 18th. It will | Yinghai Lu |
2007-04-06 | Trivial patch: | Stefan Reinauer |
2007-03-02 | This patch splits console.c into 3 different files to get a better | Carl-Daniel Hailfinger |
2007-02-01 | great check-in message: | Roman Kononov |
2007-01-16 | Change 'ram' to 'RAM' in user-visible output (closes #60). | Uwe Hermann |
2006-12-15 | Apply linuxbios-rename-other-payload-options.patch | Ed Swierk |
2006-12-15 | Apply linuxbios-rename-compressed-payload-options.patch, refs #14 | Ed Swierk |
2006-12-05 | Use the common LinuxBIOS license header (trivial). Refs #5. | Uwe Hermann |
2006-10-05 | init.o | Yinghai Lu |
2006-10-04 | CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in | Yinghai Lu |
2006-10-04 | failover_failover apc lds | Yinghai Lu |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-09-14 | fix some really yuck stuff. | Ronald G. Minnich |
2006-09-14 | additions and mods for lzma. | Carl-Daniel Hailfinger |
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-07-11 | fix handling of mkelfImage'd binaries | Stefan Reinauer |
2006-05-02 | add automatic payload compression method to LinuxBIOS | Stefan Reinauer |
2006-04-23 | Adds a CONFIG_MAX_PCI_BUSES to pci_locate_device() | Richard Smith |
2006-04-03 | new cache_as_ram support | Yinghai Lu |
2006-01-05 | update comments | Stefan Reinauer |
2005-12-14 | indirect jmp with * | Yinghai Lu |