aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-b75m-d3h/romstage.c
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2016-01-31 14:00:54 +0100
committerMartin Roth <martinroth@google.com>2016-02-09 20:35:40 +0100
commit609bd9445ed1cc76496a9d65ad1d158904d3cf47 (patch)
treeb8ddb349366231d819e828cc8bf785f6da3d7e5d /src/mainboard/gigabyte/ga-b75m-d3h/romstage.c
parentbf725b48f730b5996cf1ee7e5ac84ebc0ec78460 (diff)
ivy: Add a possiblity for mainboard early init.
This is needed for stout EC init. Change-Id: I5c73499c17763229840152a473a2d820802ee2f6 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: https://review.coreboot.org/13535 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/romstage.c')
-rw-r--r--src/mainboard/gigabyte/ga-b75m-d3h/romstage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/romstage.c b/src/mainboard/gigabyte/ga-b75m-d3h/romstage.c
index 827882015a..ff85ce1795 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/romstage.c
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/romstage.c
@@ -205,3 +205,6 @@ static void dmi_config(void)
DMIBAR32(0x0e2c) = 0x20000000;
}
#endif
+
+void mainboard_early_init(int s3resume) {
+}