summaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/ktqm77
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2024-02-05 19:18:43 -0500
committerMartin L Roth <gaumless@gmail.com>2024-06-08 00:19:23 +0000
commita911b758482025d46e132eeb2ed0279b65692075 (patch)
treefb8475ef03a0365132fefb82bc248468ef0a4784 /src/mainboard/kontron/ktqm77
parentee126348726b24fbf6e5435bb2cf15417959a8f7 (diff)
mb/*: Remove old USB configurations from SNB/bd82x6x boards
Remove USB configurations and data structures from northbridge devicetree (SNB+MRC boards) and bootblock/romstage C code (native-only SNB boards). All USB configurations are drawn from southbridge devicetree going forward. Change-Id: Ie1cd21077136998a6e90050c95263f2efed68a67 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81882 Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/kontron/ktqm77')
-rw-r--r--src/mainboard/kontron/ktqm77/devicetree.cb15
-rw-r--r--src/mainboard/kontron/ktqm77/early_init.c18
2 files changed, 0 insertions, 33 deletions
diff --git a/src/mainboard/kontron/ktqm77/devicetree.cb b/src/mainboard/kontron/ktqm77/devicetree.cb
index d17d373578..6f21837d4e 100644
--- a/src/mainboard/kontron/ktqm77/devicetree.cb
+++ b/src/mainboard/kontron/ktqm77/devicetree.cb
@@ -10,21 +10,6 @@ chip northbridge/intel/sandybridge
register "usb3.mode" = "3"
register "usb3.preboot_support" = "1"
register "usb3.xhci_streams" = "1"
- register "usb_port_config" = "{
- { 1, 0, 0x0040 },
- { 1, 0, 0x0040 },
- { 1, 0, 0x0040 },
- { 1, 0, 0x0040 },
- { 1, 0, 0x0040 },
- { 1, 0, 0x0040 },
- { 1, 0, 0x0040 },
- { 1, 0, 0x0040 },
- { 1, 4, 0x0040 },
- { 1, 4, 0x0040 },
- { 1, 4, 0x0040 },
- { 1, 4, 0x0040 },
- { 1, 4, 0x0040 },
- { 1, 4, 0x0040 }, }"
chip cpu/intel/model_206ax
device cpu_cluster 0 on end
diff --git a/src/mainboard/kontron/ktqm77/early_init.c b/src/mainboard/kontron/ktqm77/early_init.c
index e514f102b5..7a2376508f 100644
--- a/src/mainboard/kontron/ktqm77/early_init.c
+++ b/src/mainboard/kontron/ktqm77/early_init.c
@@ -54,24 +54,6 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
{
}
-const struct southbridge_usb_port mainboard_usb_ports[] = {
- /* enabled power USB oc pin */
- { 1, 0, 0 }, /* P0: lower left USB 3.0 (OC0) */
- { 1, 0, 0 }, /* P1: upper left USB 3.0 (OC0) */
- { 1, 0, 0 }, /* P2: lower right USB 3.0 (OC0) */
- { 1, 0, 0 }, /* P3: upper right USB 3.0 (OC0) */
- { 1, 0, 0 }, /* P4: lower USB 2.0 (OC0) */
- { 1, 0, 0 }, /* P5: upper USB 2.0 (OC0) */
- { 1, 0, 0 }, /* P6: front panel USB 2.0 (OC0) */
- { 1, 0, 0 }, /* P7: front panel USB 2.0 (OC0) */
- { 1, 0, 4 }, /* P8: internal USB 2.0 (OC4) */
- { 1, 0, 4 }, /* P9: internal USB 2.0 (OC4) */
- { 1, 0, 4 }, /* P10: internal USB 2.0 (OC4) */
- { 1, 0, 4 }, /* P11: internal USB 2.0 (OC4) */
- { 1, 0, 4 }, /* P12: internal USB 2.0 (OC4) */
- { 1, 0, 4 }, /* P13: internal USB 2.0 (OC4) */
-};
-
void mainboard_early_init(int s3resume)
{
/* Enable PEG10 (1x16) */