From 35d42c75648dee229dbf0a8adc0ebfa2ddf81dd4 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 18 Jul 2016 12:41:09 -0500 Subject: drivers/intel/fsp2_0: handle reset requests from FSPS The FSPS component can request resets. Handle those generically. BUG=chrome-os-partner:52679 Change-Id: I41c2da543420102d864e3c5e039fed13632225b4 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/15748 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/drivers/intel/fsp2_0/silicon_init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/drivers/intel/fsp2_0') diff --git a/src/drivers/intel/fsp2_0/silicon_init.c b/src/drivers/intel/fsp2_0/silicon_init.c index 83245b8bdb..cc8c408c05 100644 --- a/src/drivers/intel/fsp2_0/silicon_init.c +++ b/src/drivers/intel/fsp2_0/silicon_init.c @@ -53,6 +53,10 @@ static enum fsp_status do_silicon_init(struct fsp_header *hdr) post_code(POST_FSP_SILICON_INIT); printk(BIOS_DEBUG, "FspSiliconInit returned 0x%08x\n", status); + + /* Handle any resets requested by FSPS. */ + fsp_handle_reset(status); + return status; } -- cgit v1.2.3