Age | Commit message (Expand) | Author |
2009-05-27 | Trivial, but brown paper bag worthy: | Patrick Georgi |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-05-26 | Clean up acpi table writing code, and don't rely | Patrick Georgi |
2009-05-26 | Make printk_* behaviour more consistent. Without it, side | Patrick Georgi |
2009-05-26 | encapsule mbi initialization in write_multiboot_table, where it belongs. (very | Stefan Reinauer |
2009-05-26 | Major cleanup of i386 tables.c: | Stefan Reinauer |
2009-05-26 | acpi.c: add a cast to remove warning (trivial) | Stefan Reinauer |
2009-05-26 | remove some dead code from cpu.c (trivial) | Stefan Reinauer |
2009-05-13 | Allow dynamic size for the {s,}elfboot bounce buffer. | Patrick Georgi |
2009-05-13 | Make ACPI with low and high tables work again. The RSDP contained a | Patrick Georgi |
2009-05-05 | Fix a bug introduced in the copy_and_run refactoring. | Patrick Georgi |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-30 | And add the new file I forgot to "svn add" in the last commit. | Patrick Georgi |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
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-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 | This patch adds "high coreboot table support" to coreboot version 2. | 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 |