[coreboot-gerrit] Change in coreboot[master]: cheza: Additional configs for SPI boot

Evan Green (Code Review) gerrit at coreboot.org
Thu Apr 12 19:41:54 CEST 2018


Evan Green has uploaded this change for review. ( https://review.coreboot.org/25642


Change subject: cheza: Additional configs for SPI boot
......................................................................

cheza: Additional configs for SPI boot

This change adds the Winbond SPI flash part, and expands the ROM
size out to the proper 16MB.

BUG=b:74020650
TEST=Boot from SPI on Cheza

Change-Id: Ibc85c8a6ae86b3a39848ae441c4d71dc4db8e0d6
---
M src/mainboard/google/cheza/Kconfig
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/25642/1

diff --git a/src/mainboard/google/cheza/Kconfig b/src/mainboard/google/cheza/Kconfig
index aab137c..9882b59 100644
--- a/src/mainboard/google/cheza/Kconfig
+++ b/src/mainboard/google/cheza/Kconfig
@@ -6,10 +6,11 @@
 
 config BOARD_SPECIFIC_OPTIONS
 	def_bool y
-	select BOARD_ROMSIZE_KB_8192
+	select BOARD_ROMSIZE_KB_16384
 	select COMMON_CBFS_SPI_WRAPPER
 	select SOC_QUALCOMM_SDM845
 	select SPI_FLASH
+	select SPI_FLASH_WINBOND
 	select MAINBOARD_HAS_CHROMEOS
 
 config CONSOLE_UART_ADDR

-- 
To view, visit https://review.coreboot.org/25642
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc85c8a6ae86b3a39848ae441c4d71dc4db8e0d6
Gerrit-Change-Number: 25642
Gerrit-PatchSet: 1
Gerrit-Owner: Evan Green <evgreen at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180412/b5c52f18/attachment-0001.html>


More information about the coreboot-gerrit mailing list