summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Clean up amd/dbm690t and kontron/986lcd-m some more (notPatrick Georgi2009-12-181-1/+1
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-0/+4
* Get rid of the ugly warning the right way.Myles Watson2009-11-121-5/+3
* Revert my too-hasty commit.Myles Watson2009-11-111-3/+4
* Silence an ugly-looking warning. Two casts were not enough, so just don't castMyles Watson2009-11-111-4/+3
* * Simplify acpi_add_tableStefan Reinauer2009-11-102-93/+142
* if x86emu was running for VGA init a corrupted low table RSDPStefan Reinauer2009-11-051-0/+1
* Create lib.h for homeless prototypes.Myles Watson2009-10-282-2/+2
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-272-4/+4
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-272-2/+1
* CBMEM high table memory manager.Stefan Reinauer2009-10-264-76/+181
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-191-7/+7
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-155-16/+16
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-092-13/+13
* 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
OpenPOWER on IntegriCloud