summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
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-17Don't know if this is the correct fix, but it fixes compilation of the PPCStefan Reinauer
2009-03-17This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer
2009-03-15Fix all build problems on PPC except the _SDA_BASE issues caused by theStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.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 mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
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-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan 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
2009-01-20Trivial stuff:Stefan Reinauer
2009-01-11Ignore some more sections, created by newer toolchainsPatrick Georgi
2008-12-23The attached patch adds missing bits to ACPI to make Windows XP and Windows V...Rudolf Marek
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
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-22Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann
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-27fix ppc mainboards (trivial)Stefan Reinauer
2008-09-22Patch for AMD RS690 chipset.Michael Xie
2008-08-03fix lots of warnings for cache as ram builds (trivial)Stefan Reinauer
2008-08-01fix warnings, make mptable struct members explicitly packed, as they'reStefan Reinauer
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-03-16oops. sorry, wrong checkin. This patch backs out r3155 and instead contains theEd Swierk
2008-03-16This patch updates the PCI IDs for Intel 3100 devices. ...Ed Swierk
2008-02-20Route device IRQ through PCI bridge instead in mptable.Yinghai Lu
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
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan 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