aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
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
2007-09-13Add a common/global failover.c file which can be used by allUwe Hermann
2007-04-07Fix epia-m build after u8/u16/u32 changes in Yh Lu's patch.Peter Stuge
2007-04-06next part of YhLu's large patch. I am not sure whether the tables.cYinghai Lu
2007-04-06Part IVYinghai Lu
2007-04-06Part III of YhLu's patch from January 18thYinghai Lu
2007-04-06This is part of the outstanding mcp55 commit from January 18th. It willYinghai Lu
2007-04-06Trivial patch:Stefan Reinauer
2007-03-02This patch splits console.c into 3 different files to get a betterCarl-Daniel Hailfinger
2007-02-01great check-in message:Roman Kononov
2007-01-16Change 'ram' to 'RAM' in user-visible output (closes #60).Uwe Hermann
2006-12-15Apply linuxbios-rename-other-payload-options.patchEd Swierk
2006-12-15Apply linuxbios-rename-compressed-payload-options.patch, refs #14Ed Swierk
2006-12-05Use the common LinuxBIOS license header (trivial). Refs #5.Uwe Hermann
2006-10-05init.oYinghai Lu
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04failover_failover apc ldsYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-09-14fix some really yuck stuff. Ronald G. Minnich
2006-09-14additions and mods for lzma. Carl-Daniel Hailfinger
2006-07-19this code is for writing the mp table, so only execute it when Stefan Reinauer
2006-07-19move mptable to 960k to 1MStefan Reinauer
2006-07-11fix handling of mkelfImage'd binariesStefan Reinauer
2006-05-02add automatic payload compression method to LinuxBIOSStefan Reinauer
2006-04-23Adds a CONFIG_MAX_PCI_BUSES to pci_locate_device()Richard Smith
2006-04-03new cache_as_ram support Yinghai Lu
2006-01-05update commentsStefan Reinauer
2005-12-14indirect jmp with *Yinghai Lu
2005-12-03applied 1202_ldscript.diff from issue 45. This fixes images smaller than 64kStefan Reinauer
2005-12-03add cmos checksum range to linuxbios tableStefan Reinauer
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-12-01Applying 11_26_car_tyan.diff from Yinghai Lu.Stefan Reinauer
2005-11-26- Apply 11_24_a_s1_core.diff fromStefan Reinauer
2005-11-24fix typos reported by Martin LeyStefan Reinauer
2005-11-22EPIA-M fixupRonald G. Minnich
2005-11-14comment and unify lb_uint64 handling as discussed on the mailinglistStefan Reinauer
2005-11-03reverting rev 2082Stefan Reinauer
2005-11-02ppc970 initial porting.Eswar Nallusamy
2005-10-20changes to support new ppc archGreg Watson
2005-10-19trying to compile...Greg Watson
2005-10-19get include files rightGreg Watson
2005-10-05Updating FSF address in the code.Stefan Reinauer
2005-09-14Abort cpu_initialize if we detect that we've lost a race.Steven J. Magnani
2005-09-12Relocate the GDT to reserved memory, so it won't get clobbered by elfboot(), ...Steven J. Magnani
2005-08-10more removal for obsolete VGABIOS supportLi-Ta Lo
2005-08-10Undoing all HDAMA commits from LNXI from r2005->2003Jason Schildt
2005-08-09- Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.Jason Schildt
2005-07-26move x86 CAR related stuff to arch/i386/Config.lbLi-Ta Lo
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-61arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-13arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-7arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-3arch import user (historical)
2005-03-04some comment in ACPI tableLi-Ta Lo
2005-02-08generous iteration on the device tree removed.Stefan Reinauer
2005-02-08fix commentStefan Reinauer
2005-01-26target port may need to checksumStefan Reinauer
2005-01-19- make acpi usable for more than one motherboard.Stefan Reinauer
2005-01-18this is obsolete.Stefan Reinauer
2004-12-27remove unused optionsLi-Ta Lo
2004-12-15shame on me.Stefan Reinauer
2004-12-15obviously brokenStefan Reinauer
2004-12-10- Fix the definition of the linuxbios table so all of the compilersEric Biederman
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman
2004-11-12ooops. sorryStefan Reinauer
2004-11-11fix a little more of ppcStefan Reinauer
2004-11-11mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman