summaryrefslogtreecommitdiffstats
path: root/src/arch/i386
Commit message (Expand)AuthorAgeFilesLines
...
* * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 Stefan Reinauer2009-04-222-10/+66
* fix a warning for a misnamed define, and make a debug message printk_debugStefan Reinauer2009-04-211-2/+2
* Add a helper function to acpigen to create _PSD tables.Patrick Georgi2009-04-212-0/+20
* 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
* This patch cleans up mpspec.h and allows it to be included whenMyles Watson2009-04-151-13/+0
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-2/+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-134-3/+212
* (trivial) fix some warningsStefan Reinauer2009-04-063-3/+6
* I thought that romfs infrastructure is done now, but there were somePatrick Georgi2009-04-031-1/+2
* The attached patch tries new style compression first and runs oldPatrick Georgi2009-04-031-1/+1
* the attached patch is the last infrastructure change necessary forPatrick Georgi2009-04-031-2/+2
* 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
* This, ladies and gentlement, is commit #4000.Stefan Reinauer2009-03-132-6/+6
* 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-102-2/+4
* Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer2009-03-062-12/+13
* fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer2009-03-064-8/+8
* 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-013-5/+4
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-3/+3
* 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-172-0/+24
* Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek2009-02-142-0/+105
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-2/+2
* 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-096-15/+15
* Following patch adds dynamic ACPI AML code generator which can be used toRudolf Marek2009-02-015-1/+208
* 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
* Trivial stuff:Stefan Reinauer2009-01-201-2/+2
* Ignore some more sections, created by newer toolchainsPatrick Georgi2009-01-113-0/+6
* The attached patch adds missing bits to ACPI to make Windows XP and Windows V...Rudolf Marek2008-12-231-1/+1
* This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson2008-12-181-0/+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
* Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann2008-10-221-0/+9
* Fixes a off-by-one error when routing the IRQs. This led to IRQ15 notJens Rottmann2008-10-221-1/+1
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-015-6/+6
* Patch for AMD RS690 chipset.Michael Xie2008-09-221-0/+9
* fix lots of warnings for cache as ram builds (trivial)Stefan Reinauer2008-08-032-55/+65
* fix warnings, make mptable struct members explicitly packed, as they'reStefan Reinauer2008-08-013-17/+17
* This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai.Roman Kononov2008-07-232-4/+3
* Adds a field to the serial port descriptor about the configured line speed.Patrick Georgi2008-06-291-0/+1
* Don't check exclusive IRQ fieldin the PIR table.Marc Jones(marc.jones2008-04-071-1/+1
* Now coreboot performs IRQ routing for some boards.Nikolay Petukhov2008-03-292-0/+81
OpenPOWER on IntegriCloud