Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/23486
Change subject: autoport: Don't do write to FD ......................................................................
autoport: Don't do write to FD
This is properly done in ramstage, so no need to do it in romstage.
Change-Id: I4edb75569ceec2d2f1308755a66d286202ca0ae6 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M util/autoport/bd82x6x.go 1 file changed, 1 insertion(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/23486/1
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index d342a79..c7862cf 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -336,12 +336,8 @@
void rcba_config(void) { - /* Disable devices. */ `) - RestoreRCBA32(sb, inteltool, 0x3414) - RestoreRCBA32(sb, inteltool, 0x3418) - - sb.WriteString("\n}\n") + sb.WriteString("}\n\n")
sb.WriteString("const struct southbridge_usb_port mainboard_usb_ports[] = {\n")