Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30968
Change subject: util/autoport: Break very long line ......................................................................
util/autoport: Break very long line
Change-Id: Id45b0970a457ad4a724b71b4887ce4a1332596be Signed-off-by: Angel Pons th3fanbus@gmail.com --- M util/autoport/sandybridge.go 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/30968/1
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 4f08ad9..41ac96d 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -10,7 +10,9 @@ /* FIXME:XX Move this somewhere else. */ MainboardIncludes = append(MainboardIncludes, "drivers/intel/gma/int15.h") MainboardEnable += (` /* FIXME: fix those values*/ - install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, GMA_INT15_PANEL_FIT_DEFAULT, GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); + install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, + GMA_INT15_PANEL_FIT_DEFAULT, + GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); `)
pchLVDS := inteltool.IGD[0xe1180]
Tristan Corrick has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30968 )
Change subject: util/autoport: Break very long line ......................................................................
Patch Set 2: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30968 )
Change subject: util/autoport: Break very long line ......................................................................
Patch Set 2: Code-Review+1
Felix Held has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30968 )
Change subject: util/autoport: Break very long line ......................................................................
util/autoport: Break very long line
Change-Id: Id45b0970a457ad4a724b71b4887ce4a1332596be Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/30968 Reviewed-by: Tristan Corrick tristan@corrick.kiwi Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/autoport/sandybridge.go 1 file changed, 3 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Tristan Corrick: Looks good to me, approved
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 4f08ad9..41ac96d 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -10,7 +10,9 @@ /* FIXME:XX Move this somewhere else. */ MainboardIncludes = append(MainboardIncludes, "drivers/intel/gma/int15.h") MainboardEnable += (` /* FIXME: fix those values*/ - install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, GMA_INT15_PANEL_FIT_DEFAULT, GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); + install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, + GMA_INT15_PANEL_FIT_DEFAULT, + GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); `)
pchLVDS := inteltool.IGD[0xe1180]