Attention is currently required from: Raul Rangel, Jon Murphy, Mark Hasemeyer.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74099 )
Change subject: mb/google/myst: Enable chromeOS EC
......................................................................
Patch Set 18:
(1 comment)
File src/mainboard/google/myst/dsdt.asl:
https://review.coreboot.org/c/coreboot/+/74099/comment/0bc731a7_1e2bcb32
PS18, Line 18: Name(LIDS, 0)
Why does this need to be written here, and is not part of the EC ASL files? Also only the AMD boards seem to this.
Lastly, Please add a space before the (.
--
To view, visit https://review.coreboot.org/c/coreboot/+/74099
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id18a311097d575973087eb92fd446a5c511f570e
Gerrit-Change-Number: 74099
Gerrit-PatchSet: 18
Gerrit-Owner: Jon Murphy <jpmurphy(a)google.com>
Gerrit-Reviewer: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Mark Hasemeyer <markhas(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Tim Van Patten <timvp(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Jon Murphy <jpmurphy(a)google.com>
Gerrit-Attention: Mark Hasemeyer <markhas(a)google.com>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:50:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes.
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/72800 )
Change subject: soc/intel/{tgl,adl}: Hook up D3ColdEnable UPD to D3COLD_SUPPORT
......................................................................
Patch Set 8:
(1 comment)
File src/soc/intel/tigerlake/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/72800/comment/fa128993_af52a718
PS4, Line 325: params->D3HotEnable = !config->TcssD3HotDisable;
:
: cpu_id = cpu_get_cpuid();
: if (cpu_id == CPUID_TIGERLAKE_A0)
: params->D3ColdEnable = 0;
: else
: params->D3ColdEnable = CONFIG(D3COLD_SUPPORT);
:
does this make any sense at all? first setting D3HotEnable to the dt value, then overriding it?
--
To view, visit https://review.coreboot.org/c/coreboot/+/72800
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I718952165daa6471f11e8025e745fe7c249d3b46
Gerrit-Change-Number: 72800
Gerrit-PatchSet: 8
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:50:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes.
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/72800 )
Change subject: soc/intel/{tgl,adl}: Hook up D3ColdEnable UPD to D3COLD_SUPPORT
......................................................................
Patch Set 8:
(3 comments)
File src/device/Kconfig:
https://review.coreboot.org/c/coreboot/+/72800/comment/12e2a27f_b457c748
PS4, Line 997: NO_S0IX_SUPPORT
as already said, there is a devicetree option.
https://review.coreboot.org/c/coreboot/+/72800/comment/f94ce603_abf71435
PS4, Line 1004: Don't support D3Cold"
: default n if NO_S0IX_SUPPORT
"Don't support" but Kconfig name says "support". What??
https://review.coreboot.org/c/coreboot/+/72800/comment/e50fb206_bf7cb64d
PS4, Line 997: config NO_S0IX_SUPPORT
: bool "Don't support S0IX suspend"
: default n
: help
: Select if the board only supports S3 and/or S4 and not S0IX
:
: config D3COLD_SUPPORT
: bool "Don't support D3Cold"
: default n if NO_S0IX_SUPPORT
: default y
: help
: Select is any devices don't support D3Cold state
:
:
this change is doing more than just "hooking up", while the previous change, does not add these Kconfigs, while claiming so. guys....
--
To view, visit https://review.coreboot.org/c/coreboot/+/72800
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I718952165daa6471f11e8025e745fe7c249d3b46
Gerrit-Change-Number: 72800
Gerrit-PatchSet: 8
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:48:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73449 )
Change subject: cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOS
......................................................................
Patch Set 6:
(1 comment)
Patchset:
PS6:
> > Is this a good idea? The SI prefix seems to be applied to mostly Intel boards. […]
I think generally using the coreboot build-system as a general stitching/verfication
tool for out-of-scope, proprietary components is not a good idea. In this particular
case, I assume both the IFD and the correct CBFS_SIZE setting come from outside the
coreboot repository. So it might be better to validate them there? Doesn't mean
ifdtool couldn't be extended to validate whatever is necessary, e.g. in this case
having an option to specify the region name to assume as matching IFD/BIOS would
be one way.
--
To view, visit https://review.coreboot.org/c/coreboot/+/73449
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I55eddfb5641b3011d4525893604ccf87fa05a1e2
Gerrit-Change-Number: 73449
Gerrit-PatchSet: 6
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:46:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber <nico.h(a)gmx.de>
Comment-In-Reply-To: Maximilian Brune <maximilian.brune(a)9elements.com>
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: comment
Maximilian Brune has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73449 )
Change subject: cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOS
......................................................................
Patch Set 6:
(1 comment)
Patchset:
PS6:
> Is this a good idea? The SI prefix seems to be applied to mostly Intel boards. The default is BIOS everywhere else. Why should the default FMAP name change?
I changed the FMAP name because if I use the name "BIOS" for validation in the ifdtool, then it will break all FMAPs that actually use the name "SI_BIOS" (almost all mainboards in the tree use it). If I use SI_BIOS on the other hand it will break the default-x86.fmd. So there is currently no way to validate the BIOS region if we use the default-x86.fmd. The easiest alternative that comes to mind is adding a default-intel.fmd file, but that feels wrong considering that we would only create it because of the bios region name.
Any ideas on how to resolve this?
> I also don't understand this: how could the auto-generated region match what
> ifdtool --validate expects? I guess it would only work with specific, manual
> configurations.
You are right. Most of the time the BIOS region will not match.
Guess we either need to validate the BIOS region differently (e.g. checking that the BIOS FMAP region fits in the SI_BIOS IFD region) or do not validate it at all.
I tested it in my setup, but unlucky enough I chose a very big CBFS_SIZE because I wanted to stuck a Linux kernel in it. That resulted in a matching BIOS region.
And we have no defconfig in the tree that actually selects the VALIDATE_INTEL_DESCRIPTOR option therefore jenkins didn't complain either.
--
To view, visit https://review.coreboot.org/c/coreboot/+/73449
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I55eddfb5641b3011d4525893604ccf87fa05a1e2
Gerrit-Change-Number: 73449
Gerrit-PatchSet: 6
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:29:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber <nico.h(a)gmx.de>
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: comment
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/72799 )
Change subject: device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
erm, so now we have both Kconfig AND devicetree, which can even be inconsistent? o.O
--
To view, visit https://review.coreboot.org/c/coreboot/+/72799
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I04abc7efe2db06ae6daba9e09835441b62ee44f4
Gerrit-Change-Number: 72799
Gerrit-PatchSet: 3
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <felixsinger(a)posteo.net>
Gerrit-CC: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:27:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71954 )
Change subject: soc/intel/common/block: Add LPC BIOS decode lock
......................................................................
Patch Set 6:
(1 comment)
Patchset:
PS6:
> This also needs to be set in the corresponding DMI register. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/71954
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I60df7e6da2b22b8eeb2094aeb5ee9667043bb30b
Gerrit-Change-Number: 71954
Gerrit-PatchSet: 6
Gerrit-Owner: Simon Chou <simonchou(a)supermicro.com.tw>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-CC: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:23:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-MessageType: comment
Attention is currently required from: Simon Chou.
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71953 )
Change subject: soc/intel/common/block/fast_spi: Add SPI BIOS decode lock
......................................................................
Patch Set 10:
(1 comment)
Patchset:
PS10:
> This also needs to be set in the corresponding DMI register. […]
ouch, sorry for double-posting... browser fail o.O
--
To view, visit https://review.coreboot.org/c/coreboot/+/71953
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3366817b42a5878f16575698ebc546fa7852e285
Gerrit-Change-Number: 71953
Gerrit-PatchSet: 10
Gerrit-Owner: Simon Chou <simonchou(a)supermicro.com.tw>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Jian-Ming Wang <jianmingW(a)supermicro.com>
Gerrit-Reviewer: Jonathan Zhang <jon.zhixiong.zhang(a)gmail.com>
Gerrit-Reviewer: Ryback Hung <ryback.hung(a)quantatw.com>
Gerrit-Reviewer: Shuming Chu (Shuming) <s1218944(a)gmail.com>
Gerrit-Reviewer: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Reviewer: TimLiu-SMCI <timliu(a)supermicro.com.tw>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Simon Chou <simonchou(a)supermicro.com.tw>
Gerrit-Comment-Date: Fri, 07 Apr 2023 16:23:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-MessageType: comment