From 609bd9445ed1cc76496a9d65ad1d158904d3cf47 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 31 Jan 2016 14:00:54 +0100 Subject: ivy: Add a possiblity for mainboard early init. This is needed for stout EC init. Change-Id: I5c73499c17763229840152a473a2d820802ee2f6 Signed-off-by: Vladimir Serbinenko Reviewed-on: https://review.coreboot.org/13535 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/gigabyte/ga-b75m-d3h/romstage.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/romstage.c') 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) { +} -- cgit v1.2.3