<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21863">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/mainboard/Kconfig: Add support for 10240 KiB ROM chips<br><br>The Dell Optiplex 790 desktop board has a logical 10MiB flash, so it<br>needs to select BOARD_ROMSIZE_KB_10240. Provide it, so it can be used.<br><br>Change-Id: I6365b0cda67fa1213c20337890157e5d658094d1<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M src/mainboard/Kconfig<br>1 file changed, 10 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/21863/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig<br>index 47338ac..04dca4a 100644<br>--- a/src/mainboard/Kconfig<br>+++ b/src/mainboard/Kconfig<br>@@ -29,6 +29,8 @@<br>       bool<br> config BOARD_ROMSIZE_KB_8192<br>   bool<br>+config BOARD_ROMSIZE_KB_10240<br>+ bool<br> config BOARD_ROMSIZE_KB_12288<br>  bool<br> config BOARD_ROMSIZE_KB_16384<br>@@ -49,6 +51,7 @@<br>       default COREBOOT_ROMSIZE_KB_2048 if BOARD_ROMSIZE_KB_2048<br>     default COREBOOT_ROMSIZE_KB_4096 if BOARD_ROMSIZE_KB_4096<br>     default COREBOOT_ROMSIZE_KB_8192 if BOARD_ROMSIZE_KB_8192<br>+    default COREBOOT_ROMSIZE_KB_10240 if BOARD_ROMSIZE_KB_10240<br>   default COREBOOT_ROMSIZE_KB_12288 if BOARD_ROMSIZE_KB_12288<br>   default COREBOOT_ROMSIZE_KB_16384 if BOARD_ROMSIZE_KB_16384<br>   default COREBOOT_ROMSIZE_KB_32768 if BOARD_ROMSIZE_KB_32768<br>@@ -99,6 +102,11 @@<br>      help<br>    Choose this option if you have a 8192 KB (8 MB) ROM chip.<br> <br>+config COREBOOT_ROMSIZE_KB_10240<br>+    bool "10240 KB (10 MB)"<br>+    help<br>+   Choose this option if you have a 10240 KB (10 MB) ROM chip.<br>+<br> config COREBOOT_ROMSIZE_KB_12288<br>   bool "12288 KB (12 MB)"<br>     help<br>@@ -132,6 +140,7 @@<br>     default 2048 if COREBOOT_ROMSIZE_KB_2048<br>      default 4096 if COREBOOT_ROMSIZE_KB_4096<br>      default 8192 if COREBOOT_ROMSIZE_KB_8192<br>+     default 10240 if COREBOOT_ROMSIZE_KB_10240<br>    default 12288 if COREBOOT_ROMSIZE_KB_12288<br>    default 16384 if COREBOOT_ROMSIZE_KB_16384<br>    default 32768 if COREBOOT_ROMSIZE_KB_32768<br>@@ -148,6 +157,7 @@<br>       default 0x200000 if COREBOOT_ROMSIZE_KB_2048<br>  default 0x400000 if COREBOOT_ROMSIZE_KB_4096<br>  default 0x800000 if COREBOOT_ROMSIZE_KB_8192<br>+ default 0xa00000 if COREBOOT_ROMSIZE_KB_10240<br>         default 0xc00000 if COREBOOT_ROMSIZE_KB_12288<br>         default 0x1000000 if COREBOOT_ROMSIZE_KB_16384<br>        default 0x2000000 if COREBOOT_ROMSIZE_KB_32768<br></pre><p>To view, visit <a href="https://review.coreboot.org/21863">change 21863</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21863"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6365b0cda67fa1213c20337890157e5d658094d1 </div>
<div style="display:none"> Gerrit-Change-Number: 21863 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>