aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/butterfly
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/google/butterfly
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/google/butterfly')
-rw-r--r--src/mainboard/google/butterfly/romstage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/butterfly/romstage.c b/src/mainboard/google/butterfly/romstage.c
index 6b7562d9e3..40b5e762dc 100644
--- a/src/mainboard/google/butterfly/romstage.c
+++ b/src/mainboard/google/butterfly/romstage.c
@@ -128,3 +128,6 @@ void mainboard_get_spd(spd_raw_data *spd) {
read_spd(&spd[0], 0x50);
read_spd(&spd[2], 0x52);
}
+
+void mainboard_early_init(int s3resume) {
+}