diff options
author | Youness Alaoui <youness.alaoui@puri.sm> | 2018-04-26 15:24:37 -0400 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-08 03:00:15 +0000 |
commit | 42ff2c05d9af3e21345d5b1b4719167d219088c7 (patch) | |
tree | 14c0df05fef0544157f5f744edefd1ff033fe425 /src/mainboard | |
parent | ab0fdcd73dc9a35d7591481e14e3cda570709926 (diff) | |
download | coreboot-42ff2c05d9af3e21345d5b1b4719167d219088c7.tar.xz |
purism/librem13v1: Fix space->tabs and disable ME pci device
Change-Id: I7ffcea7bff988d3d4269e1334fc938932aed2eb4
Signed-off-by: Youness Alaoui <youness.alaoui@puri.sm>
Reviewed-on: https://review.coreboot.org/26106
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/purism/librem13v1/devicetree.cb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/purism/librem13v1/devicetree.cb b/src/mainboard/purism/librem13v1/devicetree.cb index c916e9a9a4..e713cd2f56 100644 --- a/src/mainboard/purism/librem13v1/devicetree.cb +++ b/src/mainboard/purism/librem13v1/devicetree.cb @@ -18,9 +18,9 @@ chip soc/intel/broadwell 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 @@ chip soc/intel/broadwell 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 |