summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* This fixes a shadowed declaration in multiboot.c.Robert Millan2009-03-311-2/+0
* Kevin O'Connor said:Myles Watson2009-03-201-4/+4
* Don't know if this is the correct fix, but it fixes compilation of the PPCStefan Reinauer2009-03-171-0/+12
* This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer2009-03-173-22/+46
* Fix all build problems on PPC except the _SDA_BASE issues caused by theStefan Reinauer2009-03-152-7/+7
* 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-202-3/+3
* 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-016-7/+7
* fix ppc mainboards (trivial)Stefan Reinauer2008-09-271-0/+3
* 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
* oops. sorry, wrong checkin. This patch backs out r3155 and instead contains theEd Swierk2008-03-161-3/+3
* This patch updates the PCI IDs for Intel 3100 devices. ...Ed Swierk2008-03-161-3/+3
* Route device IRQ through PCI bridge instead in mptable.Yinghai Lu2008-02-202-4/+60
* Add a new record type "console" for lbtable, and insert one recordPatrick Georgi2008-01-271-0/+35
* This patch adds a new record type for lbtable to provide informationPatrick Georgi2008-01-251-1/+19
* rename linuxbios_* files, too.Stefan Reinauer2008-01-189-12/+12
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-1821-109/+109
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-1810-10/+10
* This patch adds support for MCFG table, which allows OS to find theRudolf Marek2007-11-032-1/+57
* fix a whole bunch of warnings. (trivial)Stefan Reinauer2007-10-232-1/+2
* Add a common/global failover.c file which can be used by allUwe Hermann2007-09-131-0/+49