Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47879 )
Change subject: soc/intel/jasperlake: Fill software noise mitigation related UPDs
......................................................................
soc/intel/jasperlake: Fill software noise mitigation related UPDs
Purpose of this patch is to expose and fill software noise
mitigation related parameters from coreboot so that
we can fine tune noise mitigation
This is work in progress patch and final patchset will allow
values to be filled from devietree once values are finalized
BUG=NONE
BRANCH=NONE
TEST=code compiles and UPDs are updated
Change-Id: Id022f32acc3fd3fe62f78e3053bacdeb33727c02
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
---
M src/soc/intel/jasperlake/fsp_params.c
1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/47879/1
diff --git a/src/soc/intel/jasperlake/fsp_params.c b/src/soc/intel/jasperlake/fsp_params.c
index 92c35c6..a76bea3 100644
--- a/src/soc/intel/jasperlake/fsp_params.c
+++ b/src/soc/intel/jasperlake/fsp_params.c
@@ -236,6 +236,25 @@
config->PchPmSlpS3MinAssert, config->PchPmSlpAMinAssert,
config->PchPmPwrCycDur);
+ /* Disable Fast slew rate for Deeper C states */
+ /* Note that each index is for specific VR */
+ params->FastPkgCRampDisable[0] = 0x00;
+ params->FastPkgCRampDisable[1] = 0x00;
+ params->FastPkgCRampDisable[2] = 0x00;
+ params->FastPkgCRampDisable[3] = 0x00;
+ params->FastPkgCRampDisable[4] = 0x00;
+
+ params->SlowSlewRate[0] = 0x00;
+ params->SlowSlewRate[1] = 0x00;
+ params->SlowSlewRate[2] = 0x00;
+ params->SlowSlewRate[3] = 0x00;
+ params->SlowSlewRate[4] = 0x00;
+
+ params->AcousticNoiseMitigation = 0x00;
+ params->PreWake = 0x00;
+ params->RampUp = 0x00;
+ params->RampDown = 0x00;
+
/* Override/Fill FSP Silicon Param for mainboard */
mainboard_silicon_init_params(params);
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/47879
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id022f32acc3fd3fe62f78e3053bacdeb33727c02
Gerrit-Change-Number: 47879
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-MessageType: newchange
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48293 )
Change subject: mb/prodrive/hermes: Wrap UART driver by PCI device
......................................................................
Patch Set 3: Code-Review-1
(1 comment)
https://review.coreboot.org/c/coreboot/+/48293/3/src/mainboard/prodrive/her…
File src/mainboard/prodrive/hermes/variants/baseboard/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/48293/3/src/mainboard/prodrive/her…
PS3, Line 177: device pci 00.0 on end
this device doesn't exist
--
To view, visit https://review.coreboot.org/c/coreboot/+/48293
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I298247276ec95b2f599f1fcd399550a51b63aff1
Gerrit-Change-Number: 48293
Gerrit-PatchSet: 3
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 05 Dec 2020 06:13:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
V Sowmya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48271 )
Change subject: soc/intel/common/block/usb4: Add the PCI ID for ADL
......................................................................
soc/intel/common/block/usb4: Add the PCI ID for ADL
This patch adds the PCI device ID for Alderlake
CPU xHCI.
Change-Id: I4074a81aa9be2ef3a0956da08bece32a613415ab
Signed-off-by: V Sowmya <v.sowmya(a)intel.com>
---
M src/soc/intel/common/block/usb4/xhci.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/48271/1
diff --git a/src/soc/intel/common/block/usb4/xhci.c b/src/soc/intel/common/block/usb4/xhci.c
index 4fe60dd..d4fb3e2 100644
--- a/src/soc/intel/common/block/usb4/xhci.c
+++ b/src/soc/intel/common/block/usb4/xhci.c
@@ -27,6 +27,7 @@
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_TGP_TCSS_XHCI,
+ PCI_DEVICE_ID_INTEL_ADP_TCSS_XHCI,
0
};
--
To view, visit https://review.coreboot.org/c/coreboot/+/48271
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4074a81aa9be2ef3a0956da08bece32a613415ab
Gerrit-Change-Number: 48271
Gerrit-PatchSet: 1
Gerrit-Owner: V Sowmya <v.sowmya(a)intel.com>
Gerrit-MessageType: newchange
Hello Kaiyen Chang,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/48303
to review the following change.
Change subject: mb/google/dedede: Set the GPIO to EDGE_BOTH trigger for SD card CD pin
......................................................................
mb/google/dedede: Set the GPIO to EDGE_BOTH trigger for SD card CD pin
The default setting of LEVEL/EDGE of GPIO is zero, which is LEVEL
trigger. So we need to set the GPIO to EDGE_BOTH trigger for SD card CD
pin in advance in coreboot to avoid the probabilistic interrupt storm
occuring during the period that kernel is configuring the GPIO for SD
card CD pin.
BUG=b:174336541
TEST=Run 1500 reboot iterations successfully
Signed-off-by: Kaiyen Chang <kaiyen.chang(a)intel.corp-partner.google.com>
Change-Id: I4782c7efd9ab107e4894257b6e042f7477d90fac
---
M src/mainboard/google/dedede/variants/baseboard/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/48303/1
diff --git a/src/mainboard/google/dedede/variants/baseboard/gpio.c b/src/mainboard/google/dedede/variants/baseboard/gpio.c
index 1d8d21d..39d35f5 100644
--- a/src/mainboard/google/dedede/variants/baseboard/gpio.c
+++ b/src/mainboard/google/dedede/variants/baseboard/gpio.c
@@ -381,7 +381,7 @@
PAD_NC(GPD10, NONE),
/* SD card detect virtual GPIO */
- PAD_CFG_GPI_GPIO_DRIVER(VGPIO_39, NONE, PLTRST),
+ PAD_CFG_GPI_GPIO_DRIVER_EDGE_BOTH(VGPIO_39, NONE, PLTRST),
};
--
To view, visit https://review.coreboot.org/c/coreboot/+/48303
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4782c7efd9ab107e4894257b6e042f7477d90fac
Gerrit-Change-Number: 48303
Gerrit-PatchSet: 1
Gerrit-Owner: Kaiyen Chang <kaiyen.chang(a)intel.com>
Gerrit-Reviewer: Kaiyen Chang <kaiyen.chang(a)intel.corp-partner.google.com>
Gerrit-MessageType: newchange
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46315 )
Change subject: soc/intel/cannonlake: Add chipset devicetree
......................................................................
Patch Set 10:
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/46315
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia43a9d490dc336b4470f4ce4f199870f0db0c625
Gerrit-Change-Number: 46315
Gerrit-PatchSet: 10
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
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)users.sourceforge.net>
Gerrit-Comment-Date: Sat, 05 Dec 2020 01:47:46 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48293 )
Change subject: mb/prodrive/hermes: Wrap UART driver by PCI device
......................................................................
Patch Set 3: Code-Review+1
LGTM but should be tested
--
To view, visit https://review.coreboot.org/c/coreboot/+/48293
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I298247276ec95b2f599f1fcd399550a51b63aff1
Gerrit-Change-Number: 48293
Gerrit-PatchSet: 3
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 05 Dec 2020 01:47:43 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48293 )
Change subject: mb/prodrive/hermes: Wrap UART driver by PCI device
......................................................................
Patch Set 3:
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/48293
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I298247276ec95b2f599f1fcd399550a51b63aff1
Gerrit-Change-Number: 48293
Gerrit-PatchSet: 3
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 05 Dec 2020 01:47:38 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment