Remove Inagua Kconfig items for external VGA and AHCI binaries. These can be addded...
[coreboot.git] / src / superio /
2011-02-14 Frank VibransThis code provides support for the superio chip on...
2011-02-14 Frank Vibrans This code provides support for the superio chip on...
2011-02-08 Alexandru GagniucPlace the W83627EHG MIDI base address mask in the corre...
2011-02-05 Peter StugeActually add PC87382 into Kconfig, missing from r6332
2011-02-05 Sven SchnelleAdd PC87392 support
2011-02-05 Sven SchnelleAdd PC87382 support
2010-12-17 Stefan Reinaueradd license headers to some trivial files and pc87427.h
2010-12-08 stepansecond round name simplification. drop the <component...
2010-12-05 Uwe HermannW83627DHG/W83627EHG fixups for virtual LDNs.
2010-11-16 Uwe HermannDrop W83627THF, it's the same device as W83627THG.
2010-11-16 Stefan Reinauerback out parts of #6073
2010-11-15 Stefan Reinauerfix random breakage
2010-11-15 Uwe HermannC and other Super I/O cosmetic fixes.
2010-11-11 Jonathan KollaschAdd support for Fintek F71872 superio.
2010-11-11 Uwe HermannRemove superfluous Super I/O res0/res1 lines.
2010-11-10 Uwe HermannRestructure i3100 Super I/O driver to match the rest...
2010-11-10 Uwe HermannRandom Winbond Super I/O cosmetic and coding-style...
2010-11-10 Uwe HermannITE IT8661F changes to match the common code structure.
2010-11-08 Uwe HermannAdd #include guards to all Super I/O header files ...
2010-11-08 Uwe HermannRandom ITE Super I/O fixes.
2010-11-06 Uwe HermannVarious Super I/O fixes and corrections.
2010-11-05 Uwe HermannFollow-up for r6025, do 0x87 twice in superio.c, too.
2010-11-05 Zheng BaoAccording to the description in datasheet of f71889,
2010-11-05 Uwe HermannFintek and Intel i3100 Super I/O cleanups.
2010-11-03 Alec AriAdd Fintek F71889 Super I/O support.
2010-10-26 Uwe HermannConvert some comments to proper Doxygen syntax.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-24 Arne Georg GleditschAdd support for HP DL165-G6 with Fam10 CPU.
2010-09-10 Marc JonesAdd F71859 SIO.
2010-08-22 Wang Qing PeiFix up some copyrights
2010-08-17 Wang Qing PeiSupport for Fintek F71863FG. This might need some work...
2010-08-15 Wang Qing PeiGigabyte dual bios mainboard will always reboot, caused...
2010-06-29 Stefan Reinauerfix misnamed functions.
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-05-18 Stefan Reinauerget rid of some duplicate inclusion warnings.
2010-05-16 Stefan ReinauerAdd two new superios to coreboot:
2010-05-14 Anders JenboITE IT8671F: Add it8671f_48mhz_clkin().
2010-05-09 Patrick GeorgiMove includes to where they are needed. This allows...
2010-04-30 Stefan Reinauerfix superio warnings. interesting side node: most super...
2010-04-30 Stefan ReinauerRemove some warnings. For code that is called from...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauerzero warnings days
2010-04-16 Stefan Reinauerfix up sb600 and it8712f tree.
2010-04-16 Stefan Reinauerzero warnings days: unify mp tables. fix warnings.
2010-04-14 Stefan Reinauerfix COM2 resource bug in fintek f71805f driver.
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-07 Stefan Reinauerno warnings day
2010-04-07 Stefan Reinauerfix epia-m700 compilation, and remove more warnings.
2010-04-07 Stefan Reinauerswitch some ROMCC boards back to ROMCC.
2010-04-03 Stefan Reinauerremove more warnings
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-22 Myles WatsonFix all the format string warnings.
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-17 Stefan Reinauertrivial warning fixes, mostly for ACPI code
2010-03-17 Stefan Reinauermore warning fixes.
2010-02-24 Anish K. PatelAdd Win Enterprises' PL6064 board
2010-02-23 Stefan ReinauerRemove nonsensical wrapper for function in
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-15 Stefan Reinauerfix clock polling in pc97317 driver.
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-14 Uwe HermannAdd missing Copyright line, sorry.
2010-02-14 Anish K PatelAdd w83627hf_set_clksel_48() function which sets CLKSEL...
2010-02-07 Patrick Georginewconfig is no more.
2010-01-17 Stefan ReinauerAdd support for Renesas M3885x Embedded Controller
2010-01-17 Stefan ReinauerAdd support for the SMSC LPC47n227 SuperI/O chip
2009-12-28 Zheng Baotrival. All the changes is about comment and spaces.
2009-12-01 Zheng BaoTrivial. SCH4304 and SCH4307 have the same device id.
2009-11-30 Zheng BaoAdd support for the SMSC SCH4304 Super I/O.
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-28 Myles WatsonMake d945gclf build.
2009-10-28 Uwe HermannAdd some missing license headers, consistency fixes...
2009-10-28 Stefan Reinauerpreliminary Intel D945GCLF Atom+i945 support.
2009-10-20 Myles WatsonCorrect typo. Thanks to Mark Marshall for spotting it.
2009-10-19 Myles WatsonMove ITE-specific option to src/superio/ite/Kconfig.
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-10-09 Uwe HermannMore kconfig cleanups:
2009-10-07 Ronald G. MinnichGet rid of early_serial, it is now a generic function...
2009-10-05 Stefan ReinauerWithout these fixes the w83627dhg driver (which is...
2009-09-24 Patrick GeorgiMake all Kconfig enabled boards build (tested with...
2009-08-28 Arnaud MayeThis patch adds VGA and PS/2 Keyboard/mouse support...
2009-08-27 Myles WatsonCorrect typos /SMCSC/SMSC/ in Kconfig.
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-12 Patrick GeorgiKconfig!
2009-07-05 Michael GoldAdd support for the Mitac 6513WU mainboard, a Compaq...
2009-07-01 Thomas JourdanAdd support for the Intel Eagle Heights development...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
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-06-01 Uwe HermannCosmetics and consistency fixes in src/superio/serveren...
2009-05-11 Zheng BaoWe should separate the it8718f_24mhz_clkin like the...
2009-04-22 Mondrian nuessleThis patch add rudimentary support for the superio...
2009-04-12 Rudolf MarekThe IT8712F needs to have the configuration bits change...
2009-03-13 Myles WatsonThis patch reverts SuperIO changes that I was too hasty...
2009-03-10 Myles WatsonThis patch adds ACPI support for Tyan s2891, s2892...
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-01-06 Dan LykowskiAdd support for the Winbond W83627UHG Super I/O.
2008-11-11 Uwe HermannAdd support for the Winbond W83627DHG Super I/O.
2008-11-03 Jens RottmannAdd the missing I/O resources for IT8712F GPIOs. (E...
next