From bb9722bd775d575401edff14a9b80406ecbd974a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 28 Jul 2016 16:32:56 -0600 Subject: Add newlines at the end of all coreboot files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15974 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- payloads/libpayload/arch/arm64/lib/Makefile.inc | 2 +- src/drivers/intel/gma/Makefile.inc | 2 +- src/drivers/spi/tpm/Makefile.inc | 2 +- src/drivers/xgi/common/XGI_main.c | 2 +- src/drivers/xgi/common/xgi_coreboot.h | 2 +- src/drivers/xgi/z9s/Makefile.inc | 2 +- src/mainboard/asus/kcma-d8/acpi_tables.c | 2 +- src/mainboard/asus/kcma-d8/spd_notes.txt | 2 +- src/mainboard/asus/kfsn4-dre/bootblock.c | 2 +- src/mainboard/asus/kfsn4-dre_k8/bootblock.c | 2 +- src/mainboard/asus/kgpe-d16/acpi_tables.c | 2 +- src/mainboard/asus/kgpe-d16/spd_notes.txt | 2 +- src/mainboard/google/ninja/acpi_tables.c | 2 +- src/mainboard/google/veyron/sdram_inf/sdram-unused.inc | 2 +- src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc | 2 +- src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc | 2 +- src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc | 2 +- src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc | 2 +- src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc | 2 +- src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc | 2 +- src/mainboard/intel/camelbackmountain_fsp/Makefile.inc | 2 +- src/mainboard/intel/stargo2/acpi/ec.asl | 2 +- src/mainboard/lenovo/t400/cmos.default | 2 +- src/mainboard/lenovo/t420/cmos.default | 2 +- src/mainboard/lenovo/t420s/cmos.default | 2 +- src/mainboard/lenovo/t520/cmos.default | 2 +- src/mainboard/lenovo/t530/cmos.default | 2 +- src/mainboard/lenovo/x200/cmos.default | 2 +- src/mainboard/siemens/mc_bdx1/Makefile.inc | 2 +- src/northbridge/amd/amdk8/thermal_mixin.asl | 2 +- src/soc/intel/fsp_broadwell_de/northcluster.c | 2 +- src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc | 2 +- src/soc/intel/skylake/acpi/scs.asl | 2 +- src/southbridge/amd/sb700/spi.c | 2 +- src/southbridge/amd/sb700/spi.h | 2 +- src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl | 2 +- src/southbridge/nvidia/ck804/early_setup_car.c | 2 +- util/broadcom/Makefile.inc | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/payloads/libpayload/arch/arm64/lib/Makefile.inc b/payloads/libpayload/arch/arm64/lib/Makefile.inc index a7b7f576b4..c65700865e 100644 --- a/payloads/libpayload/arch/arm64/lib/Makefile.inc +++ b/payloads/libpayload/arch/arm64/lib/Makefile.inc @@ -30,4 +30,4 @@ lib_access = pstate.c sysctrl.c cache.c tlb.c clock.c -libc-y += $(lib_access) \ No newline at end of file +libc-y += $(lib_access) diff --git a/src/drivers/intel/gma/Makefile.inc b/src/drivers/intel/gma/Makefile.inc index 2ce83ebf9e..88b91f6a20 100644 --- a/src/drivers/intel/gma/Makefile.inc +++ b/src/drivers/intel/gma/Makefile.inc @@ -19,4 +19,4 @@ ramstage-$(CONFIG_INTEL_EDID) += edid.c vbt.c ifeq ($(CONFIG_VGA_ROM_RUN),y) ramstage-$(CONFIG_INTEL_INT15) += int15.c endif -ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c \ No newline at end of file +ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc index 66118be1b9..7d1b390f08 100644 --- a/src/drivers/spi/tpm/Makefile.inc +++ b/src/drivers/spi/tpm/Makefile.inc @@ -4,4 +4,4 @@ ifneq ($(CONFIG_CHROMEOS),y) bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c -endif \ No newline at end of file +endif diff --git a/src/drivers/xgi/common/XGI_main.c b/src/drivers/xgi/common/XGI_main.c index 61bb63758f..8978607d04 100644 --- a/src/drivers/xgi/common/XGI_main.c +++ b/src/drivers/xgi/common/XGI_main.c @@ -864,4 +864,4 @@ static void XGIfb_post_setmode(struct xgifb_video_info *xgifb_info) } } -#endif \ No newline at end of file +#endif diff --git a/src/drivers/xgi/common/xgi_coreboot.h b/src/drivers/xgi/common/xgi_coreboot.h index cfa9372a1f..57475d2450 100644 --- a/src/drivers/xgi/common/xgi_coreboot.h +++ b/src/drivers/xgi/common/xgi_coreboot.h @@ -284,4 +284,4 @@ void pci_set_drvdata(struct pci_dev *pdev, struct xgifb_video_info *data); int xgifb_probe(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info); int xgifb_modeset(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info); -#endif \ No newline at end of file +#endif diff --git a/src/drivers/xgi/z9s/Makefile.inc b/src/drivers/xgi/z9s/Makefile.inc index c7ee85c2a5..995543325f 100644 --- a/src/drivers/xgi/z9s/Makefile.inc +++ b/src/drivers/xgi/z9s/Makefile.inc @@ -1 +1 @@ -ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c \ No newline at end of file +ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c diff --git a/src/mainboard/asus/kcma-d8/acpi_tables.c b/src/mainboard/asus/kcma-d8/acpi_tables.c index f20e837556..8395b9d460 100644 --- a/src/mainboard/asus/kcma-d8/acpi_tables.c +++ b/src/mainboard/asus/kcma-d8/acpi_tables.c @@ -106,4 +106,4 @@ unsigned long acpi_fill_ivrs_ioapic(acpi_ivrs_t* ivrs, unsigned long current) current += 8; return current; -} \ No newline at end of file +} diff --git a/src/mainboard/asus/kcma-d8/spd_notes.txt b/src/mainboard/asus/kcma-d8/spd_notes.txt index ddd5cc84d6..d944229f00 100644 --- a/src/mainboard/asus/kcma-d8/spd_notes.txt +++ b/src/mainboard/asus/kcma-d8/spd_notes.txt @@ -43,4 +43,4 @@ After that, there's a cascade of small FETs and resistors in that region, eventu SuperIO pin 81 (VSBGATE#) enables the standby voltage rails when set LOW. VSBGATE# is reset on every assertion of PWRGOOD. -Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB. \ No newline at end of file +Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB. diff --git a/src/mainboard/asus/kfsn4-dre/bootblock.c b/src/mainboard/asus/kfsn4-dre/bootblock.c index 1542b9f131..b25b34f1a4 100644 --- a/src/mainboard/asus/kfsn4-dre/bootblock.c +++ b/src/mainboard/asus/kfsn4-dre/bootblock.c @@ -78,4 +78,4 @@ void bootblock_mainboard_init(void) */ #endif } -} \ No newline at end of file +} diff --git a/src/mainboard/asus/kfsn4-dre_k8/bootblock.c b/src/mainboard/asus/kfsn4-dre_k8/bootblock.c index 1542b9f131..b25b34f1a4 100644 --- a/src/mainboard/asus/kfsn4-dre_k8/bootblock.c +++ b/src/mainboard/asus/kfsn4-dre_k8/bootblock.c @@ -78,4 +78,4 @@ void bootblock_mainboard_init(void) */ #endif } -} \ No newline at end of file +} diff --git a/src/mainboard/asus/kgpe-d16/acpi_tables.c b/src/mainboard/asus/kgpe-d16/acpi_tables.c index f20e837556..8395b9d460 100644 --- a/src/mainboard/asus/kgpe-d16/acpi_tables.c +++ b/src/mainboard/asus/kgpe-d16/acpi_tables.c @@ -106,4 +106,4 @@ unsigned long acpi_fill_ivrs_ioapic(acpi_ivrs_t* ivrs, unsigned long current) current += 8; return current; -} \ No newline at end of file +} diff --git a/src/mainboard/asus/kgpe-d16/spd_notes.txt b/src/mainboard/asus/kgpe-d16/spd_notes.txt index ddd5cc84d6..d944229f00 100644 --- a/src/mainboard/asus/kgpe-d16/spd_notes.txt +++ b/src/mainboard/asus/kgpe-d16/spd_notes.txt @@ -43,4 +43,4 @@ After that, there's a cascade of small FETs and resistors in that region, eventu SuperIO pin 81 (VSBGATE#) enables the standby voltage rails when set LOW. VSBGATE# is reset on every assertion of PWRGOOD. -Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB. \ No newline at end of file +Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB. diff --git a/src/mainboard/google/ninja/acpi_tables.c b/src/mainboard/google/ninja/acpi_tables.c index caff8a9656..c647c9b9dc 100644 --- a/src/mainboard/google/ninja/acpi_tables.c +++ b/src/mainboard/google/ninja/acpi_tables.c @@ -61,4 +61,4 @@ unsigned long acpi_fill_madt(unsigned long current) current = acpi_madt_irq_overrides(current); return current; -} \ No newline at end of file +} diff --git a/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc index 06498f7f14..0edcb70aa3 100644 --- a/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc +++ b/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc @@ -1,3 +1,3 @@ { .dramtype= UNUSED -}, \ No newline at end of file +}, diff --git a/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc index 06498f7f14..0edcb70aa3 100644 --- a/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc +++ b/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc @@ -1,3 +1,3 @@ { .dramtype= UNUSED -}, \ No newline at end of file +}, diff --git a/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc index 06498f7f14..0edcb70aa3 100644 --- a/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc +++ b/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc @@ -1,3 +1,3 @@ { .dramtype= UNUSED -}, \ No newline at end of file +}, diff --git a/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc index 06498f7f14..0edcb70aa3 100644 --- a/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc +++ b/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc @@ -1,3 +1,3 @@ { .dramtype= UNUSED -}, \ No newline at end of file +}, diff --git a/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc index 06498f7f14..0edcb70aa3 100644 --- a/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc +++ b/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc @@ -1,3 +1,3 @@ { .dramtype= UNUSED -}, \ No newline at end of file +}, diff --git a/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc index 06498f7f14..0edcb70aa3 100644 --- a/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc +++ b/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc @@ -1,3 +1,3 @@ { .dramtype= UNUSED -}, \ No newline at end of file +}, diff --git a/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc index 06498f7f14..0edcb70aa3 100644 --- a/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc +++ b/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc @@ -1,3 +1,3 @@ { .dramtype= UNUSED -}, \ No newline at end of file +}, diff --git a/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc b/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc index e7de261aa2..1606476d80 100644 --- a/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc +++ b/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc @@ -13,4 +13,4 @@ ## GNU General Public License for more details. ## -ramstage-y += irqroute.c \ No newline at end of file +ramstage-y += irqroute.c diff --git a/src/mainboard/intel/stargo2/acpi/ec.asl b/src/mainboard/intel/stargo2/acpi/ec.asl index a307279f25..b2fed9af98 100644 --- a/src/mainboard/intel/stargo2/acpi/ec.asl +++ b/src/mainboard/intel/stargo2/acpi/ec.asl @@ -6,4 +6,4 @@ * This file is included by lpc.asl in the southbridge directory. * It is intended to be used to include any embedded controller * specific ASL. - */ \ No newline at end of file + */ diff --git a/src/mainboard/lenovo/t400/cmos.default b/src/mainboard/lenovo/t400/cmos.default index 5cf3e63aea..8955b18bc7 100644 --- a/src/mainboard/lenovo/t400/cmos.default +++ b/src/mainboard/lenovo/t400/cmos.default @@ -14,4 +14,4 @@ power_management_beeps=Enable low_battery_beep=Enable sata_mode=AHCI hybrid_graphics_mode=Integrated Only -gfx_uma_size=32M \ No newline at end of file +gfx_uma_size=32M diff --git a/src/mainboard/lenovo/t420/cmos.default b/src/mainboard/lenovo/t420/cmos.default index 3a82c979dc..cfb75523bd 100644 --- a/src/mainboard/lenovo/t420/cmos.default +++ b/src/mainboard/lenovo/t420/cmos.default @@ -14,4 +14,4 @@ fn_ctrl_swap=Disable sticky_fn=Disable trackpoint=Enable hyper_threading=Enable -hybrid_graphics_mode=Integrated Only \ No newline at end of file +hybrid_graphics_mode=Integrated Only diff --git a/src/mainboard/lenovo/t420s/cmos.default b/src/mainboard/lenovo/t420s/cmos.default index 3a82c979dc..cfb75523bd 100644 --- a/src/mainboard/lenovo/t420s/cmos.default +++ b/src/mainboard/lenovo/t420s/cmos.default @@ -14,4 +14,4 @@ fn_ctrl_swap=Disable sticky_fn=Disable trackpoint=Enable hyper_threading=Enable -hybrid_graphics_mode=Integrated Only \ No newline at end of file +hybrid_graphics_mode=Integrated Only diff --git a/src/mainboard/lenovo/t520/cmos.default b/src/mainboard/lenovo/t520/cmos.default index ad7dcf54d3..526a6d6423 100644 --- a/src/mainboard/lenovo/t520/cmos.default +++ b/src/mainboard/lenovo/t520/cmos.default @@ -15,4 +15,4 @@ sticky_fn=Disable trackpoint=Enable hyper_threading=Enable backlight=Both -hybrid_graphics_mode=Integrated Only \ No newline at end of file +hybrid_graphics_mode=Integrated Only diff --git a/src/mainboard/lenovo/t530/cmos.default b/src/mainboard/lenovo/t530/cmos.default index ad7dcf54d3..526a6d6423 100644 --- a/src/mainboard/lenovo/t530/cmos.default +++ b/src/mainboard/lenovo/t530/cmos.default @@ -15,4 +15,4 @@ sticky_fn=Disable trackpoint=Enable hyper_threading=Enable backlight=Both -hybrid_graphics_mode=Integrated Only \ No newline at end of file +hybrid_graphics_mode=Integrated Only diff --git a/src/mainboard/lenovo/x200/cmos.default b/src/mainboard/lenovo/x200/cmos.default index 1d7b420b5a..b484b6a77b 100644 --- a/src/mainboard/lenovo/x200/cmos.default +++ b/src/mainboard/lenovo/x200/cmos.default @@ -13,4 +13,4 @@ sticky_fn=Disable power_management_beeps=Enable low_battery_beep=Enable sata_mode=AHCI -gfx_uma_size=32M \ No newline at end of file +gfx_uma_size=32M diff --git a/src/mainboard/siemens/mc_bdx1/Makefile.inc b/src/mainboard/siemens/mc_bdx1/Makefile.inc index e7de261aa2..1606476d80 100644 --- a/src/mainboard/siemens/mc_bdx1/Makefile.inc +++ b/src/mainboard/siemens/mc_bdx1/Makefile.inc @@ -13,4 +13,4 @@ ## GNU General Public License for more details. ## -ramstage-y += irqroute.c \ No newline at end of file +ramstage-y += irqroute.c diff --git a/src/northbridge/amd/amdk8/thermal_mixin.asl b/src/northbridge/amd/amdk8/thermal_mixin.asl index f096e5d5fe..b738d965c8 100644 --- a/src/northbridge/amd/amdk8/thermal_mixin.asl +++ b/src/northbridge/amd/amdk8/thermal_mixin.asl @@ -282,4 +282,4 @@ ThermalZone (K8T3) { Add(Local0, K8TEMP_CRITICAL_ADD, Local0) Return (Multiply(Local0, 10)) } -} \ No newline at end of file +} diff --git a/src/soc/intel/fsp_broadwell_de/northcluster.c b/src/soc/intel/fsp_broadwell_de/northcluster.c index 307137bd6a..38872b4435 100644 --- a/src/soc/intel/fsp_broadwell_de/northcluster.c +++ b/src/soc/intel/fsp_broadwell_de/northcluster.c @@ -153,4 +153,4 @@ static const struct pci_driver nc_driver_es2 __pci_driver = { .ops = &nc_ops, .vendor = PCI_VENDOR_ID_INTEL, .device = SOC_DEVID_ES2, -}; \ No newline at end of file +}; diff --git a/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc b/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc index 436f038611..5ef9a9251d 100644 --- a/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc +++ b/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc @@ -1,3 +1,3 @@ romstage-y += romstage.c -$(obj)/soc/intel/fsp_broadwell_de/romstage/romstage.romstage.o : $(obj)/build.h \ No newline at end of file +$(obj)/soc/intel/fsp_broadwell_de/romstage/romstage.romstage.o : $(obj)/build.h diff --git a/src/soc/intel/skylake/acpi/scs.asl b/src/soc/intel/skylake/acpi/scs.asl index 69bc82a143..45591cb4c6 100644 --- a/src/soc/intel/skylake/acpi/scs.asl +++ b/src/soc/intel/skylake/acpi/scs.asl @@ -140,4 +140,4 @@ Device (SDXC) } } } -#endif \ No newline at end of file +#endif diff --git a/src/southbridge/amd/sb700/spi.c b/src/southbridge/amd/sb700/spi.c index 4298b7bd23..0641ff9ebd 100644 --- a/src/southbridge/amd/sb700/spi.c +++ b/src/southbridge/amd/sb700/spi.c @@ -141,4 +141,4 @@ int spi_xfer(struct spi_slave *slave, const void *dout, } return 0; -} \ No newline at end of file +} diff --git a/src/southbridge/amd/sb700/spi.h b/src/southbridge/amd/sb700/spi.h index d015835980..ed5b8588fe 100644 --- a/src/southbridge/amd/sb700/spi.h +++ b/src/southbridge/amd/sb700/spi.h @@ -14,4 +14,4 @@ */ int spi_claim_bus(struct spi_slave *slave); -void spi_release_bus(struct spi_slave *slave); \ No newline at end of file +void spi_release_bus(struct spi_slave *slave); diff --git a/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl b/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl index 6997c07422..431c61e74e 100644 --- a/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl +++ b/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl @@ -86,4 +86,4 @@ Scope (\_SB.PCI0.LPCB) Store (0x1, GIOS) // INPUT Store (0x1, GINV) // INVERT } -} \ No newline at end of file +} diff --git a/src/southbridge/nvidia/ck804/early_setup_car.c b/src/southbridge/nvidia/ck804/early_setup_car.c index c75b604f85..ae8b6a0ad3 100644 --- a/src/southbridge/nvidia/ck804/early_setup_car.c +++ b/src/southbridge/nvidia/ck804/early_setup_car.c @@ -379,4 +379,4 @@ void enable_fid_change_on_sb(unsigned sbbusn, unsigned sbdn) { /* The default value for CK804 is good. */ /* Set VFSMAF (VID/FID System Management Action Field) to 2. */ -} \ No newline at end of file +} diff --git a/util/broadcom/Makefile.inc b/util/broadcom/Makefile.inc index eaf51a4549..4ec8a5275e 100644 --- a/util/broadcom/Makefile.inc +++ b/util/broadcom/Makefile.inc @@ -1 +1 @@ -subdirs-$(CONFIG_SOC_BROADCOM_CYGNUS) += secimage \ No newline at end of file +subdirs-$(CONFIG_SOC_BROADCOM_CYGNUS) += secimage -- cgit v1.2.3