aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-07-28 16:50:48 -0600
committerMartin Roth <martinroth@google.com>2016-07-31 18:19:33 +0200
commit4c72d3612b194fe0c85575fc3445729650f77ecf (patch)
tree748c8204aba6b511583001058ff68c03015364db /src/soc
parent4b48ed8f387e846e647250b93e3915b06b123d45 (diff)
Remove extra newlines from the end of all coreboot files.
This removes the newlines from all files found by the new int-015-final-newlines script. Change-Id: I65b6d5b403fe3fa30b7ac11958cc0f9880704ed7 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/15975 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/apollolake/acpi/northbridge.asl1
-rw-r--r--src/soc/intel/apollolake/pmc.c2
-rw-r--r--src/soc/intel/apollolake/smi.c1
-rw-r--r--src/soc/intel/braswell/acpi/irqlinks.asl1
-rw-r--r--src/soc/intel/braswell/acpi/sleepstates.asl1
-rw-r--r--src/soc/intel/braswell/bootblock/timestamp.inc1
-rw-r--r--src/soc/intel/braswell/include/soc/acpi.h1
-rw-r--r--src/soc/intel/braswell/romstage/Makefile.inc1
-rw-r--r--src/soc/intel/common/acpi/wifi.asl1
-rw-r--r--src/soc/intel/common/gma.h1
-rw-r--r--src/soc/intel/quark/include/soc/acpi.h1
-rw-r--r--src/soc/intel/skylake/acpi/smbus.asl1
-rw-r--r--src/soc/intel/skylake/bootblock/timestamp.inc1
-rw-r--r--src/soc/intel/skylake/include/soc/acpi.h1
-rw-r--r--src/soc/intel/skylake/include/soc/serialio.h1
-rw-r--r--src/soc/intel/skylake/memmap.c1
-rw-r--r--src/soc/marvell/armada38x/monotonic_timer.c1
-rw-r--r--src/soc/mediatek/mt8173/include/soc/wdt.h1
-rw-r--r--src/soc/mediatek/mt8173/mtcmos.c1
-rw-r--r--src/soc/mediatek/mt8173/timer.c1
-rw-r--r--src/soc/nvidia/tegra210/include/soc/clock.h1
21 files changed, 0 insertions, 22 deletions
diff --git a/src/soc/intel/apollolake/acpi/northbridge.asl b/src/soc/intel/apollolake/acpi/northbridge.asl
index a73a8a96bd..919026aae5 100644
--- a/src/soc/intel/apollolake/acpi/northbridge.asl
+++ b/src/soc/intel/apollolake/acpi/northbridge.asl
@@ -130,4 +130,3 @@ Method (_CRS, 0, Serialized)
Return (MCRS)
}
-
diff --git a/src/soc/intel/apollolake/pmc.c b/src/soc/intel/apollolake/pmc.c
index 94040c3650..9d1be5c709 100644
--- a/src/soc/intel/apollolake/pmc.c
+++ b/src/soc/intel/apollolake/pmc.c
@@ -137,5 +137,3 @@ static const struct pci_driver pmc __pci_driver = {
.vendor = PCI_VENDOR_ID_INTEL,
.device = PCI_DEVICE_ID_APOLLOLAKE_PMC,
};
-
-
diff --git a/src/soc/intel/apollolake/smi.c b/src/soc/intel/apollolake/smi.c
index 29bab55a12..4f151feb2a 100644
--- a/src/soc/intel/apollolake/smi.c
+++ b/src/soc/intel/apollolake/smi.c
@@ -85,4 +85,3 @@ void smm_setup_structures(void *gnvs, void *tcg, void *smi1)
"d" (APM_CNT)
);
}
-
diff --git a/src/soc/intel/braswell/acpi/irqlinks.asl b/src/soc/intel/braswell/acpi/irqlinks.asl
index e1570b5fe3..a160f6e7eb 100644
--- a/src/soc/intel/braswell/acpi/irqlinks.asl
+++ b/src/soc/intel/braswell/acpi/irqlinks.asl
@@ -485,4 +485,3 @@ Device (LNKH)
}
}
}
-
diff --git a/src/soc/intel/braswell/acpi/sleepstates.asl b/src/soc/intel/braswell/acpi/sleepstates.asl
index 556320af75..d37f9cc803 100644
--- a/src/soc/intel/braswell/acpi/sleepstates.asl
+++ b/src/soc/intel/braswell/acpi/sleepstates.asl
@@ -18,4 +18,3 @@ Name(\_S0, Package(){0x0,0x0,0x0,0x0})
Name(\_S3, Package(){0x5,0x5,0x0,0x0})
Name(\_S4, Package(){0x6,0x6,0x0,0x0})
Name(\_S5, Package(){0x7,0x7,0x0,0x0})
-
diff --git a/src/soc/intel/braswell/bootblock/timestamp.inc b/src/soc/intel/braswell/bootblock/timestamp.inc
index 74c0cd64da..3115c22c67 100644
--- a/src/soc/intel/braswell/bootblock/timestamp.inc
+++ b/src/soc/intel/braswell/bootblock/timestamp.inc
@@ -31,4 +31,3 @@ stash_timestamp:
/* Restore the BIST value to %eax */
movl %ebp, %eax
-
diff --git a/src/soc/intel/braswell/include/soc/acpi.h b/src/soc/intel/braswell/include/soc/acpi.h
index 426d95b7d3..ff3b1cd704 100644
--- a/src/soc/intel/braswell/include/soc/acpi.h
+++ b/src/soc/intel/braswell/include/soc/acpi.h
@@ -34,4 +34,3 @@ unsigned long southcluster_write_acpi_tables(device_t device,
unsigned long current, struct acpi_rsdp *rsdp);
#endif /* _SOC_ACPI_H_ */
-
diff --git a/src/soc/intel/braswell/romstage/Makefile.inc b/src/soc/intel/braswell/romstage/Makefile.inc
index 4149d2263a..c3ed415dcc 100644
--- a/src/soc/intel/braswell/romstage/Makefile.inc
+++ b/src/soc/intel/braswell/romstage/Makefile.inc
@@ -1,4 +1,3 @@
romstage-y += early_spi.c
romstage-y += pmc.c
romstage-y += romstage.c
-
diff --git a/src/soc/intel/common/acpi/wifi.asl b/src/soc/intel/common/acpi/wifi.asl
index e7537a1a95..a90b3f23e4 100644
--- a/src/soc/intel/common/acpi/wifi.asl
+++ b/src/soc/intel/common/acpi/wifi.asl
@@ -39,4 +39,3 @@ Device (WIFI)
}
}
-
diff --git a/src/soc/intel/common/gma.h b/src/soc/intel/common/gma.h
index 1558cc5dc8..6b64690674 100644
--- a/src/soc/intel/common/gma.h
+++ b/src/soc/intel/common/gma.h
@@ -174,4 +174,3 @@ typedef struct {
} __attribute__((packed)) optionrom_vbt_t;
#endif /* _COMMON_GMA_H_ */
-
diff --git a/src/soc/intel/quark/include/soc/acpi.h b/src/soc/intel/quark/include/soc/acpi.h
index 20350c2347..9f2ede86a6 100644
--- a/src/soc/intel/quark/include/soc/acpi.h
+++ b/src/soc/intel/quark/include/soc/acpi.h
@@ -23,4 +23,3 @@
void acpi_fill_in_fadt(acpi_fadt_t *fadt);
#endif /* _SOC_ACPI_H_ */
-
diff --git a/src/soc/intel/skylake/acpi/smbus.asl b/src/soc/intel/skylake/acpi/smbus.asl
index c570107240..46d4672ebb 100644
--- a/src/soc/intel/skylake/acpi/smbus.asl
+++ b/src/soc/intel/skylake/acpi/smbus.asl
@@ -235,4 +235,3 @@ Device (SBUS)
}
#endif
}
-
diff --git a/src/soc/intel/skylake/bootblock/timestamp.inc b/src/soc/intel/skylake/bootblock/timestamp.inc
index 48986b275e..7cae8f0e82 100644
--- a/src/soc/intel/skylake/bootblock/timestamp.inc
+++ b/src/soc/intel/skylake/bootblock/timestamp.inc
@@ -32,4 +32,3 @@ stash_timestamp:
/* Restore the BIST value to %eax */
movl %ebp, %eax
-
diff --git a/src/soc/intel/skylake/include/soc/acpi.h b/src/soc/intel/skylake/include/soc/acpi.h
index 77e87267f1..94c7c2ff94 100644
--- a/src/soc/intel/skylake/include/soc/acpi.h
+++ b/src/soc/intel/skylake/include/soc/acpi.h
@@ -34,4 +34,3 @@ unsigned long southcluster_write_acpi_tables(device_t device,
unsigned long current, struct acpi_rsdp *rsdp);
#endif /* _SOC_ACPI_H_ */
-
diff --git a/src/soc/intel/skylake/include/soc/serialio.h b/src/soc/intel/skylake/include/soc/serialio.h
index 9d85c45715..d66bf8083e 100644
--- a/src/soc/intel/skylake/include/soc/serialio.h
+++ b/src/soc/intel/skylake/include/soc/serialio.h
@@ -53,4 +53,3 @@ typedef enum {
} PCH_SERIAL_IO_CONTROLLER;
#endif
-
diff --git a/src/soc/intel/skylake/memmap.c b/src/soc/intel/skylake/memmap.c
index 31739bcc55..f7db86d0a0 100644
--- a/src/soc/intel/skylake/memmap.c
+++ b/src/soc/intel/skylake/memmap.c
@@ -204,4 +204,3 @@ void *cbmem_top(void)
*/
return (void *)top_of_32bit_ram();
}
-
diff --git a/src/soc/marvell/armada38x/monotonic_timer.c b/src/soc/marvell/armada38x/monotonic_timer.c
index b314f1185e..49fa6cd76f 100644
--- a/src/soc/marvell/armada38x/monotonic_timer.c
+++ b/src/soc/marvell/armada38x/monotonic_timer.c
@@ -55,4 +55,3 @@ void timer_monotonic_get(struct mono_time *mt)
total_ticks = (((total_ticks + overflow) >> 32) << 32) + current_ticks;
mono_time_set_usecs(mt, total_ticks / MHZ_NUM);
}
-
diff --git a/src/soc/mediatek/mt8173/include/soc/wdt.h b/src/soc/mediatek/mt8173/include/soc/wdt.h
index f4df1e12d7..9ebed640d5 100644
--- a/src/soc/mediatek/mt8173/include/soc/wdt.h
+++ b/src/soc/mediatek/mt8173/include/soc/wdt.h
@@ -51,4 +51,3 @@ enum {
int mtk_wdt_init(void);
#endif /* SOC_MEDIATEK_MT8173_WDT_H */
-
diff --git a/src/soc/mediatek/mt8173/mtcmos.c b/src/soc/mediatek/mt8173/mtcmos.c
index b9b8ceb3b5..cdd31f4bc1 100644
--- a/src/soc/mediatek/mt8173/mtcmos.c
+++ b/src/soc/mediatek/mt8173/mtcmos.c
@@ -69,4 +69,3 @@ void mtcmos_display_power_on(void)
while (read32(&mt8173_spm->dis_pwr_con) & DIS_SRAM_ACK)
continue;
}
-
diff --git a/src/soc/mediatek/mt8173/timer.c b/src/soc/mediatek/mt8173/timer.c
index d66c5ee19b..b8d8a64c52 100644
--- a/src/soc/mediatek/mt8173/timer.c
+++ b/src/soc/mediatek/mt8173/timer.c
@@ -58,4 +58,3 @@ void init_timer(void)
/* Set operation mode to FREERUN mode and enable GTP4 */
write32(&mt8173_gpt->gpt4_con, GPT_CON_EN | GPT_MODE_FREERUN);
}
-
diff --git a/src/soc/nvidia/tegra210/include/soc/clock.h b/src/soc/nvidia/tegra210/include/soc/clock.h
index e5afc5fee6..ba8715df45 100644
--- a/src/soc/nvidia/tegra210/include/soc/clock.h
+++ b/src/soc/nvidia/tegra210/include/soc/clock.h
@@ -438,4 +438,3 @@ void sor_clock_start(void);
void clock_enable_audio(void);
#endif /* __SOC_NVIDIA_TEGRA210_CLOCK_H__ */
-