coreboot-kgpe-d16/src
Carl-Daniel Hailfinger 93159bf752 In the process of trying to debug some HT sync problems I added lots of
debug code to src/northbridge/amd/amdk8/incoherent_ht.c.
However, printk is not available for all boards at that stage.

I have changed the following boards:
agami/aruma
arima/hdama
asus/a8n_e
broadcom/blast
ibm/e325
ibm/e326
iwill/dk8s2
iwill/dk8x
msi/ms7135
newisys/khepri
sunw/ultra40
tyan/s2850
tyan/s2875
tyan/s2880
tyan/s2881
tyan/s2882
tyan/s2885
tyan/s2891
tyan/s2892
tyan/s2895
tyan/s4880
tyan/s4882

abuild works fine for all of them.
agami/aruma needs a Config-abuild.lb which doesn't have fallback and
normal due to size problems.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Marc Jones <marcj303@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-12-22 09:53:24 +00:00
..
arch This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. 2008-12-18 18:24:11 +00:00
boot Fix compile errors if CONFIG_FS_PAYLOAD=1: 2008-11-03 23:16:00 +00:00
config Move mainboard specific changes to the coreboot memory table into the 2008-12-13 20:51:34 +00:00
console fix warning in vga console code (trivial) 2008-08-01 11:38:23 +00:00
cpu Fix a LOT of implicit function declarations before they become errors. 2008-12-19 03:36:48 +00:00
devices Changes required to the device allocator: 2008-10-29 03:15:42 +00:00
drivers The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of 2008-10-01 12:52:52 +00:00
include Fix a LOT of implicit function declarations before they become errors. 2008-12-19 03:36:48 +00:00
lib Drop tons of duplicated debug.c files, move common file to 2008-10-12 22:34:08 +00:00
mainboard In the process of trying to debug some HT sync problems I added lots of 2008-12-22 09:53:24 +00:00
northbridge Fix breakage caused by r3822. I should have known not to touch the k8 stuff... 2008-12-19 05:53:30 +00:00
pc80 Made await_ide(), which polls for an ide status change, check the status 2008-10-22 22:30:17 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge Fix a LOT of implicit function declarations before they become errors. 2008-12-19 03:36:48 +00:00
stream Fix compile errors if CONFIG_FS_PAYLOAD=1: 2008-11-03 23:16:00 +00:00
superio Add support for the Winbond W83627DHG Super I/O. 2008-11-11 21:10:07 +00:00