From c66a02634c1d4b0f7929cb9f4c510fff56db0ca6 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 25 Jul 2016 16:59:00 -0700 Subject: google/urara: Provide dummy implementations of rec/dev functions This is required to enable elog support in ChromeOS by default. BUG=chrome-os-partner:55639 Change-Id: I9c97143d794de4bf220ddf67c0ca2eac2f7a326d Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/15896 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/google/urara/chromeos.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/urara/chromeos.c b/src/mainboard/google/urara/chromeos.c index 0d5485fa48..4db06c6a5c 100644 --- a/src/mainboard/google/urara/chromeos.c +++ b/src/mainboard/google/urara/chromeos.c @@ -28,3 +28,15 @@ void fill_lb_gpios(struct lb_gpios *gpios) { printk(BIOS_ERR, "%s unsupported, but called\n", __func__); } + +int get_developer_mode_switch(void) +{ + printk(BIOS_ERR, "%s unsupported, but called\n", __func__); + return 0; +} + +int get_recovery_mode_switch(void) +{ + printk(BIOS_ERR, "%s unsupported, but called\n", __func__); + return 0; +} -- cgit v1.2.3