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
/
amd
/
sb600
Age
Commit message (
Expand
)
Author
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-18
trivial. Delelte double blank line.
Zheng Bao
2010-03-17
more warnings gone...
Stefan Reinauer
2010-03-17
The SB600 also has the BootFailTimer. We should disable it,
Zheng Bao
2010-03-16
pci drivers should be const.
Stefan Reinauer
2010-03-09
sb600 has problems with the virtual wire mode setup in setup_ioapic(). It cau...
Marc Jones
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
2010-01-16
coreboot used to have two different "APIs" for memory accesses:
Stefan Reinauer
2009-10-14
delete white trailing spaces. It is done by the perl command.
Zheng Bao
2009-10-13
This patch support for the Technexion Tim-5690 mainboard.
Libra Li
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-08-27
Added support for the AMD RS690 and SB600 southbridges in Kconfig
Cristi Măgherușan
2009-08-27
The new resource allocator helped me find a bug in SB600 diagnostics.
Carl-Daniel Hailfinger
2009-08-26
Remove a couple of CONFIG_ prefixes that shouldn't have happened.
Patrick Georgi
2009-07-14
trivial fixes to function declarations (and build system test)
Stefan Reinauer
2009-07-10
This seems to be a more official, common, simple way to check if the CPU is d...
Zheng Bao
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
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-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-02-05
Use the correct device for switching on HDA.
Dan Lykowski
2009-01-15
Adds a retry/faildown to SB600 SATA detection logic.
Dan Lykowski
2008-12-29
The SB600 RPR documentation does not mention what to do if SATA_BAR0+6
Carl-Daniel Hailfinger
2008-12-23
Fix implicit declarations of pci_read_config32 and pci_write_config32 in
Maggie Li
2008-12-12
Improve comments in early SB600 setup, handle non-LPC strapping and
Carl-Daniel Hailfinger
2008-12-01
Add AMD sb600 HPET setup and some minor cleanups.
Joe Bao
2008-11-14
drop dead code in sb600 hda
Stefan Reinauer
2008-10-21
I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'.
Uwe Hermann
2008-10-21
Add missing license header.
Uwe Hermann
2008-10-13
Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be.
Uwe Hermann
2008-10-09
Added comment about sb600 wideio setting for clarity and a minor witespace c...
Marc Jones
2008-10-07
[PATCH] coreboot: Don't loop forever waiting for HDA codecs
Jordan Crouse
2008-10-03
Ron has been doing really good work over in v3. The problem is that the work ...
Marc Jones
2008-10-02
This is so that people can see it. This is the sb600 for v3. It almost
Ronald G. Minnich
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-09-22
Patch for AMD SB600 chipset.
Michael Xie