aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx
AgeCommit message (Expand)Author
2010-09-28Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).Uwe Hermann
2010-09-26Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann
2010-09-25Various Debug Port southbridge implementation fixes / cosmetics.Uwe Hermann
2010-09-25Various USB Debug Port fixes (trivial).Uwe Hermann
2010-08-04Remove warnings from USB debug console code.Myles Watson
2010-08-01- fix SMM code relocation raceStefan Reinauer
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-05Fix two warnings:Stefan Reinauer
2010-05-30don't generate C source code file but use objcopy to include the SMM blob.Stefan Reinauer
2010-05-25also rename the config option.Stefan Reinauer
2010-05-25fix most usbdebug warnings and fix function names.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-14clean up some prototypesStefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-22Fix AHCI mode on i82801gx. Fixes SATA hotplug on iBASE:MB899.Bernhard M. Wiedermann
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-28drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...Stefan Reinauer
2010-03-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-02-22fix builds...Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2010-01-17ICH7 updateStefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2010-01-16(trivial) cosmetics for i82801gx cmos failover.Stefan Reinauer
2010-01-16* drop reset files from 945 mainboards (and use southbridge specific reset)Stefan Reinauer
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-26Kontron 986LCD-M updateStefan Reinauer
2009-10-24s/object-y/obj-y/ in two southbridges, since otherwise kbuild will not pick u...Stefan Reinauer
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-09-25some progress on kconfig:Patrick Georgi
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12drop extra whitespace at end of line for i945 + ICH7 (trivial)Stefan Reinauer
2009-08-12Kconfig!Patrick Georgi
2009-08-05Add some more CONFIG_* prefixes that were missing.Patrick Georgi
2009-07-21Intel ICH7 updatesStefan Reinauer
2009-07-20Rename some preprocessor symbols. I have no idea whyPatrick Georgi
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-03-13ACPI implementation for i945, ICH7, Kontron 986LCD-MStefan Reinauer
2009-03-11This patch contains some significant updates to the i82801gx component and willStefan Reinauer
2009-03-06* fix a minor power state issue in the ich7 smm handlerStefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-01-20forgot to svn addStefan Reinauer
2009-01-20Update Kontron boardStefan Reinauer
2009-01-19First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer
2008-11-06Drop #defines for registers that are not existant on the ICH7.Uwe Hermann
2008-11-06The enable_hpet() code in intel/i82801gx will not work with theUwe Hermann
2008-10-31Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines.Uwe Hermann
2008-10-29i945/ICH7: Use #defines from pci_ids.h (trivial).Uwe Hermann
2008-10-29Support for the Intel ICH7 southbridge.Stefan Reinauer