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
/
i3100
Age
Commit message (
Expand
)
Author
2014-10-22
cmos: Rename the CMOS related functions.
Gabe Black
2014-10-18
i3100: Convert to per-device ACPI
Vladimir Serbinenko
2014-07-08
southbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
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
2012-06-23
i3100: add smbus_write_byte()
Sven Schnelle
2012-06-21
i3100: Enable second IOAPIC for PCI-X
Sven Schnelle
2012-02-02
i3100: configure pci irqs
Sven Schnelle
2012-01-31
i3100: add sata_ports_implemented option
Sven Schnelle
2012-01-31
i3100: Add init sequence
Sven Schnelle
2011-12-02
i3100: Add HAVE_HARD_RESET
Sven Schnelle
2010-12-08
first round name simplification. drop the <component>_ prefix.
stepan
2010-11-18
Move register block definitions out of board code into
Patrick Georgi
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-06-17
Always enable parent resources before child resources.
Myles Watson
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
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-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-16
pci drivers should be const.
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-18
Move all IOAPIC selection to southbridges, and remove them
Patrick Georgi
2010-01-16
coreboot has 13 instances of IOAPIC setup distributed across a lot
Stefan Reinauer
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-09-25
some progress on kconfig:
Patrick Georgi
2009-08-28
This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i...
Arnaud Maye
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-07-01
Add support for the Intel Eagle Heights development board.
Thomas Jourdan
2009-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2008-09-03
Tidy up identifiers, per Uwe's suggestion. Trivial.
Ed Swierk
2008-08-25
This patch adds PCI device IDs for the Intel EP80579 Integrated Processor,
Ed Swierk
2008-08-25
This patch modifies the Intel 3100 southbridge code to recognize the
Ed Swierk
2008-05-07
Implement GPIO configuration routines for the Intel 3100 southbridge,
Ed Swierk
2008-04-30
By default, the Intel 3100 LPC interface enables only I/O range 0x3f8
Ed Swierk
2008-04-01
Setting an integrated southbridge device (like SATA or USB2.0) to
Ed Swierk
2008-04-01
Tiny style fix for consistency (trivial).
Ed Swierk
2008-04-01
The early init code of several Intel southbridge chipsets calls
Ed Swierk
2008-03-30
Like other Intel chipsets, the Intel 3100 has a TCO timer that reboots
Ed Swierk
2008-03-16
Here is an updated patch addressing most of Uwe's and Peter's ...
Ed Swierk