Age | Commit message (Expand) | Author |
2010-05-08 | Drop console/console.c and pc80/serial.c from mainboards' | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-29 | Don't include option_table.h every time we include mc146818rtc.h, that was a | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer |
2010-03-24 | Some keyboards need a longer timeout. Also increase error level, because a | Stefan Reinauer |
2010-03-22 | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-19 | Get rid of a few warnings: | Myles Watson |
2010-03-17 | fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. | Stefan Reinauer |
2010-02-28 | use names instead of numbers where possible, also print a better message if no | Stefan Reinauer |
2010-02-23 | Remove nonsensical wrapper for function in | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-16 | RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s... | Stefan Reinauer |
2009-11-05 | http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html | Stefan Reinauer |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-24 | Rework the keyboard driver | Stefan Reinauer |
2009-10-24 | A (hypothetical southbridge) component might provide functionality that is not | Stefan Reinauer |
2009-10-23 | drop a lot of dead code, including an old winbond southbridge from our removed | Stefan Reinauer |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-09-29 | A keyboard controller fix to stop the code from waiting for a code that never | Marc Jones |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-12 | This now builds. | Ronald G. Minnich |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-08-06 | fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lb | Stefan Reinauer |
2009-07-21 | Rewrite interrupt handling in coreboot to be more comprehensible and | Stefan Reinauer |
2009-07-21 | Rewrite keyboard driver to actually wait time in ms as specified in the specs, | Stefan Reinauer |
2009-07-21 | Some USB debug updates, mostly comments fixing, license header updates | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-19 | Undo my ugly commit that added uses clauses in lots of places instead of one. | Myles Watson |
2009-06-19 | work around initobject breakage in pc80/Config.lb | Stefan Reinauer |
2009-06-16 | These changes implement car in qemu. The implementation is in several | Ronald G. minnich |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-05-29 | Implement native VGA Support. | Luc Verhaegen |
2009-05-23 | keyboard driver: function definitions should not omit void if they don't take | Stefan Reinauer |
2009-05-23 | fix comment in keyboard driver (trivial) | Stefan Reinauer |
2009-05-01 | The semantics of the changed code are pretty simple and looking at | Myles Watson |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-22 | fix warnings, shadowed declarations and style guide violations (all trivial) | Stefan Reinauer |
2009-04-22 | * Allow coreboot to use the full 256 bytes of CMOS memory | Stefan Reinauer |
2009-04-17 | Add VIA CX700 support, plus VIA vt8454c reference board support. | Stefan Reinauer |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-01-20 | add a header file for i8259.h (trivial) | Stefan Reinauer |
2008-10-22 | Made await_ide(), which polls for an ide status change, check the status | Jens Rottmann |
2008-09-26 | This patch fixes the dbm690t keyboard not working issue. It should also | Marc Jones |
2008-08-13 | Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codes | Stefan Reinauer |
2008-08-03 | fix lots of warnings for cache as ram builds (trivial) | Stefan Reinauer |
2008-08-01 | serial.inc is not used anywhere. drop it (trivial) | Stefan Reinauer |
2008-01-18 | rename linuxbios_* files, too. | Stefan Reinauer |
2007-10-17 | Add a debug message to keyboard init. This helped isolate at least one | Carl-Daniel Hailfinger |
2007-05-24 | Small patch that adds an error message in case the keyboard selftest fails. | Philipp Degler |
2007-04-06 | two more directories from YhLu's mcp55 megapatch. | Yinghai Lu |
2007-02-28 | This is (most of) the usb2 debug console code ripped out of | Yinghai Lu |
2005-12-04 | implement io based udelay function for all mainboards that lack an apic | Stefan Reinauer |
2005-09-12 | Don't write to CMOS when HAVE_OPTION_TABLE = 0. | Steven J. Magnani |
2005-08-10 | more removal for obsolete VGABIOS support | Li-Ta Lo |
2005-08-10 | remove obsolete VGA support for EPIA | Li-Ta Lo |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 | arch import user (historical) |
2005-01-10 | added PCI expansion ROM support, | Li-Ta Lo |
2005-01-07 | fixed indentation | Li-Ta Lo |
2004-12-27 | start consolidate various borken vga support | Li-Ta Lo |
2004-11-18 | - First stab at getting the ppc ports building and working. | Eric Biederman |
2004-11-11 | - Refactor the pc keyboard code so it will timeout if the hardware | Eric Biederman |
2004-11-11 | mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp... | Eric Biederman |
2004-10-21 | - Bump the LinuxBIOS major version | Eric Biederman |
2004-10-14 | oops. | Ronald G. Minnich |
2004-10-06 | epia-m support | Ronald G. Minnich |
2004-05-24 | minor reformat | Li-Ta Lo |
2004-03-26 | cleanup code to remove warnings | Greg Watson |
2004-03-17 | typo | Greg Watson |
2004-03-17 | remove more debugging | Greg Watson |
2004-03-17 | remove debugging | Greg Watson |
2004-03-17 | Checking for slaves on the IDE bus seems problematic, at least | Greg Watson |
2004-03-13 | from filo | Greg Watson |
2004-03-13 | use CONFIG_IDE for ide support | Greg Watson |
2004-03-11 | - Moved hlt() to it's own header. | Eric Biederman |
2004-01-21 | trying to get it right... | Greg Watson |
2003-11-20 | fix stupid typo. | Ronald G. Minnich |
2003-10-11 | - O2, enums, and switch statements work in romcc | Eric Biederman |
2003-10-01 | uses statement missing | Greg Watson |
2003-10-01 | vga support | Ronald G. Minnich |
2003-09-26 | It builds! | Ronald G. Minnich |
2003-09-26 | keyboard support | Ronald G. Minnich |
2003-07-21 | - First pass at s2880 support. | Eric Biederman |
2003-07-19 | - Major cleanup of the bootpath | Eric Biederman |
2003-07-14 | new config files | Greg Watson |
2003-07-14 | IDE support | Greg Watson |
2003-06-17 | added config and other test files. | Ronald G. Minnich |
2003-06-17 | - Minor mod to reset16.inc to work with newer binutils hopefully this works w... | Eric Biederman |
2003-06-13 | IDE stuff | Greg Watson |
2003-06-11 | - Factoring of auto.c | Eric Biederman |
2003-06-10 | - Update romcc to version 0.27 | Eric Biederman |
2003-06-09 | Moved from freebios | Greg Watson |
2003-04-22 | - Initial checkin of the freebios2 tree | Eric Biederman |