mb/google/brya/var/orisa: Update Type C DisplayPort HPD Configuration
[coreboot2.git] / src / mainboard / google / brya / variants / glassway / variant.c
blob2a4d4f112ac1c877a6ad9535be8491c04f5973fd
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <baseboard/variants.h>
4 #include <chip.h>
5 #include <fw_config.h>
6 #include <sar.h>
8 const char *get_wifi_sar_cbfs_filename(void)
10 return get_wifi_sar_fw_config_filename(FW_CONFIG_FIELD(WIFI_SAR_ID));
13 void variant_update_soc_chip_config(struct soc_intel_alderlake_config *config)
15 if (!fw_config_probe(FW_CONFIG(WFC, WFC_PRESENT))) {
16 printk(BIOS_INFO, "Disable usb2_port7 of WFC.\n");
17 config->usb2_ports[6].enable = 0;
18 config->usb2_ports[6].ocpin = OC_SKIP;
19 config->usb2_ports[6].tx_bias = USB2_BIAS_0MV;
20 config->usb2_ports[6].tx_emp_enable = USB2_EMP_OFF;
21 config->usb2_ports[6].pre_emp_bias = USB2_BIAS_0MV;
22 config->usb2_ports[6].pre_emp_bit = USB2_HALF_BIT_PRE_EMP;