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
/
sb600_early_setup.c
Age
Commit message (
Expand
)
Author
2010-04-16
fix up sb600 and it8712f tree.
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
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
The SB600 also has the BootFailTimer. We should disable it,
Zheng Bao
2009-10-13
This patch support for the Technexion Tim-5690 mainboard.
Libra Li
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-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
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-10-21
I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'.
Uwe Hermann
2008-09-22
Patch for AMD SB600 chipset.
Michael Xie