index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
southbridge
/
intel
/
i82801ax
Age
Commit message (
Expand
)
Author
2016-04-22
intel/i82801ax: Fix IDE setup console log
Patrick Georgi
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-06-04
devicetree: Discriminate device ops scan_bus()
Kyösti Mälkki
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-27
kbuild: automatically include southbridges
Stefan Reinauer
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-01-06
southbridge: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2014-10-22
cmos: Rename the CMOS related functions.
Gabe Black
2014-07-17
southbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-08
southbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2013-06-12
Fix i82801a/b/c/d IOAPIC
Kyösti Mälkki
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-26
Unify setting 82801a/b/c/d IOAPIC ID
Kyösti Mälkki
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-10-08
hpet: common ACPI generation
Patrick Georgi
2012-08-22
Auto-declare chip_operations
Kyösti Mälkki
2010-12-08
first round name simplification. drop the <component>_ prefix.
stepan
2010-12-07
Get rid of some unneeded function prototypes in romstage.c files.
Uwe Hermann
2010-11-18
Fix/drop some obsolete comments,
Uwe Hermann
2010-10-13
Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.
Uwe Hermann
2010-10-12
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
Uwe Hermann
2010-10-11
Fix typo after r5925.
Sylvain Hitier
2010-10-08
Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c.
Uwe Hermann
2010-10-08
Round 2 of i82801AX fixes to get it into a usable shape.
Uwe Hermann
2010-10-08
Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-21
First round of i82801ax clean-ups (trivial).
Uwe Hermann
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
2010-06-17
Always enable parent resources before child resources.
Myles Watson
2010-05-14
license header fixes
Nils Jacobs
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-09
fix the broken nvidia chipset boards,
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-30
fix some southbridge warnings (trivial)
Stefan Reinauer
2010-03-28
drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...
Stefan Reinauer
2010-03-22
Fix all the format string warnings.
Myles Watson
2010-03-22
drop some unused files and fix warnings on i945 based systems.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
fix HPET on some ICH southbridges
Stefan Reinauer
2010-03-17
fix HPET base addressed.
Stefan Reinauer
2010-02-27
This does the following:
Stefan Reinauer