summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix the bounce_size global so that the bounce buffer works with CBFS.Myles Watson2009-09-231-2/+2
* Make all those locally used functions static instead of exporting them. (triv)Stefan Reinauer2009-08-272-18/+35
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-1/+0
* Kconfig!Patrick Georgi2009-08-121-0/+10
* Fix up the tree again...Stefan Reinauer2009-07-221-1/+1
* clean up acpi table strings, as discussed on the listStefan Reinauer2009-07-211-16/+16
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-213-15/+68
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-305-29/+29
* This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek2009-06-211-10/+99
* Clean up acpi table writing code, and don't relyPatrick Georgi2009-05-262-15/+21
* encapsule mbi initialization in write_multiboot_table, where it belongs. (veryStefan Reinauer2009-05-262-2/+6
* Major cleanup of i386 tables.c:Stefan Reinauer2009-05-261-93/+49
* acpi.c: add a cast to remove warning (trivial)Stefan Reinauer2009-05-261-1/+1
* Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi2009-05-131-2/+2
* Make ACPI with low and high tables work again. The RSDP contained aPatrick Georgi2009-05-131-3/+5
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-302-7/+7
* Only add ACPI tables if ACPI is enabled for the board.Patrick Georgi2009-04-281-0/+2
* add_mainboard_resources is necessary for some boards (eg. kontron), butPatrick Georgi2009-04-281-0/+10
* Special handling for MP table in low memory is only necessary if there areWard Vandewege2009-04-271-8/+8
* Change the behaviour of the ACPI generating code so it onlyPatrick Georgi2009-04-241-4/+11
* fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer2009-04-222-21/+26
* drop unused variable.Stefan Reinauer2009-04-221-2/+0
* Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.Stefan Reinauer2009-04-221-0/+19
* * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 Stefan Reinauer2009-04-221-9/+28
* Add a helper function to acpigen to create _PSD tables.Patrick Georgi2009-04-211-0/+18
* Eliminate various issues brought up by scan-build.Patrick Georgi2009-04-211-2/+1
* Following patch flushes the instruction queue when we set PE=0. This is normallyRudolf Marek2009-04-161-0/+2
* Emergency fix. Most targets now build. Ronald G. Minnich2009-04-131-0/+1
* Following patch implements ACPI resume support for coreboot. The hardware mainRudolf Marek2009-04-133-3/+203
* (trivial) fix some warningsStefan Reinauer2009-04-062-2/+5
* fix typoStefan Reinauer2009-03-311-1/+1
* This fixes a shadowed declaration in multiboot.c.Robert Millan2009-03-311-2/+0
* Kevin O'Connor said:Myles Watson2009-03-201-4/+4
* This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer2009-03-173-22/+46
* Fix HIGH_TABLES introduced error when compiling without MP tableMyles Watson2009-03-121-2/+3
* This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson2009-03-101-1/+2
* fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer2009-03-063-6/+6
* Small bug somehow slipped there. The method body length is incorrectly computed.Rudolf Marek2009-03-021-1/+3
* Some changes required to get yabel working on v2 (and they generally makeStefan Reinauer2009-03-011-2/+0
* Generic approach of putting BIOS tables at the end of memoryStefan Reinauer2009-02-271-4/+95
* Add QWord support to acpigen.Carl-Daniel Hailfinger2009-02-171-0/+22
* Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek2009-02-141-0/+100
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-1/+1
* Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.Myles Watson2009-02-101-1/+1
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-093-7/+7
* Following patch adds dynamic ACPI AML code generator which can be used toRudolf Marek2009-02-013-1/+168
* fix inconsistent user interface naming. don't show compile paths to usersStefan Reinauer2009-01-201-15/+15
* fix coding style (trivial)Stefan Reinauer2009-01-201-1/+2
* Move mainboard specific changes to the coreboot memory table into theStefan Reinauer2008-12-132-8/+7
* [PATCH] coreboot-v2: Add multiboot supportRobert Millan2008-11-114-2/+138
OpenPOWER on IntegriCloud