summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801ax
Commit message (Expand)AuthorAgeFilesLines
* Remove address from GPLv2 headersPatrick Georgi2015-05-2115-15/+15
* kbuild: automatically include southbridgesStefan Reinauer2015-04-271-0/+4
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-2/+2
* southbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-1/+1
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-1/+1
* southbridge,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-1/+0
* southbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* Fix i82801a/b/c/d IOAPICKyösti Mälkki2013-06-121-0/+6
* Drop prototype guarding for romccStefan Reinauer2013-05-101-3/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0115-15/+15
* Unify setting 82801a/b/c/d IOAPIC IDKyösti Mälkki2013-02-262-18/+22
* Get rid of drivers classPatrick Georgi2012-11-271-7/+7
* hpet: common ACPI generationPatrick Georgi2012-10-081-1/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-2/+0
* first round name simplification. drop the <component>_ prefix.stepan2010-12-0811-11/+11
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-073-4/+7
* Fix/drop some obsolete comments,Uwe Hermann2010-11-181-1/+1
* Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann2010-10-133-4/+14
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-3/+4
* Fix typo after r5925.Sylvain Hitier2010-10-111-2/+2
* Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c.Uwe Hermann2010-10-081-40/+0
* Round 2 of i82801AX fixes to get it into a usable shape.Uwe Hermann2010-10-0810-177/+97
* Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.Uwe Hermann2010-10-084-121/+32
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-9/+9
* First round of i82801ax clean-ups (trivial).Uwe Hermann2010-09-2111-601/+5
* Fix all warnings in the tree Stefan Reinauer2010-07-081-2/+0
* Always enable parent resources before child resources.Myles Watson2010-06-171-7/+1
* license header fixes Nils Jacobs2010-05-141-2/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-272-3/+3
* fix the broken nvidia chipset boards,Stefan Reinauer2010-04-091-10/+5
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-313-5/+5
* fix some southbridge warnings (trivial)Stefan Reinauer2010-03-303-0/+4
* drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...Stefan Reinauer2010-03-281-1/+1
* Fix all the format string warnings.Myles Watson2010-03-221-4/+4
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-222-34/+0
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-224-10/+10
* fix HPET on some ICH southbridgesStefan Reinauer2010-03-171-25/+0
* fix HPET base addressed.Stefan Reinauer2010-03-171-1/+1
* This does the following:Stefan Reinauer2010-02-2720-0/+1975