[coreboot-gerrit] Change in coreboot[master]: mb/google: Get rid of whitespace before tab

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Mon May 28 13:34:19 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26622


Change subject: mb/google: Get rid of whitespace before tab
......................................................................

mb/google: Get rid of whitespace before tab

Change-Id: I24fd33887152c12b9db9742af475115b02b31ff2
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/google/beltino/acpi/haswell_pci_irqs.asl
M src/mainboard/google/beltino/variants/mccloud/led.c
M src/mainboard/google/beltino/variants/tricky/led.c
M src/mainboard/google/butterfly/Kconfig
M src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h
M src/mainboard/google/jecht/led.c
M src/mainboard/google/link/i915.c
M src/mainboard/google/link/i915io.h
M src/mainboard/google/octopus/variants/baseboard/devicetree.cb
M src/mainboard/google/octopus/variants/bip/devicetree.cb
M src/mainboard/google/rambi/variants/squawks/devicetree.cb
M src/mainboard/google/slippy/acpi/haswell_pci_irqs.asl
12 files changed, 30 insertions(+), 30 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/26622/1

diff --git a/src/mainboard/google/beltino/acpi/haswell_pci_irqs.asl b/src/mainboard/google/beltino/acpi/haswell_pci_irqs.asl
index 68ea474..0900a3d 100644
--- a/src/mainboard/google/beltino/acpi/haswell_pci_irqs.asl
+++ b/src/mainboard/google/beltino/acpi/haswell_pci_irqs.asl
@@ -31,9 +31,9 @@
 			Package() { 0x001cffff, 1, 0, 17 },
 			Package() { 0x001cffff, 2, 0, 18 },
 			Package() { 0x001cffff, 3, 0, 19 },
-			// EHCI	  			0:1d.0
+			// EHCI				0:1d.0
 			Package() { 0x001dffff, 0, 0, 19 },
-			// XHCI	  			0:14.0
+			// XHCI				0:14.0
 			Package() { 0x0014ffff, 0, 0, 18 },
 			// LPC devices			0:1f.0
 			Package() { 0x001fffff, 0, 0, 22 },
@@ -61,9 +61,9 @@
 			Package() { 0x001cffff, 1, \_SB.PCI0.LPCB.LNKB, 0 },
 			Package() { 0x001cffff, 2, \_SB.PCI0.LPCB.LNKC, 0 },
 			Package() { 0x001cffff, 3, \_SB.PCI0.LPCB.LNKD, 0 },
-			// EHCI	  			0:1d.0
+			// EHCI				0:1d.0
 			Package() { 0x001dffff, 0, \_SB.PCI0.LPCB.LNKD, 0 },
-			// XHCI	  			0:14.0
+			// XHCI				0:14.0
 			Package() { 0x0014ffff, 0, \_SB.PCI0.LPCB.LNKC, 0 },
 			// LPC device			0:1f.0
 			Package() { 0x001fffff, 0, \_SB.PCI0.LPCB.LNKG, 0 },
diff --git a/src/mainboard/google/beltino/variants/mccloud/led.c b/src/mainboard/google/beltino/variants/mccloud/led.c
index b47e50a..332f4c7 100644
--- a/src/mainboard/google/beltino/variants/mccloud/led.c
+++ b/src/mainboard/google/beltino/variants/mccloud/led.c
@@ -20,11 +20,11 @@
 void set_power_led(int state)
 {
 	it8772f_gpio_led(IT8772F_GPIO_DEV,
-		1, 					/* set */
-		0x01, 					/* select */
+		1,					/* set */
+		0x01,					/* select */
 		state == LED_BLINK ? 0x01 : 0x00,	/* polarity */
 		state == LED_BLINK ? 0x01 : 0x00,	/* pullup/pulldown */
-		0x01, 					/* output */
+		0x01,					/* output */
 		state == LED_BLINK ? 0x00 : 0x01,	/* I/O function */
 		SIO_GPIO_BLINK_GPIO10,
 		IT8772F_GPIO_BLINK_FREQUENCY_1_HZ);
diff --git a/src/mainboard/google/beltino/variants/tricky/led.c b/src/mainboard/google/beltino/variants/tricky/led.c
index e6ca6eb..e688a0c 100644
--- a/src/mainboard/google/beltino/variants/tricky/led.c
+++ b/src/mainboard/google/beltino/variants/tricky/led.c
@@ -20,12 +20,12 @@
 void set_power_led(int state)
 {
 	it8772f_gpio_led(IT8772F_GPIO_DEV,
-		2, 					/* set */
-		0xF7, 					/* select */
+		2,					/* set */
+		0xF7,					/* select */
 		state == LED_OFF ? 0x00 : 0x04,		/* polarity */
-		state == LED_BLINK ? 0x04 : 0x00, 	/* pullup/pulldown */
-		0x04, 					/* output */
-		state == LED_BLINK ? 0x00 : 0x04, 	/* I/O function */
+		state == LED_BLINK ? 0x04 : 0x00,	/* pullup/pulldown */
+		0x04,					/* output */
+		state == LED_BLINK ? 0x00 : 0x04,	/* I/O function */
 		SIO_GPIO_BLINK_GPIO22,
 		IT8772F_GPIO_BLINK_FREQUENCY_1_HZ);
 }
diff --git a/src/mainboard/google/butterfly/Kconfig b/src/mainboard/google/butterfly/Kconfig
index 1f4547d..884d800 100644
--- a/src/mainboard/google/butterfly/Kconfig
+++ b/src/mainboard/google/butterfly/Kconfig
@@ -15,7 +15,7 @@
 	select MAINBOARD_HAS_CHROMEOS
 	select MAINBOARD_HAS_LPC_TPM
 	select INTEL_INT15
-	select SERIRQ_CONTINUOUS_MODE 	# Workaround for EC/KBC IRQ1.
+	select SERIRQ_CONTINUOUS_MODE	# Workaround for EC/KBC IRQ1.
 
 config VBOOT
 	select VBOOT_VBNV_CMOS
diff --git a/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h b/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h
index a27e47d..9f1b4b9 100644
--- a/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h
+++ b/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h
@@ -64,9 +64,9 @@
 #define AUDIO_CODEC_DDN			"Maxim 98090 Codec  "
 #define AUDIO_CODEC_I2C_ADDR		0x10
 
-#define TI_SWITCH_HID           	"104C227E"
-#define TI_SWITCH_CID           	"104C227E"
-#define TI_SWITCH_DDN           	"TI SWITCH "
+#define TI_SWITCH_HID	"104C227E"
+#define TI_SWITCH_CID	"104C227E"
+#define TI_SWITCH_DDN	"TI SWITCH "
 #define TI_SWITCH_I2C_ADDR		0x3B
 
 #define DPTF_CPU_PASSIVE	88
diff --git a/src/mainboard/google/jecht/led.c b/src/mainboard/google/jecht/led.c
index 286b65e..d7faafb 100644
--- a/src/mainboard/google/jecht/led.c
+++ b/src/mainboard/google/jecht/led.c
@@ -28,11 +28,11 @@
 	}
 
 	it8772f_gpio_led(IT8772F_GPIO_DEV,
-		1, 					/* set */
-		0x01, 					/* select */
+		1,					/* set */
+		0x01,					/* select */
 		polarity,				/* polarity */
 		state == LED_BLINK ? 0x01 : 0x00,	/* pullup/pulldown */
-		0x01, 					/* output */
+		0x01,					/* output */
 		state == LED_BLINK ? 0x00 : 0x01,	/* I/O function */
 		SIO_GPIO_BLINK_GPIO10,
 		IT8772F_GPIO_BLINK_FREQUENCY_1_HZ);
diff --git a/src/mainboard/google/link/i915.c b/src/mainboard/google/link/i915.c
index 9ab3149..9a87ef3 100644
--- a/src/mainboard/google/link/i915.c
+++ b/src/mainboard/google/link/i915.c
@@ -305,7 +305,7 @@
 	auxout[0] = 1 << 31 /* dp */|0x0 << 28/*W*/|DP_TRAINING_PATTERN_SET << 8|0x0;
 	auxout[1] = 0x21000000;
 	/* DP_TRAINING_PATTERN_1 | DP_LINK_SCRAMBLING_DISABLE |
-	 * 	DP_SYMBOL_ERROR_COUNT_BOTH |0x00000021*/
+	 *	DP_SYMBOL_ERROR_COUNT_BOTH |0x00000021*/
 	intel_dp_aux_ch(DPA_AUX_CH_CTL, DPA_AUX_CH_DATA1, auxout, 5, auxin, 0);
 	index = run(index);
 	auxout[0] = 1 << 31 /* dp */|0x0 << 28/*W*/|DP_TRAINING_LANE0_SET << 8|0x3;
@@ -319,7 +319,7 @@
 	auxout[0] = 1 << 31 /* dp */|0x0 << 28/*W*/|DP_TRAINING_PATTERN_SET << 8|0x0;
 	auxout[1] = 0x22000000;
 	/* DP_TRAINING_PATTERN_2 | DP_LINK_SCRAMBLING_DISABLE |
-	 * 	DP_SYMBOL_ERROR_COUNT_BOTH |0x00000022*/
+	 *	DP_SYMBOL_ERROR_COUNT_BOTH |0x00000022*/
 	intel_dp_aux_ch(DPA_AUX_CH_CTL, DPA_AUX_CH_DATA1, auxout, 5, auxin, 0);
 	index = run(index);
 	auxout[0] = 1 << 31 /* dp */|0x0 << 28/*W*/|DP_TRAINING_LANE0_SET << 8|0x3;
@@ -333,7 +333,7 @@
 	auxout[0] = 1 << 31 /* dp */|0x0 << 28/*W*/|DP_TRAINING_PATTERN_SET << 8|0x0;
 	auxout[1] = 0x00000000;
 	/* DP_TRAINING_PATTERN_DISABLE | DP_LINK_QUAL_PATTERN_DISABLE |
-	 * 	DP_SYMBOL_ERROR_COUNT_BOTH |0x00000000*/
+	 *	DP_SYMBOL_ERROR_COUNT_BOTH |0x00000000*/
 	intel_dp_aux_ch(DPA_AUX_CH_CTL, DPA_AUX_CH_DATA1, auxout, 5, auxin, 0);
 	index = run(index);
 
diff --git a/src/mainboard/google/link/i915io.h b/src/mainboard/google/link/i915io.h
index 42893ae..c7663d4 100644
--- a/src/mainboard/google/link/i915io.h
+++ b/src/mainboard/google/link/i915io.h
@@ -48,7 +48,7 @@
  *   2 -> print IO ops
  *   4 -> print the number of times we spin on a register in a poll
  *   8 -> restore whatever the previous verbosity level was
- *   		(only one deep stack)
+ *		(only one deep stack)
  *
  * Again, this is not really meant for human consumption. There is not a poll
  * operator as such because, sometimes, there is a read/write/read where the
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
index fa86cc4..97bb691 100644
--- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
@@ -184,7 +184,7 @@
 				register "has_power_resource" = "1"
 				device i2c 10 on end
 			end
-		end 	# - I2C 7
+		end	# - I2C 7
 		device pci 18.0 on  end	# - UART 0
 		device pci 18.1 off end	# - UART 1
 		device pci 18.2 on  end	# - UART 2
diff --git a/src/mainboard/google/octopus/variants/bip/devicetree.cb b/src/mainboard/google/octopus/variants/bip/devicetree.cb
index 860ca79..4309c10 100644
--- a/src/mainboard/google/octopus/variants/bip/devicetree.cb
+++ b/src/mainboard/google/octopus/variants/bip/devicetree.cb
@@ -166,7 +166,7 @@
 				register "has_power_resource" = "1"
 				device i2c 10 on end
 			end
-		end 	# - I2C 7
+		end	# - I2C 7
 		device pci 18.0 on  end	# - UART 0
 		device pci 18.1 off end	# - UART 1
 		device pci 18.2 on  end	# - UART 2
diff --git a/src/mainboard/google/rambi/variants/squawks/devicetree.cb b/src/mainboard/google/rambi/variants/squawks/devicetree.cb
index 26a915d..46f2385 100644
--- a/src/mainboard/google/rambi/variants/squawks/devicetree.cb
+++ b/src/mainboard/google/rambi/variants/squawks/devicetree.cb
@@ -1,6 +1,6 @@
 chip soc/intel/baytrail
 
- 	# SATA port enable mask (2 ports)
+	# SATA port enable mask (2 ports)
 	register "sata_port_map" = "0x1"
 	register "sata_ahci" = "0x1"
 	register "ide_legacy_combined" = "0x0"
diff --git a/src/mainboard/google/slippy/acpi/haswell_pci_irqs.asl b/src/mainboard/google/slippy/acpi/haswell_pci_irqs.asl
index 68ea474..0900a3d 100644
--- a/src/mainboard/google/slippy/acpi/haswell_pci_irqs.asl
+++ b/src/mainboard/google/slippy/acpi/haswell_pci_irqs.asl
@@ -31,9 +31,9 @@
 			Package() { 0x001cffff, 1, 0, 17 },
 			Package() { 0x001cffff, 2, 0, 18 },
 			Package() { 0x001cffff, 3, 0, 19 },
-			// EHCI	  			0:1d.0
+			// EHCI				0:1d.0
 			Package() { 0x001dffff, 0, 0, 19 },
-			// XHCI	  			0:14.0
+			// XHCI				0:14.0
 			Package() { 0x0014ffff, 0, 0, 18 },
 			// LPC devices			0:1f.0
 			Package() { 0x001fffff, 0, 0, 22 },
@@ -61,9 +61,9 @@
 			Package() { 0x001cffff, 1, \_SB.PCI0.LPCB.LNKB, 0 },
 			Package() { 0x001cffff, 2, \_SB.PCI0.LPCB.LNKC, 0 },
 			Package() { 0x001cffff, 3, \_SB.PCI0.LPCB.LNKD, 0 },
-			// EHCI	  			0:1d.0
+			// EHCI				0:1d.0
 			Package() { 0x001dffff, 0, \_SB.PCI0.LPCB.LNKD, 0 },
-			// XHCI	  			0:14.0
+			// XHCI				0:14.0
 			Package() { 0x0014ffff, 0, \_SB.PCI0.LPCB.LNKC, 0 },
 			// LPC device			0:1f.0
 			Package() { 0x001fffff, 0, \_SB.PCI0.LPCB.LNKG, 0 },

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I24fd33887152c12b9db9742af475115b02b31ff2
Gerrit-Change-Number: 26622
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180528/1e3eede5/attachment-0001.html>


More information about the coreboot-gerrit mailing list