summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-9/+1
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-1/+0
* Split the two usages of __ROMCC__:Myles Watson2009-11-0612-17/+17
* http://www.coreboot.org/pipermail/coreboot/2007-October/025740.htmlStefan Reinauer2009-11-051-0/+61
* Remove some warnings from the tyan s2895.Myles Watson2009-10-304-1/+16
* Drop remainder of PPC portStefan Reinauer2009-10-281-6/+0
* Create lib.h for homeless prototypes.Myles Watson2009-10-281-0/+30
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-272-2/+2
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-274-0/+10
* CBMEM high table memory manager.Stefan Reinauer2009-10-261-0/+49
* drop src/include/stream/ as the source files from src/stream were dropped aStefan Reinauer2009-10-241-13/+0
* re-order console output functions, add proper prototypes, Stefan Reinauer2009-10-241-0/+29
* drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer2009-10-231-211/+0
* Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA.Myles Watson2009-10-201-2/+2
* Remove this, we no longer need it. Ronald G. Minnich2009-10-184-663/+0
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-1/+1
* Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson2009-10-162-21/+9
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-092-3/+7
* Move the ulzma prototype out of the function to make the code easier to read.Myles Watson2009-10-091-1/+1
* Remove some warnings.Myles Watson2009-09-291-1/+1
* drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer2009-09-252-12/+4
* If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger2009-09-222-0/+5
* coreboot was still using an old set (obsolete since yabel) of x86emu includesStefan Reinauer2009-08-274-801/+0
* Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison2009-08-171-0/+2
* Fix a redundant declaration warning (trivial)Stefan Reinauer2009-07-221-4/+2
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-211-3/+7
* Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer2009-07-212-1/+5
* Example how simple it is to use printk instead of printk_something inStefan Reinauer2009-07-212-1/+4
* Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer2009-07-211-0/+19
* Rename some preprocessor symbols. I have no idea whyPatrick Georgi2009-07-201-1/+1
* The file string.h is also included in romcc code, which has no malloc().Stefan Reinauer2009-07-191-1/+2
* strdup the input of dirname, as dirname is freePatrick Georgi2009-07-181-2/+5
* Fix many things for via/epia-m700 to build.Myles Watson2009-07-021-0/+5
* Move the v3 resource allocator to v2.Myles Watson2009-07-022-10/+14
* Add support for the Intel Eagle Heights development board.Thomas Jourdan2009-07-011-0/+4
* I missed three files. Jon Harrison2009-07-011-0/+8
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3013-41/+41
* Fix for Erratum 343 for AMD Fam10h CPUs.Marco Schmidt2009-06-061-0/+1
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-032-4/+6
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-032-6/+4
* Implement native VGA Support.Luc Verhaegen2009-05-293-213/+98
* Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi2009-05-261-0/+2
* Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi2009-05-131-1/+1
* Use the debugging functions to print out the tree and resources.Myles Watson2009-05-121-1/+0
* Bring v3-style debug output to v2. Fix a minor typo.Myles Watson2009-05-111-1/+11
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-301-0/+1
* This patch adds support for the BCM21000 (aka HT-2100)Mondrian nuessle2009-04-221-0/+4
* * Allow coreboot to use the full 256 bytes of CMOS memoryStefan Reinauer2009-04-221-1/+1
* - function prototypes do not need "extern"Stefan Reinauer2009-04-211-5/+6
* add define for Role-Based Error Reporting to PCIe defines (trivial)Stefan Reinauer2009-04-211-0/+1