[coreboot-gerrit] Change in coreboot[master]: purism/librem13v1: Fix space->tabs and disable ME pci device

Martin Roth (Code Review) gerrit at coreboot.org
Tue May 8 05:00:20 CEST 2018


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/26106 )

Change subject: purism/librem13v1: Fix space->tabs and disable ME pci device
......................................................................

purism/librem13v1: Fix space->tabs and disable ME pci device

Change-Id: I7ffcea7bff988d3d4269e1334fc938932aed2eb4
Signed-off-by: Youness Alaoui <youness.alaoui at puri.sm>
Reviewed-on: https://review.coreboot.org/26106
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/purism/librem13v1/devicetree.cb
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved



diff --git a/src/mainboard/purism/librem13v1/devicetree.cb b/src/mainboard/purism/librem13v1/devicetree.cb
index c916e9a..e713cd2 100644
--- a/src/mainboard/purism/librem13v1/devicetree.cb
+++ b/src/mainboard/purism/librem13v1/devicetree.cb
@@ -18,9 +18,9 @@
 	register "gpu_panel_power_backlight_on_delay" = "2000"	# 200ms
 	register "gpu_panel_power_backlight_off_delay" = "2000"	# 200ms
 
-        # EC host command ranges are in 0x380-0x383 & 0x80-0x8f
-        register "gen1_dec" = "0x00000381"
-        register "gen2_dec" = "0x000c0081"
+	# EC host command ranges are in 0x380-0x383 & 0x80-0x8f
+	register "gen1_dec" = "0x00000381"
+	register "gen2_dec" = "0x000c0081"
 
 	# Port 0 is HDD
 	# Port 3 is M.2 NGFF
@@ -46,7 +46,7 @@
 		device pci 15.4 off end # GSPI1
 		device pci 15.5 off end # UART0
 		device pci 15.6 off end # UART1
-		device pci 16.0 on  end # Management Engine Interface 1
+		device pci 16.0 off end # Management Engine Interface 1
 		device pci 16.1 off end # Management Engine Interface 2
 		device pci 16.2 off end # Management Engine IDE-R
 		device pci 16.3 off end # Management Engine KT

-- 
To view, visit https://review.coreboot.org/26106
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I7ffcea7bff988d3d4269e1334fc938932aed2eb4
Gerrit-Change-Number: 26106
Gerrit-PatchSet: 2
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180508/89c93270/attachment.html>


More information about the coreboot-gerrit mailing list