Attention is currently required from: Arthur Heymans, Chen, Gang C, David Hendricks, Jincheng Li, Jonathan Zhang, Nico Huber, Shuo Liu, TangYiwei.
Martin L Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81320?usp=email )
Change subject: mainboard: Introduce BIOS_SIZE
......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/Kconfig:
https://review.coreboot.org/c/coreboot/+/81320/comment/777df9e2_34874e45 :
PS1, Line 257: config BIOS_SIZE_KB_16384
: bool "16384 KB (16 MB)"
: help
: Choose this option if your BIOS region is 16384 KB (16 MB).
:
: config BIOS_SIZE_KB_32768
: bool "32768 KB (32 MB)"
: help
: Choose this option if your BIOS region is 32768 KB (32 MB).
:
: config BIOS_SIZE_KB_49512
: bool "49512 KB (48 MB)"
: help
: Choose this option if your BIOS region is 49512 KB (48 MB).
:
: # Map the config names to the value
: config BIOS_SIZE
: hex
: default 0x01000000 if BIOS_SIZE_KB_16384
: default 0x02000000 if BIOS_SIZE_KB_32768
: default 0x03000000 if BIOS_SIZE_KB_49512
: default 0x01000000
I believe this is actually a case for `CACHE_ROM_BASE`/`CACHE_ROM_SIZE` […]
isn't this what the BOARD_ROMSIZE IS for? we have 10, 12, and 24 MiB roms already.
https://sourcegraph.com/github.com/coreboot/coreboot@e079379576faf707c046847...
--
To view, visit
https://review.coreboot.org/c/coreboot/+/81320?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5bf8fde9fdc30507ce8eb809f636d02cfa2baf0e
Gerrit-Change-Number: 81320
Gerrit-PatchSet: 1
Gerrit-Owner: Shuo Liu
shuo.liu@intel.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Chen, Gang C
gang.c.chen@intel.com
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: Jincheng Li
jincheng.li@intel.com
Gerrit-Reviewer: Jonathan Zhang
jon.zhixiong.zhang@gmail.com
Gerrit-Reviewer: TangYiwei
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Martin L Roth
gaumless@gmail.com
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Jonathan Zhang
jon.zhixiong.zhang@gmail.com
Gerrit-Attention: Chen, Gang C
gang.c.chen@intel.com
Gerrit-Attention: David Hendricks
david.hendricks@gmail.com
Gerrit-Attention: Shuo Liu
shuo.liu@intel.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Jincheng Li
jincheng.li@intel.com
Gerrit-Attention: TangYiwei
Gerrit-Comment-Date: Sun, 17 Mar 2024 20:24:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Gerrit-MessageType: comment