summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m5a88-v/romstage.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-04-21 17:34:38 +1000
committerPatrick Georgi <patrick@georgi-clan.de>2014-04-26 12:57:04 +0200
commit03ad2a26b07909a5c34a1ade30f905ae3de5b8a0 (patch)
treea169d5835c8a61dedaf98b53f0d49c730b3eec82 /src/mainboard/asus/m5a88-v/romstage.c
parent392de45ae2d9550c3b95078bff7a52c9e5eed563 (diff)
downloadcoreboot-03ad2a26b07909a5c34a1ade30f905ae3de5b8a0.tar.xz
superio/ite/it8721f: Rewrite from hardcoded base addr
Rewrite early_serial.c implementation to honour a passed base address in device_t, removing any hard coding of values. We also expose early sio init functions as romstage symbols to avoid falsely #including "early_serial.c" in romstage.c of board support. Change-Id: I521b8f7cf85173345b90745c6f2ab66e25429f5d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5561 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/asus/m5a88-v/romstage.c')
-rw-r--r--src/mainboard/asus/m5a88-v/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/m5a88-v/romstage.c b/src/mainboard/asus/m5a88-v/romstage.c
index db8b7b5cf5..94a1e4e596 100644
--- a/src/mainboard/asus/m5a88-v/romstage.c
+++ b/src/mainboard/asus/m5a88-v/romstage.c
@@ -41,7 +41,7 @@
#include "northbridge/amd/amdfam10/reset_test.c"
#include <console/loglevel.h>
#include "cpu/x86/bist.h"
-#include "superio/ite/it8721f/early_serial.c"
+#include <superio/ite/it8721f/it8721f.h>
#include <cpu/amd/mtrr.h>
#include "northbridge/amd/amdfam10/setup_resource_map.c"
#include "southbridge/amd/rs780/early_setup.c"