aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/sb600_early_setup.c
AgeCommit message (Expand)Author
2010-09-24Make SB600/SB700 more similar for easier diffs (trivial).Uwe Hermann
2010-04-30get rid of some more warnings..Stefan Reinauer
2010-04-20As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer
2010-04-16fix up sb600 and it8712f tree.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17The SB600 also has the BootFailTimer. We should disable it,Zheng Bao
2009-10-13This patch support for the Technexion Tim-5690 mainboard.Libra Li
2009-08-26Remove a couple of CONFIG_ prefixes that shouldn't have happened.Patrick Georgi
2009-07-14trivial fixes to function declarations (and build system test)Stefan Reinauer
2009-07-10This seems to be a more official, common, simple way to check if the CPU is d...Zheng Bao
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2008-12-12Improve comments in early SB600 setup, handle non-LPC strapping andCarl-Daniel Hailfinger
2008-12-01Add AMD sb600 HPET setup and some minor cleanups.Joe Bao
2008-10-21I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'.Uwe Hermann
2008-09-22Patch for AMD SB600 chipset.Michael Xie