Age | Commit message (Expand) | Author |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-01 | Fix a format string to keep the compiler happy. | Marc Bertens |
2010-06-01 | CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS | Myles Watson |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-20 | Move generation of mptable entries for ISA to generic code. | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-20 | - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has | Stefan Reinauer |
2010-03-30 | fix ms9652_fam10 | Stefan Reinauer |
2010-03-29 | Don't include option_table.h every time we include mc146818rtc.h, that was a | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. | Stefan Reinauer |
2010-03-17 | drop unused variable | Stefan Reinauer |
2010-02-22 | don't call verify_copy_pirq_routing_table() if it's not there. | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-22 | YABEL update | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-30 | * fix crt0s/ldscripts paths to fix out of tree build. | Stefan Reinauer |
2009-12-18 | Clean up amd/dbm690t and kontron/986lcd-m some more (not | Patrick Georgi |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson |
2009-11-12 | Get rid of the ugly warning the right way. | Myles Watson |
2009-11-11 | Revert my too-hasty commit. | Myles Watson |
2009-11-11 | Silence an ugly-looking warning. Two casts were not enough, so just don't cast | Myles Watson |
2009-11-10 | * Simplify acpi_add_table | Stefan Reinauer |
2009-11-05 | if x86emu was running for VGA init a corrupted low table RSDP | Stefan Reinauer |
2009-10-28 | Create lib.h for homeless prototypes. | Myles Watson |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | Uwe Hermann |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-26 | CBMEM high table memory manager. | Stefan Reinauer |
2009-10-19 | Clean up some #ifdef CONFIG_* | Myles Watson |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-09-23 | Fix the bounce_size global so that the bounce buffer works with CBFS. | Myles Watson |
2009-08-27 | Make all those locally used functions static instead of exporting them. (triv) | Stefan Reinauer |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-07-22 | Fix up the tree again... | Stefan Reinauer |
2009-07-21 | clean up acpi table strings, as discussed on the list | Stefan Reinauer |
2009-07-21 | This fixes a couple of issues with older Linux kernels (that expect an XSDT as | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-21 | This patch adds a proper namestring generation to our ACPIgen generator. | Rudolf Marek |
2009-05-26 | Clean up acpi table writing code, and don't rely | 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-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-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
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-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 |