From 4c72d3612b194fe0c85575fc3445729650f77ecf Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 28 Jul 2016 16:50:48 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/15975 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- src/soc/intel/apollolake/acpi/northbridge.asl | 1 - src/soc/intel/apollolake/pmc.c | 2 -- src/soc/intel/apollolake/smi.c | 1 - src/soc/intel/braswell/acpi/irqlinks.asl | 1 - src/soc/intel/braswell/acpi/sleepstates.asl | 1 - src/soc/intel/braswell/bootblock/timestamp.inc | 1 - src/soc/intel/braswell/include/soc/acpi.h | 1 - src/soc/intel/braswell/romstage/Makefile.inc | 1 - src/soc/intel/common/acpi/wifi.asl | 1 - src/soc/intel/common/gma.h | 1 - src/soc/intel/quark/include/soc/acpi.h | 1 - src/soc/intel/skylake/acpi/smbus.asl | 1 - src/soc/intel/skylake/bootblock/timestamp.inc | 1 - src/soc/intel/skylake/include/soc/acpi.h | 1 - src/soc/intel/skylake/include/soc/serialio.h | 1 - src/soc/intel/skylake/memmap.c | 1 - 16 files changed, 17 deletions(-) (limited to 'src/soc/intel') 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(); } - -- cgit v1.2.3