coreboot/src
Ren Kuo 2496943b5c mb/google/brox/var/jubilant: Set PCIe root port 5 speed to Gen2
Currently, with default speed auto the Wifi 7 M.2 module will not work under speed Gen3. This is due to driver iwlwifi for wifi7 is not stable and decreasing the speed to Gen2 gets the card working without any downsides, as the Wifi 7 speed can be serviced by 5 GT/s.

BUG=b:376156567
TEST=Boot to OS and then check link speed.
     Use command: lspci -s 02:00.0 -vv | grep 'LnkSta'

     Before
     LnkSta: Speed 8GT/s (downgraded), Width x1
     After
     LnkSta: Speed 5GT/s (downgraded), Width x1

Change-Id: I9e8a02061251f73ee5ec2299e62fa423ff4b0965
Signed-off-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85533
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-12-10 02:06:33 +00:00
..
acpi arch/x86: Enable support for IOAPIC devices 2024-12-06 20:57:44 +00:00
arch arch/x86: Enable support for IOAPIC devices 2024-12-06 20:57:44 +00:00
commonlib commonlib/device_tree: Make END token part of struct_size 2024-12-04 22:23:39 +00:00
console console/i2c_smbus: Allow to send data w/o register offset 2024-07-11 00:06:22 +00:00
cpu cpu/via/c7: Compress ramstage with LZ4 by default 2024-11-21 09:26:17 +00:00
device arch/x86: Enable support for IOAPIC devices 2024-12-06 20:57:44 +00:00
drivers drivers/soundwire/alc711: Add common Kconfig for ALC7xx soundwire codecs 2024-12-06 00:23:27 +00:00
ec ec/dasharo/ec: add Dasharo features 2024-12-06 14:37:46 +00:00
include device/pci_ids: Add Pantherlake-H GT2 (DID2) 2024-12-08 01:02:41 +00:00
lib tree: Fix cast an object of type 'nullptr_t' to 'uintptr_t' error 2024-10-29 01:41:41 +00:00
mainboard mb/google/brox/var/jubilant: Set PCIe root port 5 speed to Gen2 2024-12-10 02:06:33 +00:00
northbridge nb/via/cx700/romstage: Include missing static.h header 2024-11-21 12:25:19 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security drivers/pc80/tpm: Remove flag TPM_RDRESP_NEED_DELAY 2024-10-14 15:26:11 +00:00
soc soc/intel/common/block: Fixup itss_get_on_chip_dev_pirq 2024-12-09 13:56:01 +00:00
southbridge Treewide: Remove unused header files 2024-11-30 04:44:06 +00:00
superio superio/ite: Add support for IT8625E 2024-11-21 15:49:12 +00:00
vendorcode soc/intel/xeon_sp: Advertise DIMMs on skylake_sp as well 2024-12-05 07:40:35 +00:00
Kconfig Add initial experimental LTO support 2024-08-24 12:50:38 +00:00