Compare commits
1 Commits
upstream-7
...
upstream-5
Author | SHA1 | Date | |
---|---|---|---|
|
bc20dc48e0 |
@@ -6,8 +6,6 @@ chip soc/intel/alderlake
|
|||||||
register "sagv" = "SaGv_Enabled"
|
register "sagv" = "SaGv_Enabled"
|
||||||
|
|
||||||
register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2 Port 1
|
register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2 Port 1
|
||||||
register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A3
|
|
||||||
register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A2
|
|
||||||
register "usb2_ports[4]" = "USB2_PORT_EMPTY" # Disable USB2 Port 4
|
register "usb2_ports[4]" = "USB2_PORT_EMPTY" # Disable USB2 Port 4
|
||||||
register "usb2_ports[5]" = "USB2_PORT_EMPTY" # Disable USB2 Port 5
|
register "usb2_ports[5]" = "USB2_PORT_EMPTY" # Disable USB2 Port 5
|
||||||
register "usb2_ports[6]" = "USB2_PORT_EMPTY" # Disable USB2 Port 6
|
register "usb2_ports[6]" = "USB2_PORT_EMPTY" # Disable USB2 Port 6
|
||||||
|
@@ -73,14 +73,6 @@ static tpm_result_t tpm_setup_s3_helper(void)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
printk(BIOS_ERR, "TPM: Resume failed (%#x).\n", rc);
|
printk(BIOS_ERR, "TPM: Resume failed (%#x).\n", rc);
|
||||||
if (CONFIG(TPM2)) {
|
|
||||||
/*
|
|
||||||
* TODO: Record EV_SEPARATOR event to indicate to host
|
|
||||||
* that an error has occurred.
|
|
||||||
*/
|
|
||||||
printk(BIOS_WARNING, "TPM: Performing restart\n");
|
|
||||||
rc = tlcl_startup();
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -384,7 +384,7 @@ static void pcie_rtd3_acpi_fill_ssdt(const struct device *dev)
|
|||||||
static bool mutex_created = false;
|
static bool mutex_created = false;
|
||||||
|
|
||||||
const struct soc_intel_common_block_pcie_rtd3_config *config = config_of(dev);
|
const struct soc_intel_common_block_pcie_rtd3_config *config = config_of(dev);
|
||||||
static const char *const power_res_states[] = {"_PR0"};
|
static const char *const power_res_states[] = {"_PR0", "_PR3"};
|
||||||
const struct device *parent = dev->upstream->dev;
|
const struct device *parent = dev->upstream->dev;
|
||||||
const char *scope = acpi_device_path(parent);
|
const char *scope = acpi_device_path(parent);
|
||||||
const struct opregion opregion = OPREGION("PXCS", PCI_CONFIG, 0, 0xff);
|
const struct opregion opregion = OPREGION("PXCS", PCI_CONFIG, 0, 0xff);
|
||||||
|
Reference in New Issue
Block a user