diff options
author | Martin Roth <martinroth@google.com> | 2016-07-28 16:32:56 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-08-01 21:43:56 +0200 |
commit | bb9722bd775d575401edff14a9b80406ecbd974a (patch) | |
tree | 7e16eb11f2681aeccbce658d4cac6a3510578528 /src/mainboard | |
parent | 049b46270d63c47db75b27246555c904e42fe9e2 (diff) |
Add newlines at the end of all coreboot files
Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/15974
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard')
23 files changed, 23 insertions, 23 deletions
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 |