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>
This commit is contained in:
Vladimir Serbinenko
2016-01-31 14:00:54 +01:00
committed by Martin Roth
parent bf725b48f7
commit 609bd9445e
13 changed files with 38 additions and 0 deletions

View File

@@ -358,6 +358,10 @@ void rcba_config(void)
guessedMap := GuessSPDMap(ctx)
sb.WriteString(`
void mainboard_early_init(int s3resume)
{
}
/* FIXME: Put proper SPD map here. */
void mainboard_get_spd(spd_raw_data *spd)
{