MEC1701 can be accessed by IO port 2E/2F Change-Id: I31f1b147476ec487e64f3c30b3cf514b45ced416 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51740 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
72 lines
1.7 KiB
Plaintext
72 lines
1.7 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
chip soc/amd/cezanne
|
|
register "common_config.espi_config" = "{
|
|
.std_io_decode_bitmap = ESPI_DECODE_IO_0X60_0X64_EN | ESPI_DECODE_IO_0x80_EN
|
|
| ESPI_DECODE_IO_0X2E_0X2F_EN,
|
|
.io_mode = ESPI_IO_MODE_QUAD,
|
|
.op_freq_mhz = ESPI_OP_FREQ_16_MHZ,
|
|
.crc_check_enable = 1,
|
|
.dedicated_alert_pin = 1,
|
|
.periph_ch_en = 1,
|
|
.vw_ch_en = 1,
|
|
.oob_ch_en = 1,
|
|
.flash_ch_en = 0,
|
|
}"
|
|
|
|
device domain 0 on
|
|
device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A
|
|
device ref gfx on end # Internal GPU (GFX)
|
|
device ref xhci_0 on # USB 3.1 (USB0)
|
|
chip drivers/usb/acpi
|
|
device ref xhci_0_root_hub on
|
|
chip drivers/usb/acpi
|
|
device ref usb3_port0 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb3_port1 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port0 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port1 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port2 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port3 on end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
device ref xhci_1 on # USB 3.1 (USB1)
|
|
chip drivers/usb/acpi
|
|
device ref xhci_1_root_hub on
|
|
chip drivers/usb/acpi
|
|
device ref usb3_port4 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb3_port5 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port4 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port5 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port6 on end
|
|
end
|
|
chip drivers/usb/acpi
|
|
device ref usb2_port7 on end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
end
|