Yu-Ping Wu has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85094?usp=email )
Change subject: mb/google/rauru: Enlarge RW_MRC_CACHE from 8K to 16K
......................................................................
mb/google/rauru: Enlarge RW_MRC_CACHE from 8K to 16K
Rauru has MT8196 SoC. Following previous MediaTek SoCs, MT8196 will
enable CACHE_MRC_SETTINGS, in order to store the DRAM parameters in the
FMAP section RW_MRC_CACHE. As the size of the MT8196 parameters is
larger (15968 bytes) compared to previous SoCs (7616 bytes), enlarge
RW_MRC_CACHE from 8K to 16K.
TEST=Build pass
BUG=b:317009620
Change-Id: I35aad5a3a82686a68dd66e993355aa32cc19043e
Signed-off-by: Jarried Lin <jarried.lin(a)mediatek.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85094
Reviewed-by: Yu-Ping Wu <yupingso(a)google.com>
Reviewed-by: Hung-Te Lin <hungte(a)chromium.org>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Yidi Lin <yidilin(a)google.com>
---
M src/mainboard/google/rauru/chromeos.fmd
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Hung-Te Lin: Looks good to me, approved
Yu-Ping Wu: Looks good to me, approved
build bot (Jenkins): Verified
Yidi Lin: Looks good to me, approved
diff --git a/src/mainboard/google/rauru/chromeos.fmd b/src/mainboard/google/rauru/chromeos.fmd
index 5b2234d..a1595df 100644
--- a/src/mainboard/google/rauru/chromeos.fmd
+++ b/src/mainboard/google/rauru/chromeos.fmd
@@ -28,9 +28,9 @@
RW_FWID_A 0x100
}
RW_MISC 36K {
- RW_VPD(PRESERVE) 16K # At least 8K.
+ RW_VPD(PRESERVE) 8K # At least 8K.
RW_NVRAM(PRESERVE) 8K
- RW_MRC_CACHE(PRESERVE) 8K
+ RW_MRC_CACHE(PRESERVE) 16K
RW_ELOG(PRESERVE) 4K # ELOG driver hard-coded size in 4K.
}
RW_SECTION_B 1500K {
--
To view, visit https://review.coreboot.org/c/coreboot/+/85094?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I35aad5a3a82686a68dd66e993355aa32cc19043e
Gerrit-Change-Number: 85094
Gerrit-PatchSet: 3
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Attention is currently required from: David Wu, Karthik Ramasubramanian, Kenneth Chan, Subrata Banik.
Ren Kuo has posted comments on this change by Ren Kuo. ( https://review.coreboot.org/c/coreboot/+/85107?usp=email )
Change subject: mb/google/brox/var/jubilant: Add fw_config for WWAN Sar Sensor
......................................................................
Patch Set 5:
(4 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85107/comment/ad7f9a21_284f14aa?us… :
PS2, Line 10: remvoed
> Nit: removed
fixed.
https://review.coreboot.org/c/coreboot/+/85107/comment/b29a6dde_0e05fa6f?us… :
PS2, Line 18: to
> Nit: remove 'to'
fixed.
File src/mainboard/google/brox/variants/jubilant/smihandler.c:
https://review.coreboot.org/c/coreboot/+/85107/comment/76b93ba0_6122d2fa?us… :
PS2, Line 16: if (slp_typ == ACPI_S5) {
: if (!fw_config_probe(FW_CONFIG(DB_USB, DB_1A))) {
> I would recommend to check specifically for LTE and LTE SAR config. […]
fixed.
File src/mainboard/google/brox/variants/jubilant/variant.c:
https://review.coreboot.org/c/coreboot/+/85107/comment/27b276a6_eb5f8270?us… :
PS2, Line 41: if (!fw_config_probe(FW_CONFIG(DB_USB, DB_1A))) {
> Same comment as in the other file: […]
fixed.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85107?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If9231ac8df94e1dc514ecf0780c99adbfb902893
Gerrit-Change-Number: 85107
Gerrit-PatchSet: 5
Gerrit-Owner: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: David Wu <david_wu(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Kenneth Chan <kenneth.chan(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Richard Lin <richardlin(a)quanta.corp-partner.google.com>
Gerrit-Attention: David Wu <david_wu(a)quanta.corp-partner.google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kenneth Chan <kenneth.chan(a)quanta.corp-partner.google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Wed, 13 Nov 2024 02:09:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Karthik Ramasubramanian <kramasub(a)google.com>
Attention is currently required from: David Wu, Karthik Ramasubramanian, Kenneth Chan, Subrata Banik.
Ren Kuo has posted comments on this change by Ren Kuo. ( https://review.coreboot.org/c/coreboot/+/85107?usp=email )
Change subject: mb/google/brox/var/jubilant: Add fw_config for WWAN Sar Sensor
......................................................................
Patch Set 5:
(1 comment)
File src/mainboard/google/brox/variants/jubilant/Makefile.mk:
https://review.coreboot.org/c/coreboot/+/85107/comment/06b63722_6b86a889?us… :
PS2, Line 14: smm-y-$(CONFIG_FW_CONFIG)
> smm-$(CONFIG_FW_CONFIG)
This will cause build error!
--
To view, visit https://review.coreboot.org/c/coreboot/+/85107?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If9231ac8df94e1dc514ecf0780c99adbfb902893
Gerrit-Change-Number: 85107
Gerrit-PatchSet: 5
Gerrit-Owner: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: David Wu <david_wu(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Kenneth Chan <kenneth.chan(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Richard Lin <richardlin(a)quanta.corp-partner.google.com>
Gerrit-Attention: David Wu <david_wu(a)quanta.corp-partner.google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kenneth Chan <kenneth.chan(a)quanta.corp-partner.google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Wed, 13 Nov 2024 02:08:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Karthik Ramasubramanian <kramasub(a)google.com>
Attention is currently required from: David Wu, Ren Kuo, Subrata Banik.
Hello David Wu, Karthik Ramasubramanian, Kenneth Chan, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85107?usp=email
to look at the new patch set (#3).
Change subject: mb/google/brox/var/jubilant: Add fw_config for WWAN Sar Sensor
......................................................................
mb/google/brox/var/jubilant: Add fw_config for WWAN Sar Sensor
The current WWAN(LTE) does not require any sar setting from RF team's
suggestion, and sar sensor will be removed from DVT schematic.
To reserve the extendibility, add the fw_config DB_1A_LTE_SAR:
field DB_USB 11 12
option DB_1A 0 (None LTE)
option DB_1A_LTE 1 (LTE without sar sensor)
option DB_1A_LTE_SAR 2 (LTE with sar sensor)
end
Base on the fw_config to enable/disable related functions:
0)Disable WWAN and Sar if DB_USB = DB_1A
1)Enable WWAN and disable sar sensor if DB_USB = DB_1A_LTE
2)Enable WWAN and Sar sensor if DB_USB = DB_1A_LTE_SAR
BUG=b:375341992
TEST=Build and verify on jubilant by fw_config
ls -l /sys/bus/i2c/devices
i2cdetect -y -r
Change-Id: If9231ac8df94e1dc514ecf0780c99adbfb902893
Signed-off-by: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
---
M src/mainboard/google/brox/variants/jubilant/Makefile.mk
M src/mainboard/google/brox/variants/jubilant/fw_config.c
M src/mainboard/google/brox/variants/jubilant/overridetree.cb
M src/mainboard/google/brox/variants/jubilant/smihandler.c
M src/mainboard/google/brox/variants/jubilant/variant.c
5 files changed, 34 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/85107/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/85107?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If9231ac8df94e1dc514ecf0780c99adbfb902893
Gerrit-Change-Number: 85107
Gerrit-PatchSet: 3
Gerrit-Owner: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: David Wu <david_wu(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Kenneth Chan <kenneth.chan(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Richard Lin <richardlin(a)quanta.corp-partner.google.com>
Gerrit-Attention: David Wu <david_wu(a)quanta.corp-partner.google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Attention is currently required from: Felix Singer.
Elyes Haouas has posted comments on this change by Felix Singer. ( https://review.coreboot.org/c/coreboot/+/85113?usp=email )
Change subject: 3rdparty/intel-microcode: Update submodule to upstream main
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85113?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Icdb00537c7e8733c8c81c834313e24b5c7842609
Gerrit-Change-Number: 85113
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Comment-Date: Wed, 13 Nov 2024 00:58:07 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Felix Singer.
Elyes Haouas has posted comments on this change by Felix Singer. ( https://review.coreboot.org/c/coreboot/+/85112?usp=email )
Change subject: util/scripts/update_submodule: Extend commit ids to 12 chars
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
see #85096 🙂
--
To view, visit https://review.coreboot.org/c/coreboot/+/85112?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I0e356066b6598f586054f940684c26b6e5db2169
Gerrit-Change-Number: 85112
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Comment-Date: Wed, 13 Nov 2024 00:57:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Matt DeVillier.
Felix Singer has posted comments on this change by Felix Singer. ( https://review.coreboot.org/c/coreboot/+/84986?usp=email )
Change subject: 3rdparty/fsp: Update submodule to upstream master
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/84986/comment/ad9da86f_a5101dea?us… :
PS1, Line 9: commit id 68328e2
> Acknowledged
I've created CB:85112
--
To view, visit https://review.coreboot.org/c/coreboot/+/84986?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ib4887f9ce8a76c374aeaa3fb03a8679ba446dff4
Gerrit-Change-Number: 84986
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Comment-Date: Tue, 12 Nov 2024 22:19:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Elyes Haouas <ehaouas(a)noos.fr>