aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot
AgeCommit message (Expand)Author
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer
2010-03-17drop unused variableStefan Reinauer
2010-02-22don't call verify_copy_pirq_routing_table() if it's not there.Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-07newconfig is no more.Patrick Georgi
2010-01-30* fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer
2009-12-18Clean up amd/dbm690t and kontron/986lcd-m some more (notPatrick Georgi
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-12Get rid of the ugly warning the right way.Myles Watson
2009-11-11Revert my too-hasty commit.Myles Watson
2009-11-11Silence an ugly-looking warning. Two casts were not enough, so just don't castMyles Watson
2009-11-10* Simplify acpi_add_tableStefan Reinauer
2009-11-05if x86emu was running for VGA init a corrupted low table RSDPStefan Reinauer
2009-10-28Create lib.h for homeless prototypes.Myles Watson
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26CBMEM high table memory manager.Stefan Reinauer
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-09-23Fix the bounce_size global so that the bounce buffer works with CBFS.Myles Watson
2009-08-27Make all those locally used functions static instead of exporting them. (triv)Stefan Reinauer
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12Kconfig!Patrick Georgi
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-21clean up acpi table strings, as discussed on the listStefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-21This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek
2009-05-26Clean up acpi table writing code, and don't relyPatrick Georgi
2009-05-26encapsule mbi initialization in write_multiboot_table, where it belongs. (veryStefan Reinauer
2009-05-26Major cleanup of i386 tables.c:Stefan Reinauer
2009-05-26acpi.c: add a cast to remove warning (trivial)Stefan Reinauer
2009-05-13Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi
2009-05-13Make ACPI with low and high tables work again. The RSDP contained aPatrick Georgi
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-28Only add ACPI tables if ACPI is enabled for the board.Patrick Georgi
2009-04-28add_mainboard_resources is necessary for some boards (eg. kontron), butPatrick Georgi
2009-04-27Special handling for MP table in low memory is only necessary if there areWard Vandewege
2009-04-24Change the behaviour of the ACPI generating code so it onlyPatrick Georgi
2009-04-22fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer
2009-04-22drop unused variable.Stefan Reinauer
2009-04-22Factor 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-21Add a helper function to acpigen to create _PSD tables.Patrick Georgi
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-04-16Following patch flushes the instruction queue when we set PE=0. This is normallyRudolf Marek
2009-04-13Emergency fix. Most targets now build. Ronald G. Minnich
2009-04-13Following patch implements ACPI resume support for coreboot. The hardware mainRudolf Marek
2009-04-06(trivial) fix some warningsStefan Reinauer
2009-03-31fix typoStefan Reinauer
2009-03-31This fixes a shadowed declaration in multiboot.c.Robert Millan
2009-03-20Kevin O'Connor said:Myles Watson
2009-03-17This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer
2009-03-12Fix HIGH_TABLES introduced error when compiling without MP tableMyles Watson
2009-03-10This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-03-02Small bug somehow slipped there. The method body length is incorrectly computed.Rudolf Marek
2009-03-01Some changes required to get yabel working on v2 (and they generally makeStefan Reinauer
2009-02-27Generic approach of putting BIOS tables at the end of memoryStefan Reinauer
2009-02-17Add QWord support to acpigen.Carl-Daniel Hailfinger
2009-02-14Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-10Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.Myles Watson
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2009-02-01Following patch adds dynamic ACPI AML code generator which can be used toRudolf Marek
2009-01-20fix inconsistent user interface naming. don't show compile paths to usersStefan Reinauer
2009-01-20fix coding style (trivial)Stefan Reinauer
2008-12-13Move mainboard specific changes to the coreboot memory table into theStefan Reinauer
2008-11-11[PATCH] coreboot-v2: Add multiboot supportRobert Millan
2008-10-22Fixes a off-by-one error when routing the IRQs. This led to IRQ15 notJens Rottmann
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-22Patch for AMD RS690 chipset.Michael Xie
2008-07-23This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai.Roman Kononov
2008-06-29Adds a field to the serial port descriptor about the configured line speed.Patrick Georgi
2008-04-07Don't check exclusive IRQ fieldin the PIR table.Marc Jones(marc.jones
2008-03-29Now coreboot performs IRQ routing for some boards.Nikolay Petukhov
2008-01-27Add a new record type "console" for lbtable, and insert one recordPatrick Georgi
2008-01-25This patch adds a new record type for lbtable to provide informationPatrick Georgi
2008-01-18rename linuxbios_* files, too.Stefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-11-03This patch adds support for MCFG table, which allows OS to find theRudolf Marek
2007-10-23fix a whole bunch of warnings. (trivial)Stefan Reinauer
2007-04-06next part of YhLu's large patch. I am not sure whether the tables.cYinghai Lu
2007-04-06Trivial patch:Stefan Reinauer
2007-02-01great check-in message:Roman Kononov
2006-10-04AMD Rev F supportYinghai Lu
2006-07-19this code is for writing the mp table, so only execute it when Stefan Reinauer
2006-07-19move mptable to 960k to 1MStefan Reinauer
2006-01-05update commentsStefan Reinauer
2005-12-03add cmos checksum range to linuxbios tableStefan Reinauer
2005-11-26- Apply 11_24_a_s1_core.diff fromStefan Reinauer
2005-11-14comment and unify lb_uint64 handling as discussed on the mailinglistStefan Reinauer
2005-09-12Relocate the GDT to reserved memory, so it won't get clobbered by elfboot(), ...Steven J. Magnani
2005-08-10Undoing all HDAMA commits from LNXI from r2005->2003Jason Schildt
2005-08-09- Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.Jason Schildt
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-61arch import user (historical)