| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson | 2009-11-12 | 1 | -9/+1 |
* | Remove drivers/pci/onboard. The only purpose was for option ROMs, which are | Myles Watson | 2009-11-06 | 1 | -1/+0 |
* | Split the two usages of __ROMCC__: | Myles Watson | 2009-11-06 | 12 | -17/+17 |
* | http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html | Stefan Reinauer | 2009-11-05 | 1 | -0/+61 |
* | Remove some warnings from the tyan s2895. | Myles Watson | 2009-10-30 | 4 | -1/+16 |
* | Drop remainder of PPC port | Stefan Reinauer | 2009-10-28 | 1 | -6/+0 |
* | Create lib.h for homeless prototypes. | Myles Watson | 2009-10-28 | 1 | -0/+30 |
* | Improve coreboot build output and eliminate some warnings: | Uwe Hermann | 2009-10-27 | 2 | -2/+2 |
* | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka | 2009-10-27 | 4 | -0/+10 |
* | CBMEM high table memory manager. | Stefan Reinauer | 2009-10-26 | 1 | -0/+49 |
* | drop src/include/stream/ as the source files from src/stream were dropped a | Stefan Reinauer | 2009-10-24 | 1 | -13/+0 |
* | re-order console output functions, add proper prototypes, | Stefan Reinauer | 2009-10-24 | 1 | -0/+29 |
* | drop a lot of dead code, including an old winbond southbridge from our removed | Stefan Reinauer | 2009-10-23 | 1 | -211/+0 |
* | Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. | Myles Watson | 2009-10-20 | 1 | -2/+2 |
* | Remove this, we no longer need it. | Ronald G. Minnich | 2009-10-18 | 4 | -663/+0 |
* | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson | 2009-10-17 | 1 | -1/+1 |
* | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson | 2009-10-16 | 2 | -21/+9 |
* | Add const to get rid of some warnings when passing quoted strings. | Myles Watson | 2009-10-09 | 2 | -3/+7 |
* | Move the ulzma prototype out of the function to make the code easier to read. | Myles Watson | 2009-10-09 | 1 | -1/+1 |
* | Remove some warnings. | Myles Watson | 2009-09-29 | 1 | -1/+1 |
* | drop some dead code, clarify small comments and small cleanups to malloc.c | Stefan Reinauer | 2009-09-25 | 2 | -12/+4 |
* | If no pci access method has been set for the device tree so far (e.g. | Carl-Daniel Hailfinger | 2009-09-22 | 2 | -0/+5 |
* | coreboot was still using an old set (obsolete since yabel) of x86emu includes | Stefan Reinauer | 2009-08-27 | 4 | -801/+0 |
* | Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: | Jon Harrison | 2009-08-17 | 1 | -0/+2 |
* | Fix a redundant declaration warning (trivial) | Stefan Reinauer | 2009-07-22 | 1 | -4/+2 |
* | This fixes a couple of issues with older Linux kernels (that expect an XSDT as | Stefan Reinauer | 2009-07-21 | 1 | -3/+7 |
* | Rewrite interrupt handling in coreboot to be more comprehensible and | Stefan Reinauer | 2009-07-21 | 2 | -1/+5 |
* | Example how simple it is to use printk instead of printk_something in | Stefan Reinauer | 2009-07-21 | 2 | -1/+4 |
* | Some USB debug updates, mostly comments fixing, license header updates | Stefan Reinauer | 2009-07-21 | 1 | -0/+19 |
* | Rename some preprocessor symbols. I have no idea why | Patrick Georgi | 2009-07-20 | 1 | -1/+1 |
* | The file string.h is also included in romcc code, which has no malloc(). | Stefan Reinauer | 2009-07-19 | 1 | -1/+2 |
* | strdup the input of dirname, as dirname is free | Patrick Georgi | 2009-07-18 | 1 | -2/+5 |
* | Fix many things for via/epia-m700 to build. | Myles Watson | 2009-07-02 | 1 | -0/+5 |
* | Move the v3 resource allocator to v2. | Myles Watson | 2009-07-02 | 2 | -10/+14 |
* | Add support for the Intel Eagle Heights development board. | Thomas Jourdan | 2009-07-01 | 1 | -0/+4 |
* | I missed three files. | Jon Harrison | 2009-07-01 | 1 | -0/+8 |
* | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer | 2009-06-30 | 13 | -41/+41 |
* | Fix for Erratum 343 for AMD Fam10h CPUs. | Marco Schmidt | 2009-06-06 | 1 | -0/+1 |
* | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen | 2009-06-03 | 2 | -4/+6 |
* | CMOS: Add set_option and rework get_option. | Luc Verhaegen | 2009-06-03 | 2 | -6/+4 |
* | Implement native VGA Support. | Luc Verhaegen | 2009-05-29 | 3 | -213/+98 |
* | Attached patch moves the CBFS payload loader to selfboot.c as it's | Patrick Georgi | 2009-05-26 | 1 | -0/+2 |
* | Allow dynamic size for the {s,}elfboot bounce buffer. | Patrick Georgi | 2009-05-13 | 1 | -1/+1 |
* | Use the debugging functions to print out the tree and resources. | Myles Watson | 2009-05-12 | 1 | -1/+0 |
* | Bring v3-style debug output to v2. Fix a minor typo. | Myles Watson | 2009-05-11 | 1 | -1/+11 |
* | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson | 2009-04-30 | 1 | -0/+1 |
* | This patch adds support for the BCM21000 (aka HT-2100) | Mondrian nuessle | 2009-04-22 | 1 | -0/+4 |
* | * Allow coreboot to use the full 256 bytes of CMOS memory | Stefan Reinauer | 2009-04-22 | 1 | -1/+1 |
* | - function prototypes do not need "extern" | Stefan Reinauer | 2009-04-21 | 1 | -5/+6 |
* | add define for Role-Based Error Reporting to PCIe defines (trivial) | Stefan Reinauer | 2009-04-21 | 1 | -0/+1 |