summaryrefslogtreecommitdiffstats
path: root/src/superio
Commit message (Expand)AuthorAgeFilesLines
* second round name simplification. drop the <component>_ prefix.stepan2010-12-0844-0/+0
* W83627DHG/W83627EHG fixups for virtual LDNs.Uwe Hermann2010-12-054-33/+59
* Drop W83627THF, it's the same device as W83627THG.Uwe Hermann2010-11-167-268/+0
* back out parts of #6073Stefan Reinauer2010-11-162-2/+2
* fix random breakageStefan Reinauer2010-11-152-2/+2
* C and other Super I/O cosmetic fixes.Uwe Hermann2010-11-1582-862/+657
* Add support for Fintek F71872 superio.Jonathan Kollasch2010-11-117-2/+257
* Remove superfluous Super I/O res0/res1 lines.Uwe Hermann2010-11-1130-86/+29
* Restructure i3100 Super I/O driver to match the rest of the codebase.Uwe Hermann2010-11-102-20/+38
* Random Winbond Super I/O cosmetic and coding-style fixes.Uwe Hermann2010-11-1039-245/+221
* ITE IT8661F changes to match the common code structure.Uwe Hermann2010-11-103-60/+69
* Add #include guards to all Super I/O header files (trivial).Uwe Hermann2010-11-0875-35/+348
* Random ITE Super I/O fixes.Uwe Hermann2010-11-0836-266/+191
* Various Super I/O fixes and corrections.Uwe Hermann2010-11-068-104/+116
* Follow-up for r6025, do 0x87 twice in superio.c, too.Uwe Hermann2010-11-054-0/+4
* According to the description in datasheet of f71889,Zheng Bao2010-11-054-0/+4
* Fintek and Intel i3100 Super I/O cleanups.Uwe Hermann2010-11-0516-49/+72
* Add Fintek F71889 Super I/O support.Alec Ari2010-11-037-0/+251
* Convert some comments to proper Doxygen syntax.Uwe Hermann2010-10-269-336/+210
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-3041-41/+41
* Add support for HP DL165-G6 with Fam10 CPU.Arne Georg Gleditsch2010-09-241-3/+26
* Add F71859 SIO.Marc Jones2010-09-107-0/+224
* Fix up some copyrightsWang Qing Pei2010-08-223-3/+3
* Support for Fintek F71863FG. This might need some work on the copyrightWang Qing Pei2010-08-177-0/+241
* Gigabyte dual bios mainboard will always reboot, caused by the superio. Wang Qing Pei2010-08-152-0/+15
* fix misnamed functions.Stefan Reinauer2010-06-292-4/+4
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-213-27/+24
* get rid of some duplicate inclusion warnings.Stefan Reinauer2010-05-182-0/+9
* Add two new superios to coreboot:Stefan Reinauer2010-05-1610-0/+317
* ITE IT8671F: Add it8671f_48mhz_clkin().Anders Jenbo2010-05-141-20/+34
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-091-0/+1
* fix superio warnings. interesting side node: most superio .h files have noStefan Reinauer2010-04-309-9/+28
* Remove some warnings. For code that is called from the mainboard romstage.cStefan Reinauer2010-04-302-2/+8
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-274-13/+13
* zero warnings daysStefan Reinauer2010-04-254-6/+20
* fix up sb600 and it8712f tree.Stefan Reinauer2010-04-162-3/+3
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-162-3/+10
* fix COM2 resource bug in fintek f71805f driver.Stefan Reinauer2010-04-141-2/+2
* zero warnings days.Stefan Reinauer2010-04-091-0/+2
* no warnings dayStefan Reinauer2010-04-072-2/+2
* fix epia-m700 compilation, and remove more warnings.Stefan Reinauer2010-04-071-1/+1
* switch some ROMCC boards back to ROMCC.Stefan Reinauer2010-04-071-1/+1
* remove more warningsStefan Reinauer2010-04-031-3/+3
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-318-16/+16
* Fix all the format string warnings.Myles Watson2010-03-221-2/+2
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-224-4/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-229-19/+19
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-0/+2
* more warning fixes.Stefan Reinauer2010-03-171-1/+1
* Add Win Enterprises' PL6064 boardAnish K. Patel2010-02-241-0/+11