Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15974
-gerrit
commit dbbeb0bc3549eda010e7ae49fa58c0a89b0b60fc Author: Martin Roth martinroth@google.com Date: Thu Jul 28 16:32:56 2016 -0600
Add newlines at the end of all coreboot files
Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2 Signed-off-by: Martin Roth martinroth@google.com --- 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 a7b7f57..c657008 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 2ce83eb..88b91f6 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 66118be..7d1b390 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 61bb637..8978607 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 cfa9372..57475d2 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 c7ee85c..9955433 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 f20e837..8395b9d 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 ddd5cc8..d944229 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 1542b9f..b25b34f 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 1542b9f..b25b34f 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 f20e837..8395b9d 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 ddd5cc8..d944229 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 caff8a9..c647c9b 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 06498f7..0edcb70 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 06498f7..0edcb70 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 06498f7..0edcb70 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 06498f7..0edcb70 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 06498f7..0edcb70 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 06498f7..0edcb70 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 06498f7..0edcb70 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 e7de261..1606476 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 a307279..b2fed9a 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 5cf3e63..8955b18 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 3a82c97..cfb7552 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 3a82c97..cfb7552 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 ad7dcf5..526a6d6 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 ad7dcf5..526a6d6 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 1d7b420..b484b6a 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 e7de261..1606476 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 f096e5d..b738d96 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 307137b..38872b4 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 436f038..5ef9a92 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 69bc82a..45591cb 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 4298b7b..0641ff9 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 d015835..ed5b858 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 6997c07..431c61e 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 c75b604..ae8b6a0 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 eaf51a4..4ec8a52 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