Add support for Intel Panther Point PCH
[coreboot.git] / src / southbridge / intel / i3100 /
2012-02-02 Sven Schnellei3100: configure pci irqs
2012-01-31 Sven Schnellei3100: add sata_ports_implemented option
2012-01-31 Sven Schnellei3100: Add init sequence
2011-12-02 Sven Schnellei3100: Add HAVE_HARD_RESET
2010-12-08 stepanfirst round name simplification. drop the <component...
2010-11-18 Patrick GeorgiMove register block definitions out of board code into
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
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-16 Stefan Reinauerpci drivers should be const.
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-07 Patrick Georginewconfig is no more.
2010-01-18 Patrick GeorgiMove all IOAPIC selection to southbridges, and remove...
2010-01-16 Stefan Reinauercoreboot has 13 instances of IOAPIC setup distributed...
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-09-25 Patrick Georgisome progress on kconfig:
2009-08-28 Arnaud MayeThis patch adds VGA and PS/2 Keyboard/mouse support...
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-07-01 Thomas JourdanAdd support for the Intel Eagle Heights development...
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-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2008-09-03 Ed SwierkTidy up identifiers, per Uwe's suggestion. Trivial.
2008-08-25 Ed SwierkThis patch adds PCI device IDs for the Intel EP80579...
2008-08-25 Ed SwierkThis patch modifies the Intel 3100 southbridge code...
2008-05-07 Ed SwierkImplement GPIO configuration routines for the Intel...
2008-04-30 Ed SwierkBy default, the Intel 3100 LPC interface enables only...
2008-04-01 Ed SwierkSetting an integrated southbridge device (like SATA...
2008-04-01 Ed SwierkTiny style fix for consistency (trivial).
2008-04-01 Ed SwierkThe early init code of several Intel southbridge chipse...
2008-03-30 Ed SwierkLike other Intel chipsets, the Intel 3100 has a TCO...
2008-03-16 Ed SwierkHere is an updated patch addressing most of Uwe's and...