[coreboot-gerrit] Change in coreboot[master]: biostar/a68n_5200: Fix hang with board due to SPI

Damien Zammit (Code Review) gerrit at coreboot.org
Wed Oct 11 06:13:04 CEST 2017


Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/21945


Change subject: biostar/a68n_5200: Fix hang with board due to SPI
......................................................................

biostar/a68n_5200: Fix hang with board due to SPI

SPI mode needs to be set early to normal and Quad I/O disabled
on this board for some reason

Change-Id: I4dbc52010eebf492087d0b1c155a24a307bcc8b0
Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
M src/mainboard/biostar/a68n_5200/BiosCallOuts.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/21945/1

diff --git a/src/mainboard/biostar/a68n_5200/BiosCallOuts.c b/src/mainboard/biostar/a68n_5200/BiosCallOuts.c
index 0ff1e9a..7698b4b 100644
--- a/src/mainboard/biostar/a68n_5200/BiosCallOuts.c
+++ b/src/mainboard/biostar/a68n_5200/BiosCallOuts.c
@@ -170,6 +170,8 @@
 
 void board_FCH_InitReset(struct sysinfo *cb_NA, FCH_RESET_DATA_BLOCK *FchParams_reset)
 {
+	FchParams_reset->Mode = FCH_SPI_MODE_NORMAL;
+	FchParams_reset->QeEnabled = FALSE;
 }
 
 void board_FCH_InitEnv(struct sysinfo *cb_NA, FCH_DATA_BLOCK *FchParams_env)

-- 
To view, visit https://review.coreboot.org/21945
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4dbc52010eebf492087d0b1c155a24a307bcc8b0
Gerrit-Change-Number: 21945
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit <damien at zamaudio.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171011/72ec785e/attachment.html>


More information about the coreboot-gerrit mailing list