| Commit message (Expand) | Author | Age | Files | Lines |
* | - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 | Patrick Georgi | 2010-10-05 | 1 | -2/+4 |
* | Remove lib/ramtest.c-include from all CAR boards. | Patrick Georgi | 2010-10-05 | 1 | -0/+1 |
* | Rename build system variables to be more intuitive, and | Patrick Georgi | 2010-09-30 | 2 | -11/+12 |
* | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer | 2010-09-25 | 4 | -0/+10 |
* | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann | 2010-09-23 | 1 | -0/+3 |
* | This patch avoids a timeout during PS/2 keyboard | Scott Duplichan | 2010-09-09 | 1 | -1/+1 |
* | Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboard | Kevin O'Connor | 2010-09-09 | 1 | -0/+2 |
* | Revert 5762. It silently broke a lot of boards because abuild was broken. | Myles Watson | 2010-09-02 | 3 | -8/+0 |
* | Fix race condition in option_table.h generation by moving the include statement | Stefan Reinauer | 2010-09-01 | 3 | -0/+8 |
* | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer | 2010-08-30 | 2 | -3/+3 |
* | Remove warnings from USB debug console code. | Myles Watson | 2010-08-04 | 1 | -2/+2 |
* | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer | 2010-08-03 | 1 | -2/+2 |
* | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant | 2010-07-06 | 4 | -62/+12 |
* | fix most usbdebug warnings and fix function names. | Stefan Reinauer | 2010-05-25 | 1 | -4/+4 |
* | Long ago we agreed on kicking the _direct appendix because everything in | Stefan Reinauer | 2010-05-25 | 1 | -1/+1 |
* | Drop console/console.c and pc80/serial.c from mainboards' | Patrick Georgi | 2010-05-08 | 2 | -1/+2 |
* | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer | 2010-04-27 | 5 | -13/+13 |
* | Don't include option_table.h every time we include mc146818rtc.h, that was a | Stefan Reinauer | 2010-03-29 | 3 | -1/+13 |
* | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer | 2010-03-29 | 2 | -7/+7 |
* | Some keyboards need a longer timeout. Also increase error level, because a | Stefan Reinauer | 2010-03-24 | 1 | -3/+3 |
* | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer | 2010-03-22 | 1 | -3/+3 |
* | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer | 2010-03-22 | 3 | -26/+26 |
* | Get rid of a few warnings: | Myles Watson | 2010-03-19 | 1 | -0/+2 |
* | fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. | Stefan Reinauer | 2010-03-17 | 1 | -0/+2 |
* | use names instead of numbers where possible, also print a better message if no | Stefan Reinauer | 2010-02-28 | 1 | -6/+12 |
* | Remove nonsensical wrapper for function in | Stefan Reinauer | 2010-02-23 | 1 | -11/+1 |
* | This is a general cleanup patch | Stefan Reinauer | 2010-02-22 | 3 | -4/+1 |
* | newconfig is no more. | Patrick Georgi | 2010-02-07 | 2 | -30/+0 |
* | RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s... | Stefan Reinauer | 2010-01-16 | 1 | -4/+4 |
* | http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html | Stefan Reinauer | 2009-11-05 | 3 | -2/+55 |
* | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka | 2009-10-27 | 2 | -0/+3 |
* | Rework the keyboard driver | Stefan Reinauer | 2009-10-24 | 1 | -44/+91 |
* | A (hypothetical southbridge) component might provide functionality that is not | Stefan Reinauer | 2009-10-24 | 1 | -1/+1 |
* | drop a lot of dead code, including an old winbond southbridge from our removed | Stefan Reinauer | 2009-10-23 | 3 | -965/+0 |
* | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson | 2009-10-16 | 1 | -1/+1 |
* | Add const to get rid of some warnings when passing quoted strings. | Myles Watson | 2009-10-09 | 1 | -1/+1 |
* | A keyboard controller fix to stop the code from waiting for a code that never | Marc Jones | 2009-09-29 | 1 | -28/+16 |
* | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann | 2009-08-25 | 1 | -7/+7 |
* | This now builds. | Ronald G. Minnich | 2009-08-12 | 2 | -1/+3 |
* | Kconfig! | Patrick Georgi | 2009-08-12 | 2 | -1/+10 |
* | fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lb | Stefan Reinauer | 2009-08-06 | 1 | -0/+2 |
* | Rewrite interrupt handling in coreboot to be more comprehensible and | Stefan Reinauer | 2009-07-21 | 1 | -34/+133 |
* | Rewrite keyboard driver to actually wait time in ms as specified in the specs, | Stefan Reinauer | 2009-07-21 | 1 | -16/+36 |
* | Some USB debug updates, mostly comments fixing, license header updates | Stefan Reinauer | 2009-07-21 | 1 | -8/+36 |
* | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer | 2009-06-30 | 4 | -45/+45 |
* | Undo my ugly commit that added uses clauses in lots of places instead of one. | Myles Watson | 2009-06-19 | 1 | -7/+4 |
* | work around initobject breakage in pc80/Config.lb | Stefan Reinauer | 2009-06-19 | 1 | -2/+9 |
* | These changes implement car in qemu. The implementation is in several | Ronald G. minnich | 2009-06-16 | 2 | -1/+5 |
* | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen | 2009-06-03 | 1 | -124/+36 |
* | CMOS: Add set_option and rework get_option. | Luc Verhaegen | 2009-06-03 | 1 | -36/+124 |