Attention is currently required from: Patrick Rudolph.
Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60727
to look at the new patch set (#2).
Change subject: soc/intel/ehl: Replace dt `HeciEnabled` by `CSE disable` config
......................................................................
soc/intel/ehl: Replace dt `HeciEnabled` by `CSE disable` config
Lists of changes:
1. Drop `HeciEnabled` from dt and dt chip configuration.
2. Replace all logic that disables CSE based on the `HeciEnabled`
chip config with `DISABLE_CSE_AT_PRE_BOOT` config.
Mainboards that choose to make CSE enable during boot don't select
`cse disable` config.
Signed-off-by: Subrata Banik <subratabanik(a)google.com>
Change-Id: I76c625e6221fdef1343599e7dbc7739caa91bf98
---
M src/mainboard/intel/elkhartlake_crb/variants/ehlcrb/devicetree.cb
M src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb
M src/mainboard/siemens/mc_ehl/variants/mc_ehl2/devicetree.cb
M src/soc/intel/elkhartlake/chip.h
M src/soc/intel/elkhartlake/smihandler.c
5 files changed, 1 insertion(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/60727/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/60727
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I76c625e6221fdef1343599e7dbc7739caa91bf98
Gerrit-Change-Number: 60727
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Patrick Rudolph.
Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60726
to look at the new patch set (#2).
Change subject: soc/intel/cnl: Replace `dt CSE dev state` by `CSE disable` config
......................................................................
soc/intel/cnl: Replace `dt CSE dev state` by `CSE disable` config
Make use of `DISABLE_CSE_AT_PRE_BOOT` config instead dt CSE device
state to perform CSE function disable using `heci_disable()`.
Signed-off-by: Subrata Banik <subratabanik(a)google.com>
Change-Id: I195390b0af0f69bdb085e9ee2a4a8c3e29fd5a67
---
M src/soc/intel/cannonlake/smihandler.c
1 file changed, 1 insertion(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/60726/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/60726
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I195390b0af0f69bdb085e9ee2a4a8c3e29fd5a67
Gerrit-Change-Number: 60726
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Tim Wawrzynczak.
Hello Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60725
to look at the new patch set (#2).
Change subject: mb/google/{drallion, hatch. sarien}: Rework CSE dt policy
......................................................................
mb/google/{drallion, hatch. sarien}: Rework CSE dt policy
This patch makes dt CSE PCI device `on` by default and Mainboards
selects DISABLE_CSE_AT_PRE_BOOT config to make CSE function disable
at pre-boot instead of making dt CSE device 'off'.
Signed-off-by: Subrata Banik <subratabanik(a)google.com>
Change-Id: Idd57d2713fe83de5fb93e399734414ca99977d0c
---
M src/mainboard/google/drallion/Kconfig
M src/mainboard/google/drallion/variants/drallion/devicetree.cb
M src/mainboard/google/hatch/Kconfig
M src/mainboard/google/hatch/variants/baseboard/devicetree.cb
M src/mainboard/google/sarien/Kconfig
M src/mainboard/google/sarien/variants/arcada/devicetree.cb
M src/mainboard/google/sarien/variants/sarien/devicetree.cb
7 files changed, 8 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/60725/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/60725
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idd57d2713fe83de5fb93e399734414ca99977d0c
Gerrit-Change-Number: 60725
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Felix Singer, Erik van den Bogaert, Michał Żygowski, Frans Hendriks, Michael Niewöhner, Patrick Rudolph, Piotr Król.
Hello Felix Singer, Erik van den Bogaert, Michał Żygowski, Frans Hendriks, Michael Niewöhner, Patrick Rudolph, Piotr Król,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60722
to look at the new patch set (#2).
Change subject: soc/intel/skl: Replace dt `HeciEnabled` by `CSE disable` config
......................................................................
soc/intel/skl: Replace dt `HeciEnabled` by `CSE disable` config
Lists of changes:
1. Drop `HeciEnabled` from dt and dt chip configuration.
2. Replace all logic that disables CSE based on the `HeciEnabled`
chip config with `DISABLE_CSE_AT_PRE_BOOT` config.
3. Make dt CSE PCI device `on` by default.
4. Mainboards selects DISABLE_CSE_AT_PRE_BOOT config to make CSE
function disable at pre-boot instead of the dt policy that uses
`HeciEnabled = 0`.
Mainboards that choose to make CSE enable during boot don't select
`cse disable` config.
Signed-off-by: Subrata Banik <subratabanik(a)google.com>
Change-Id: I5c13fe4a78be44403a81c28b1676aecc26c58607
---
M src/mainboard/51nb/x210/devicetree.cb
M src/mainboard/asrock/h110m/Kconfig
M src/mainboard/asrock/h110m/devicetree.cb
M src/mainboard/clevo/kbl-u/variants/n13xwu/devicetree.cb
M src/mainboard/facebook/monolith/Kconfig
M src/mainboard/facebook/monolith/devicetree.cb
M src/mainboard/google/eve/Kconfig
M src/mainboard/google/eve/devicetree.cb
M src/mainboard/google/fizz/Kconfig
M src/mainboard/google/fizz/variants/baseboard/devicetree.cb
M src/mainboard/google/glados/Kconfig
M src/mainboard/google/glados/devicetree.cb
M src/mainboard/google/poppy/Kconfig
M src/mainboard/google/poppy/variants/atlas/devicetree.cb
M src/mainboard/google/poppy/variants/baseboard/devicetree.cb
M src/mainboard/google/poppy/variants/nami/devicetree.cb
M src/mainboard/google/poppy/variants/nautilus/devicetree.cb
M src/mainboard/google/poppy/variants/nocturne/devicetree.cb
M src/mainboard/google/poppy/variants/rammus/devicetree.cb
M src/mainboard/google/poppy/variants/soraka/devicetree.cb
M src/mainboard/intel/kblrvp/Kconfig
M src/mainboard/intel/kblrvp/variants/baseboard/devicetree.cb
M src/mainboard/intel/kunimitsu/Kconfig
M src/mainboard/intel/kunimitsu/devicetree.cb
M src/mainboard/libretrend/lt1000/devicetree.cb
M src/mainboard/protectli/vault_kbl/devicetree.cb
M src/mainboard/purism/librem_skl/Kconfig
M src/mainboard/purism/librem_skl/devicetree.cb
M src/mainboard/razer/blade_stealth_kbl/devicetree.cb
M src/soc/intel/skylake/chip.c
M src/soc/intel/skylake/chip.h
M src/soc/intel/skylake/finalize.c
32 files changed, 15 insertions(+), 33 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/60722/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/60722
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5c13fe4a78be44403a81c28b1676aecc26c58607
Gerrit-Change-Number: 60722
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Erik van den Bogaert <ebogaert(a)eltan.com>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Erik van den Bogaert <ebogaert(a)eltan.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Attention: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Attention: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-MessageType: newpatchset