- 159b012 don't call verify_copy_pirq_routing_table() if it's not there. by Stefan Reinauer · 15 years ago
- de3206a This is a general cleanup patch by Stefan Reinauer · 15 years ago
- d650e99 YABEL update by Stefan Reinauer · 15 years ago
- c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
- e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
- eecaba8 Clean up amd/dbm690t and kontron/986lcd-m some more (not by Patrick Georgi · 15 years ago
- 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
- 2d892f1 Get rid of the ugly warning the right way. by Myles Watson · 15 years ago
- 339722e Revert my too-hasty commit. by Myles Watson · 15 years ago
- 8f84813 Silence an ugly-looking warning. Two casts were not enough, so just don't cast by Myles Watson · 15 years ago
- c0ac7e9 by Stefan Reinauer · 15 years ago
- d18faac if x86emu was running for VGA init a corrupted low table RSDP by Stefan Reinauer · 15 years ago
- 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
- 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
- ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
- 3b31402 by Stefan Reinauer · 15 years ago
- ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
- b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
- 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
- 9202798 Fix the bounce_size global so that the bounce buffer works with CBFS. by Myles Watson · 15 years ago
- b883d4c Make all those locally used functions static instead of exporting them. (triv) by Stefan Reinauer · 15 years ago
- 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
- 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
- cdfe376 clean up acpi table strings, as discussed on the list by Stefan Reinauer · 15 years ago
- b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
- 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
- 3310d75 by Rudolf Marek · 15 years ago
- bab4f92 Clean up acpi table writing code, and don't rely by Patrick Georgi · 15 years ago
- af7da72 encapsule mbi initialization in write_multiboot_table, where it belongs. (very by Stefan Reinauer · 15 years ago
- f2152ec Major cleanup of i386 tables.c: by Stefan Reinauer · 15 years ago
- 69390db acpi.c: add a cast to remove warning (trivial) by Stefan Reinauer · 15 years ago
- 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
- 8f047de Make ACPI with low and high tables work again. The RSDP contained a by Patrick Georgi · 15 years ago
- fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
- 1b04403 Only add ACPI tables if ACPI is enabled for the board. by Patrick Georgi · 15 years ago
- bccaafc add_mainboard_resources is necessary for some boards (eg. kontron), but by Patrick Georgi · 15 years ago
- 2d0b93b by Ward Vandewege · 15 years ago
- cec6dc4 Change the behaviour of the ACPI generating code so it only by Patrick Georgi · 15 years ago
- f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
- 8afdb1c drop unused variable. by Stefan Reinauer · 15 years ago
- da65fbf Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. by Stefan Reinauer · 15 years ago
- 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
- df444bf Add a helper function to acpigen to create _PSD tables. by Patrick Georgi · 15 years ago
- 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
- e4be46b Following patch flushes the instruction queue when we set PE=0. This is normally by Rudolf Marek · 15 years ago
- c824b58 Emergency fix. Most targets now build. by Ronald G. Minnich · 15 years ago
- 33cafe5 Following patch implements ACPI resume support for coreboot. The hardware main by Rudolf Marek · 15 years ago
- df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
- f834e20 fix typo by Stefan Reinauer · 15 years ago
- 420593e This fixes a shadowed declaration in multiboot.c. by Robert Millan · 15 years ago
- 2a63ea5 Kevin O'Connor said: by Myles Watson · 15 years ago
- efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
- 47e42e5 Fix HIGH_TABLES introduced error when compiling without MP table by Myles Watson · 16 years ago
- 0b4c9f0 This patch makes the boards use a single amdk8_util.asl. There are only by Myles Watson · 16 years ago
- 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 16 years ago
- 6b2e760 Small bug somehow slipped there. The method body length is incorrectly computed. by Rudolf Marek · 16 years ago
- 36c8340 Some changes required to get yabel working on v2 (and they generally make by Stefan Reinauer · 16 years ago
- 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 16 years ago
- d58671c Add QWord support to acpigen. by Carl-Daniel Hailfinger · 16 years ago
- f997b55 Following patch adds dynamically generated P-States infrastructure as well as by Rudolf Marek · 16 years ago
- 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
- 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 16 years ago
- c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
- 293b5f5 Following patch adds dynamic ACPI AML code generator which can be used to by Rudolf Marek · 16 years ago
- 94f1777 fix inconsistent user interface naming. don't show compile paths to users by Stefan Reinauer · 16 years ago
- 26d431a fix coding style (trivial) by Stefan Reinauer · 16 years ago
- 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
- 81af3d4 [PATCH] coreboot-v2: Add multiboot support by Robert Millan · 16 years ago
- 9a9e61b Fixes a off-by-one error when routing the IRQs. This led to IRQ15 not by Jens Rottmann · 16 years ago
- 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
- 06755e4 Patch for AMD RS690 chipset. by Michael Xie · 16 years ago
- 96e3022 This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai. by Roman Kononov · 16 years ago
- c2e8fd4 Adds a field to the serial port descriptor about the configured line speed. by Patrick Georgi · 16 years ago
- df22f78 Don't check exclusive IRQ fieldin the PIR table. by Marc Jones(marc.jones · 16 years ago
- 9c2255c Now coreboot performs IRQ routing for some boards. by Nikolay Petukhov · 16 years ago
- 3bbf2ff Add a new record type "console" for lbtable, and insert one record by Patrick Georgi · 17 years ago
- 8c2a0c1 This patch adds a new record type for lbtable to provide information by Patrick Georgi · 17 years ago
- ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
- f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
- e6409f2 This patch adds support for MCFG table, which allows OS to find the by Rudolf Marek · 17 years ago
- 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
- 47cb7c7 next part of YhLu's large patch. I am not sure whether the tables.c by Yinghai Lu · 17 years ago
- ba43064 Trivial patch: by Stefan Reinauer · 17 years ago
- 57e700f great check-in message: by Roman Kononov · 18 years ago
- d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
- 87f194d this code is for writing the mp table, so only execute it when by Stefan Reinauer · 18 years ago
- 4f1cb23 move mptable to 960k to 1M https://openbios.org/roundup/linuxbios/issue55 by Stefan Reinauer · 18 years ago
- d6edf7a update comments by Stefan Reinauer · 19 years ago
- 4bd0de0 add cmos checksum range to linuxbios table by Stefan Reinauer · 19 years ago
- f622d59 by Stefan Reinauer · 19 years ago
- 0d304c1 comment and unify lb_uint64 handling as discussed on the mailinglist by Stefan Reinauer · 19 years ago
- d94e1d6 Relocate the GDT to reserved memory, so it won't get clobbered by elfboot(), etc. by Steven J. Magnani · 19 years ago
- 043b409 Undoing all HDAMA commits from LNXI from r2005->2003 by Jason Schildt · 19 years ago
- 6e44b42 - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree. by Jason Schildt · 19 years ago
- 59140cc Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-61 by arch import user (historical) · 19 years ago
- e30042d fix comment by Stefan Reinauer · 20 years ago
- 777224c - make acpi usable for more than one motherboard. by Stefan Reinauer · 20 years ago
- ec01aa9 - Fix the definition of the linuxbios table so all of the compilers by Eric Biederman · 20 years ago