summaryrefslogtreecommitdiff
path: root/src/arch/i386/lib
AgeCommit message (Expand)Author
2010-03-29This patch fixes build.h dependencies in coreboot again.Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-23fix newly introduced printk_foo warnings..Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19Get rid of a few warnings:Myles Watson
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-17Remove failover/fallback/normal handling in mainboards'Patrick Georgi
2010-03-16This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer
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