mb/siemens/mc_ehl2: Adjust USB settings
Correct the USB settings, suitable for this mainboard. Change-Id: I691d91d2a76e27b8efdc18eeae737a78e9ae38fa Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58295 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
0c3aaba956
commit
76b4e414f3
|
@ -27,21 +27,21 @@ chip soc/intel/elkhartlake
|
|||
}"
|
||||
|
||||
# USB related UPDs
|
||||
register "usb2_ports[0]" = "USB2_PORT_SHORT(OC_SKIP)" # USB3/2 Type A port 1
|
||||
register "usb2_ports[1]" = "USB2_PORT_SHORT(OC_SKIP)" # USB3/2 Type A Port 2
|
||||
register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Onboard USB
|
||||
register "usb2_ports[3]" = "USB2_PORT_EMPTY" # Port is unused
|
||||
register "usb2_ports[4]" = "USB2_PORT_EMPTY" # Port is unused
|
||||
register "usb2_ports[5]" = "USB2_PORT_EMPTY" # Port is unused
|
||||
register "usb2_ports[6]" = "USB2_PORT_EMPTY" # Port is unused
|
||||
register "usb2_ports[7]" = "USB2_PORT_EMPTY" # Port is unused
|
||||
register "usb2_ports[8]" = "USB2_PORT_EMPTY" # Port is unused
|
||||
register "usb2_ports[9]" = "USB2_PORT_EMPTY" # Port is unused
|
||||
register "usb2_ports[0]" = "USB2_PORT_MID(OC2)" # X125/X135
|
||||
register "usb2_ports[1]" = "USB2_PORT_MID(OC2)" # X125/X135
|
||||
register "usb2_ports[2]" = "USB2_PORT_MID(OC0)" # X145/X155
|
||||
register "usb2_ports[3]" = "USB2_PORT_MID(OC0)" # X145/X155
|
||||
register "usb2_ports[4]" = "USB2_PORT_MID(OC3)" # USB Panel
|
||||
register "usb2_ports[5]" = "USB2_PORT_MID(OC3)" # USB Panel
|
||||
register "usb2_ports[6]" = "USB2_PORT_EMPTY"
|
||||
register "usb2_ports[7]" = "USB2_PORT_EMPTY"
|
||||
register "usb2_ports[8]" = "USB2_PORT_EMPTY"
|
||||
register "usb2_ports[9]" = "USB2_PORT_EMPTY"
|
||||
|
||||
register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB3/2 Type A port1
|
||||
register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB3/2 Type A port2
|
||||
register "usb3_ports[2]" = "USB3_PORT_EMPTY" # Port is not used
|
||||
register "usb3_ports[3]" = "USB3_PORT_EMPTY" # Port is not used
|
||||
register "usb3_ports[2]" = "USB3_PORT_EMPTY" # UNUSED
|
||||
register "usb3_ports[3]" = "USB3_PORT_EMPTY" # UNUSED
|
||||
|
||||
# Skip the CPU repalcement check
|
||||
register "SkipCpuReplacementCheck" = "1"
|
||||
|
|
Loading…
Reference in New Issue