Siyuan Wang (wangsiyuanbuaa(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1599
-gerrit
commit 28143bc9261c5238b3dd86eee6a532e00f451128
Author: Siyuan Wang <wangsiyuanbuaa(a)gmail.com>
Date: Mon Oct 22 11:21:00 2012 +0800
Platform.h does not needed by src/mainboard/amd/dinar/romstage.c
src/mainboard/amd/dinar/romstage.c include nb_cimx.h
and nb_cimx.h include Platform.h, so Platform.h could be removed
from src/mainboard/amd/dinar/romstage.c
Change-Id: Ie999c3ed0c59bc1bb45d4cca7c8a72982f0fcf08
Signed-off-by: Siyuan Wang <SiYuan.Wang(a)amd.com>
Signed-off-by: Siyuan Wang <wangsiyuanbuaa(a)gmail.com>
---
src/mainboard/amd/dinar/romstage.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mainboard/amd/dinar/romstage.c b/src/mainboard/amd/dinar/romstage.c
index 89d8959..3219765 100644
--- a/src/mainboard/amd/dinar/romstage.c
+++ b/src/mainboard/amd/dinar/romstage.c
@@ -36,7 +36,6 @@
#include "drivers/pc80/i8259.c"
#include "nb_cimx.h"
#include "sb_cimx.h"
-#include "Platform.h"
#include <arch/cpu.h>
#define SERIAL_DEV PNP_DEV(CONFIG_SIO_PORT, SMSCSUPERIO_SP1)
Attached is a boot log of an A8N-E running a recent coreboot build.
SeaBIOS comes up but the PS/2 keyboard is nonfunctional and the
attached primary master PATA drive isn't detected.
Jonathan Kollasch