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
/
i82801dx
Age
Commit message (
Expand
)
Author
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-11-14
Move HAVE_SMI_HANDLER from mainboards to chipsets
Stefan Reinauer
2012-10-08
hpet: common ACPI generation
Patrick Georgi
2012-08-22
Auto-declare chip_operations
Kyösti Mälkki
2012-04-24
Intel 82801dx: compile early_smbus as separate object
Kyösti Mälkki
2012-02-17
intel/82801dx: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2011-10-20
i82801dx: Replace romstage printk's
Kyösti Mälkki
2011-06-07
SMM: add defines for APM_CNT register
Sven Schnelle
2010-12-08
first round name simplification. drop the <component>_ prefix.
stepan
2010-10-12
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-08-01
- fix SMM code relocation race
Stefan Reinauer
2010-06-17
Always enable parent resources before child resources.
Myles Watson
2010-05-30
don't generate C source code file but use objcopy to include the SMM blob.
Stefan Reinauer
2010-05-27
fix warnings.
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-11
do better error reporting in i82801dx early smbus functions.
Stefan Reinauer
2010-04-09
1. This patch adds CAR for Intel P6 series processors.
Joseph Smith
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-28
drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...
Stefan Reinauer
2010-03-23
fix newly introduced printk_foo warnings..
Stefan Reinauer
2010-03-22
Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL wo...
Joseph Smith
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
revert the faulty part of r5252
Stefan Reinauer
2010-03-17
fix HPET on some ICH southbridges
Stefan Reinauer
2010-03-17
Actually enable HPET
Stefan Reinauer
2010-03-17
bug fix for IOAPIC on i82801dx.
Stefan Reinauer
2010-03-17
This patch fixes up the i82801dx_lpc.c code post transition.
Joseph Smith
2010-03-17
more warning fixes.
Stefan Reinauer
2010-03-17
fix HPET base addressed.
Stefan Reinauer
2010-03-17
fix a couple of warnings
Stefan Reinauer
2010-03-14
ICH4 update, fix ATA init, drop SATA (chipset doesn't have SATA)
Stefan Reinauer
2010-03-01
This patch implements MBI (modular bios interface) support to the i830 chipset.
Stefan Reinauer
2010-02-27
This does the following:
Stefan Reinauer