Add constants for fast path resume copying
[coreboot.git] / src / pc80 /
2012-04-04 Stefan ReinauerMove TPM code to romstage
2012-03-30 Stefan ReinauerAdd DEBUG_TPM option to Debugging menu
2012-03-30 Stefan Reinauervga_io.c is not needed unless CONFIG_VGA is set
2012-03-30 Stefan ReinauerMake TPM driver work in rom stage.
2012-03-30 Stefan ReinauerAdd TPM support to coreboot
2012-01-27 Vikram Narayananvga: removed inclusion of .c files
2011-12-21 Mathias Krausekbd: wait longer for self-test on keyboard reset
2011-10-28 Stefan ReinauerFix checksum calculation both in romstage and ramstage.
2011-10-17 Stefan ReinauerFix our CMOS checksum algorithm so it matches what...
2011-10-17 Stefan Reinauerrework RTC driver output to make it more consistent.
2011-10-13 Stefan ReinauerEnable/fix compilation of i8254 code in ram stage.
2011-06-15 Sven SchnelleX60: trigger save cmos on volume/brightness change
2011-06-15 Sven SchnelleCMOS: add set_option()
2011-05-10 Patrick GeorgiChange read_option() to a macro that wraps some API...
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-03-08 Patrick GeorgiAdd option_table.h as dependency for all C based object...
2011-03-08 Patrick GeorgiMove cmos.default handling to bootblock
2011-01-31 Stefan ReinauerBuild failure because of src/pc80/mc146818rtc_early...
2011-01-30 Patrick GeorgiInverse two arguments of cbfs-files-y and adapts its...
2011-01-28 Stefan ReinauerThis patch gets usbdebug console working in romstage.
2011-01-21 Patrick GeorgiTypo. s,CMOS_COMPONENT,CBFS_COMPONENT,.
2011-01-18 Patrick GeorgiReport if cmos_layout.bin can't be found when it should.
2011-01-18 Patrick GeorgiMove option table (cmos.layout's binary representation)
2011-01-14 Patrick GeorgiDisable CMOS recovery code for ROMCC boards as the...
2011-01-14 Patrick GeorgiAllow coreboot to initialize CMOS if checksum is invalid.
2010-12-17 Stefan Reinauerdrop one more version of doing serial uart output diffe...
2010-10-05 Patrick Georgi- move EHCI_BAR_INDEX to ehci.h - it's constant as...
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-09-23 Uwe HermannWhitespace/typo/cosmetic fixes (trivial).
2010-09-09 Scott DuplichanThis patch avoids a timeout during PS/2 keyboard
2010-09-09 Kevin O'ConnorAdd a DRIVERS_PS2_KEYBOARD option which controls the...
2010-09-02 Myles WatsonRevert 5762. It silently broke a lot of boards because...
2010-09-01 Stefan ReinauerFix race condition in option_table.h generation by...
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-04 Myles WatsonRemove warnings from USB debug console code.
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-05-25 Stefan Reinauerfix most usbdebug warnings and fix function names.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-29 Stefan ReinauerDon't include option_table.h every time we include...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-24 Stefan ReinauerSome keyboards need a longer timeout. Also increase...
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-19 Myles WatsonGet rid of a few warnings:
2010-03-17 Stefan Reinauerfix minor warnings in RTC code when HAVE_OPTION_TABLE...
2010-02-28 Stefan Reinaueruse names instead of numbers where possible, also print...
2010-02-23 Stefan ReinauerRemove nonsensical wrapper for function in
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-07 Patrick Georginewconfig is no more.
2010-01-16 Stefan ReinauerRTC: Don't drop the alpha specific code but get it...
2009-11-05 Stefan Reinauercoreboot.org/pipermail/coreboot/2007-October/025740...
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-24 Stefan ReinauerRework the keyboard driver
2009-10-24 Stefan ReinauerA (hypothetical southbridge) component might provide...
2009-10-23 Stefan Reinauerdrop a lot of dead code, including an old winbond south...
2009-10-16 Myles WatsonChange CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match...
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-09-29 Marc JonesA keyboard controller fix to stop the code from waiting...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-12 Ronald G. MinnichThis now builds.
2009-08-12 Patrick GeorgiKconfig!
2009-08-06 Stefan Reinauerfix for the case that CONFIG_TTYS0_DIV is defined in...
2009-07-21 Stefan ReinauerRewrite interrupt handling in coreboot to be more compr...
2009-07-21 Stefan ReinauerRewrite keyboard driver to actually wait time in ms...
2009-07-21 Stefan ReinauerSome USB debug updates, mostly comments fixing, license...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-19 Myles WatsonUndo my ugly commit that added uses clauses in lots...
2009-06-19 Stefan Reinauerwork around initobject breakage in pc80/Config.lb
2009-06-16 Ronald G. minnichThese changes implement car in qemu. The implementatio...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-05-29 Luc VerhaegenImplement native VGA Support.
2009-05-23 Stefan Reinauerkeyboard driver: function definitions should not omit...
2009-05-23 Stefan Reinauerfix comment in keyboard driver (trivial)
2009-05-01 Myles WatsonThe semantics of the changed code are pretty simple...
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-22 Stefan Reinauerfix warnings, shadowed declarations and style guide...
2009-04-22 Stefan Reinauer* Allow coreboot to use the full 256 bytes of CMOS...
2009-04-17 Stefan ReinauerAdd VIA CX700 support, plus VIA vt8454c reference board...
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-01-20 Stefan Reinaueradd a header file for i8259.h (trivial)
2008-10-22 Jens RottmannMade await_ide(), which polls for an ide status change...
2008-09-26 Marc JonesThis patch fixes the dbm690t keyboard not working issue...
2008-08-13 Stefan ReinauerFix outb to 0x80 delay functions to use inb instead...
2008-08-03 Stefan Reinauerfix lots of warnings for cache as ram builds (trivial)
2008-08-01 Stefan Reinauerserial.inc is not used anywhere. drop it (trivial)
2008-01-18 Stefan Reinauerrename linuxbios_* files, too.
2007-10-17 Carl-Daniel HailfingerAdd a debug message to keyboard init. This helped isola...
2007-05-24 Philipp DeglerSmall patch that adds an error message in case the...
2007-04-06 Yinghai Lutwo more directories from YhLu's mcp55 megapatch.
2007-02-28 Yinghai LuThis is (most of) the usb2 debug console code ripped...
2005-12-04 Stefan Reinauerimplement io based udelay function for all mainboards...
2005-09-12 Steven J. MagnaniDon't write to CMOS when HAVE_OPTION_TABLE = 0.
2005-08-10 Li-Ta Lomore removal for obsolete VGABIOS support
next