aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25a single place for the romstage stack for copy_and_run.Stefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
2010-04-22None of the cs5536 settings in devicetree.cb were ever used and nobody noticed.Stefan Reinauer
2010-04-21* clean up all but two warnings on artecgroup dbe61Stefan Reinauer
2010-04-16Fix a typo to remove a few more warnings.Myles Watson
2010-04-15zero warnings days...Stefan Reinauer
2010-04-15Remove a few more warnings from fam10.Myles Watson
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-08Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson
2010-04-07move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-04-05Add RS785G, looks like it works although it is RV620.Rudolf Marek
2010-04-02oops, sorry, overlapping workStefan Reinauer
2010-04-02remove some more warningsStefan Reinauer
2010-04-02Fix console prototypes for non-romcc boards.Myles Watson
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-31mini part of the patch on the mailing list to fix the boards againStefan Reinauer
2010-03-29Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer
2010-03-29- include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
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 remaining uses ofPatrick Georgi
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2010-03-17more warning fixes.Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-161. This patch is about the pci header of RS780 and SB700. It is madeZheng Bao zheng.bao
2010-03-16This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer
2010-03-11Replace clear_memory with memset.Myles Watson
2010-03-051. Move run_bios prototype to device.hMyles Watson
2010-03-01Various cometic and coding-style fixes (trivial).Uwe Hermann
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-28assert.h: have the same information on asserts in romcc and non-romcc code.Stefan Reinauer
2010-02-23Remove nonsensical wrapper for function inStefan Reinauer
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22mini update SMM:Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-11-05http://www.coreboot.org/pipermail/coreboot/2007-October/025740.htmlStefan Reinauer
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-28Drop remainder of PPC portStefan Reinauer
2009-10-28Create lib.h for homeless prototypes.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-26CBMEM high table memory manager.Stefan Reinauer
2009-10-24drop src/include/stream/ as the source files from src/stream were dropped aStefan Reinauer
2009-10-24re-order console output functions, add proper prototypes, Stefan Reinauer
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-10-20Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA.Myles Watson
2009-10-18Remove this, we no longer need it. Ronald G. Minnich
2009-10-17Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson
2009-10-16Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-10-09Move the ulzma prototype out of the function to make the code easier to read.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-09-25drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-08-27coreboot was still using an old set (obsolete since yabel) of x86emu includesStefan Reinauer
2009-08-17Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison
2009-07-22Fix a redundant declaration warning (trivial)Stefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-07-21Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer
2009-07-21Example how simple it is to use printk instead of printk_something inStefan Reinauer
2009-07-21Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer
2009-07-20Rename some preprocessor symbols. I have no idea whyPatrick Georgi
2009-07-19The file string.h is also included in romcc code, which has no malloc().Stefan Reinauer
2009-07-18strdup the input of dirname, as dirname is freePatrick Georgi
2009-07-02Fix many things for via/epia-m700 to build.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-07-01Add support for the Intel Eagle Heights development board.Thomas Jourdan
2009-07-01I missed three files. Jon Harrison
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-06Fix for Erratum 343 for AMD Fam10h CPUs.Marco Schmidt
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-05-29Implement native VGA Support.Luc Verhaegen
2009-05-26Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi
2009-05-13Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi
2009-05-12Use the debugging functions to print out the tree and resources.Myles Watson
2009-05-11Bring v3-style debug output to v2. Fix a minor typo.Myles Watson
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-22This patch adds support for the BCM21000 (aka HT-2100)Mondrian nuessle
2009-04-22* Allow coreboot to use the full 256 bytes of CMOS memoryStefan Reinauer
2009-04-21- function prototypes do not need "extern"Stefan Reinauer
2009-04-21add define for Role-Based Error Reporting to PCIe defines (trivial)Stefan Reinauer
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-04-17Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer
2009-04-17This needed to be removed. Ronald G. Minnich
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-10unify spd_ddr2.h (trivial)Stefan Reinauer