aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib
AgeCommit message (Expand)Author
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22- Make walkcbfs capable of loading files other than the firstPatrick Georgi
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2010-01-05* Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer
2009-12-31romcc:Patrick Georgi
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-11-27Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi
2009-11-10* Simplify acpi_add_tableStefan Reinauer
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26reasonable output in cbfs loading (part 2)Stefan Reinauer
2009-10-24re-order console output functions, add proper prototypes, Stefan Reinauer
2009-10-24move all register fram definitions to arch/register.hStefan Reinauer
2009-10-16Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson
2009-10-14cbfs_and_run_core() did not check the return code of cbfs_load_stage()Carl-Daniel Hailfinger
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-03Remove:Patrick Georgi
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-08-12Kconfig!Patrick Georgi
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-29drop most of the crappy vm86 code and replace it with a rewrittenStefan Reinauer
2009-05-27Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi
2009-05-26Make printk_* behaviour more consistent. Without it, side Patrick Georgi
2009-05-26remove some dead code from cpu.c (trivial)Stefan Reinauer
2009-05-05Fix a bug introduced in the copy_and_run refactoring.Patrick Georgi
2009-04-30And add the new file I forgot to "svn add" in the last commit.Patrick Georgi
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-06(trivial) fix some warningsStefan Reinauer
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2009-01-20Trivial stuff:Stefan Reinauer
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-08-03fix lots of warnings for cache as ram builds (trivial)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-09-13Add a common/global failover.c file which can be used by allUwe Hermann
2007-04-06Part III of YhLu's patch from January 18thYinghai Lu
2007-03-02This patch splits console.c into 3 different files to get a betterCarl-Daniel Hailfinger
2006-12-15Apply linuxbios-rename-other-payload-options.patchEd Swierk
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
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-11-24fix typos reported by Martin LeyStefan Reinauer
2005-11-22EPIA-M fixupRonald G. Minnich
2005-09-14Abort cpu_initialize if we detect that we've lost a race.Steven J. Magnani
2005-08-10more removal for obsolete VGABIOS supportLi-Ta Lo
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-7arch import user (historical)
2005-01-18this is obsolete.Stefan Reinauer
2004-12-27remove unused optionsLi-Ta Lo
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-11mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman
2004-11-04tell people that the segment descriptors are different for ROMCC andLi-Ta Lo
2004-11-04- Update abuild.sh so it will rebuild successfull buildsEric Biederman
2004-10-30- Update console.c to have non-inline versions of functionsEric Biederman
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman
2004-10-14- First pass through with with device tree enhancement merge. Most of the me...Eric Biederman
2004-10-06epia-m supportRonald G. Minnich
2004-06-28make cpuid and mtrr check conditional. They are not there on cpus older thanStefan Reinauer
2004-05-27cosmeticsStefan Reinauer
2004-05-12remove unused l2 cache configure, if we really need it some time in theLi-Ta Lo
2004-03-26speed up ecc clear by enable MTRR/Cache first.Li-Ta Lo
2004-03-23Doxidization, reformatLi-Ta Lo
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-10-11 - O2, enums, and switch statements work in romccEric Biederman
2003-09-02- Major update of the dynamic device tree so it can handleEric Biederman
2003-09-01- Updates to config.g so that it works more reliably and has initial supportEric Biederman
2003-07-30updates from YhLu, plus fixes for PPC/K8 issues.Ronald G. Minnich
2003-07-21- First pass at s2880 support.Eric Biederman
2003-07-19- Major cleanup of the bootpathEric Biederman
2003-07-14- Compile fixesEric Biederman
2003-07-12- Small typo fix in pci_ops.cEric Biederman
2003-06-17added config and other test files.Ronald G. Minnich
2003-06-17- Minor mod to reset16.inc to work with newer binutils hopefully this works w...Eric Biederman
2003-06-12- Modify the freebios tree so the pci config space api is mostly in sync betweenEric Biederman
2003-06-11- Factoring of auto.cEric Biederman
2003-05-19- Cleanups on the romcc side including a pci interface that usesEric Biederman
2003-04-25- Almost implement failover booting on the solo.Eric Biederman
2003-04-24- Small step forward Linux boots and almost works...Eric Biederman
2003-04-22- Initial checkin of the freebios2 treeEric Biederman