summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-07 23:42:58 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-08 13:54:47 +0200
commit7974471e379e3aaefc0ecd5524c408e69537444b (patch)
tree4b01576406def94a93142f98a4639a7244dbbd12 /src/mainboard/supermicro
parent1f19d3494142bd12fa6d75f5761865346da5bcc5 (diff)
downloadcoreboot-7974471e379e3aaefc0ecd5524c408e69537444b.tar.xz
mainboard: Trivial - drop trailing blank lines at EOF
Change-Id: I05d6d22664155ac8478e665733f816776e277c22 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6200 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/h8dme/resourcemap.c1
-rw-r--r--src/mainboard/supermicro/h8dmr/resourcemap.c1
-rw-r--r--src/mainboard/supermicro/h8dmr_fam10/resourcemap.c1
-rw-r--r--src/mainboard/supermicro/h8qgi/agesawrapper.c1
-rw-r--r--src/mainboard/supermicro/h8qgi/buildOpts.c1
-rw-r--r--src/mainboard/supermicro/h8qgi/fadt.c1
-rw-r--r--src/mainboard/supermicro/h8qgi/platform_oem.c1
-rw-r--r--src/mainboard/supermicro/h8qgi/rd890_cfg.c1
-rw-r--r--src/mainboard/supermicro/h8qgi/romstage.c1
-rw-r--r--src/mainboard/supermicro/h8qgi/sb700_cfg.c1
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/resourcemap.c1
-rw-r--r--src/mainboard/supermicro/h8scm/agesawrapper.c1
-rw-r--r--src/mainboard/supermicro/h8scm/buildOpts.c1
-rw-r--r--src/mainboard/supermicro/h8scm/fadt.c1
-rw-r--r--src/mainboard/supermicro/h8scm/platform_oem.c1
-rw-r--r--src/mainboard/supermicro/h8scm/rd890_cfg.c1
-rw-r--r--src/mainboard/supermicro/h8scm/romstage.c1
-rw-r--r--src/mainboard/supermicro/h8scm/sb700_cfg.c1
-rw-r--r--src/mainboard/supermicro/h8scm_fam10/resourcemap.c1
-rw-r--r--src/mainboard/supermicro/x6dai_g/irq_tables.c1
-rw-r--r--src/mainboard/supermicro/x6dai_g/mptable.c1
-rw-r--r--src/mainboard/supermicro/x6dai_g/watchdog.c1
-rw-r--r--src/mainboard/supermicro/x6dhe_g/irq_tables.c1
-rw-r--r--src/mainboard/supermicro/x6dhe_g/mptable.c1
-rw-r--r--src/mainboard/supermicro/x6dhe_g/watchdog.c1
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/irq_tables.c1
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/mptable.c1
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/watchdog.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig/irq_tables.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig/mptable.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig/watchdog.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/irq_tables.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/mptable.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/watchdog.c1
-rw-r--r--src/mainboard/supermicro/x7db8/mainboard.c1
35 files changed, 0 insertions, 35 deletions
diff --git a/src/mainboard/supermicro/h8dme/resourcemap.c b/src/mainboard/supermicro/h8dme/resourcemap.c
index 44515210a5..3d12cda084 100644
--- a/src/mainboard/supermicro/h8dme/resourcemap.c
+++ b/src/mainboard/supermicro/h8dme/resourcemap.c
@@ -280,4 +280,3 @@ static void setup_mb_resource_map(void)
max = ARRAY_SIZE(register_values);
setup_resource_map(register_values, max);
}
-
diff --git a/src/mainboard/supermicro/h8dmr/resourcemap.c b/src/mainboard/supermicro/h8dmr/resourcemap.c
index 44515210a5..3d12cda084 100644
--- a/src/mainboard/supermicro/h8dmr/resourcemap.c
+++ b/src/mainboard/supermicro/h8dmr/resourcemap.c
@@ -280,4 +280,3 @@ static void setup_mb_resource_map(void)
max = ARRAY_SIZE(register_values);
setup_resource_map(register_values, max);
}
-
diff --git a/src/mainboard/supermicro/h8dmr_fam10/resourcemap.c b/src/mainboard/supermicro/h8dmr_fam10/resourcemap.c
index 4692ea05e5..eef1811ff9 100644
--- a/src/mainboard/supermicro/h8dmr_fam10/resourcemap.c
+++ b/src/mainboard/supermicro/h8dmr_fam10/resourcemap.c
@@ -283,4 +283,3 @@ static void setup_mb_resource_map(void)
max = ARRAY_SIZE(register_values);
setup_resource_map(register_values, max);
}
-
diff --git a/src/mainboard/supermicro/h8qgi/agesawrapper.c b/src/mainboard/supermicro/h8qgi/agesawrapper.c
index 95fcece373..ba23b4d318 100644
--- a/src/mainboard/supermicro/h8qgi/agesawrapper.c
+++ b/src/mainboard/supermicro/h8qgi/agesawrapper.c
@@ -1187,4 +1187,3 @@ UINT32 agesawrapper_amdreadeventlog(UINT8 HeapStatus)
printk(BIOS_DEBUG, "exit %s \n", __func__);
return (UINT32)Status;
}
-
diff --git a/src/mainboard/supermicro/h8qgi/buildOpts.c b/src/mainboard/supermicro/h8qgi/buildOpts.c
index 7584e4f232..d9e9222cd2 100644
--- a/src/mainboard/supermicro/h8qgi/buildOpts.c
+++ b/src/mainboard/supermicro/h8qgi/buildOpts.c
@@ -613,4 +613,3 @@ UINT8 AGESA_MEM_TABLE_HY[][sizeof (MEM_TABLE_ALIAS)] =
NBACCESS (MTEnd, 0, 0, 0, 0, 0), // End of Table
};
UINT8 SizeOfTableHy = sizeof (AGESA_MEM_TABLE_HY) / sizeof (AGESA_MEM_TABLE_HY[0]);
-
diff --git a/src/mainboard/supermicro/h8qgi/fadt.c b/src/mainboard/supermicro/h8qgi/fadt.c
index 45f1555d84..ccbf0e7a6f 100644
--- a/src/mainboard/supermicro/h8qgi/fadt.c
+++ b/src/mainboard/supermicro/h8qgi/fadt.c
@@ -171,4 +171,3 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
header->checksum = acpi_checksum((void *)fadt, sizeof(acpi_fadt_t));
}
-
diff --git a/src/mainboard/supermicro/h8qgi/platform_oem.c b/src/mainboard/supermicro/h8qgi/platform_oem.c
index aeb91a7b5c..c31bf745d6 100644
--- a/src/mainboard/supermicro/h8qgi/platform_oem.c
+++ b/src/mainboard/supermicro/h8qgi/platform_oem.c
@@ -47,4 +47,3 @@ VOID OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS *InitEarly)
{
//InitEarly->PlatformConfig.CoreLevelingMode = CORE_LEVEL_TWO;
}
-
diff --git a/src/mainboard/supermicro/h8qgi/rd890_cfg.c b/src/mainboard/supermicro/h8qgi/rd890_cfg.c
index 07cd3d4c32..9c91920d48 100644
--- a/src/mainboard/supermicro/h8qgi/rd890_cfg.c
+++ b/src/mainboard/supermicro/h8qgi/rd890_cfg.c
@@ -271,4 +271,3 @@ void rd890_cimx_config(AMD_NB_CONFIG_BLOCK *pConfig, NB_CONFIG *nbConfig, HT_CON
}
#endif
}
-
diff --git a/src/mainboard/supermicro/h8qgi/romstage.c b/src/mainboard/supermicro/h8qgi/romstage.c
index d95db3c6f6..03d501dbd0 100644
--- a/src/mainboard/supermicro/h8qgi/romstage.c
+++ b/src/mainboard/supermicro/h8qgi/romstage.c
@@ -138,4 +138,3 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
print_debug("should not be here -\n");
post_code(0x54);
}
-
diff --git a/src/mainboard/supermicro/h8qgi/sb700_cfg.c b/src/mainboard/supermicro/h8qgi/sb700_cfg.c
index ff2334f4e5..c55c13a83d 100644
--- a/src/mainboard/supermicro/h8qgi/sb700_cfg.c
+++ b/src/mainboard/supermicro/h8qgi/sb700_cfg.c
@@ -142,4 +142,3 @@ void sb700_cimx_config(AMDSBCFG *sb_config)
#endif //!__PRE_RAM__
printk(BIOS_DEBUG, "SB700 - Cfg.c - sb700_cimx_config - End.\n");
}
-
diff --git a/src/mainboard/supermicro/h8qme_fam10/resourcemap.c b/src/mainboard/supermicro/h8qme_fam10/resourcemap.c
index 4692ea05e5..eef1811ff9 100644
--- a/src/mainboard/supermicro/h8qme_fam10/resourcemap.c
+++ b/src/mainboard/supermicro/h8qme_fam10/resourcemap.c
@@ -283,4 +283,3 @@ static void setup_mb_resource_map(void)
max = ARRAY_SIZE(register_values);
setup_resource_map(register_values, max);
}
-
diff --git a/src/mainboard/supermicro/h8scm/agesawrapper.c b/src/mainboard/supermicro/h8scm/agesawrapper.c
index e26dc754ac..ad9969639b 100644
--- a/src/mainboard/supermicro/h8scm/agesawrapper.c
+++ b/src/mainboard/supermicro/h8scm/agesawrapper.c
@@ -1187,4 +1187,3 @@ UINT32 agesawrapper_amdreadeventlog(UINT8 HeapStatus)
printk(BIOS_DEBUG, "exit %s \n", __func__);
return (UINT32)Status;
}
-
diff --git a/src/mainboard/supermicro/h8scm/buildOpts.c b/src/mainboard/supermicro/h8scm/buildOpts.c
index 4cc4c0ed18..0e9df9707e 100644
--- a/src/mainboard/supermicro/h8scm/buildOpts.c
+++ b/src/mainboard/supermicro/h8scm/buildOpts.c
@@ -517,4 +517,3 @@ UINT8 AGESA_MEM_TABLE_HY[][sizeof (MEM_TABLE_ALIAS)] =
NBACCESS (MTEnd, 0, 0, 0, 0, 0), // End of Table
};
UINT8 SizeOfTableHy = sizeof (AGESA_MEM_TABLE_HY) / sizeof (AGESA_MEM_TABLE_HY[0]);
-
diff --git a/src/mainboard/supermicro/h8scm/fadt.c b/src/mainboard/supermicro/h8scm/fadt.c
index ab50e0f9ac..30387af62d 100644
--- a/src/mainboard/supermicro/h8scm/fadt.c
+++ b/src/mainboard/supermicro/h8scm/fadt.c
@@ -171,4 +171,3 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
header->checksum = acpi_checksum((void *)fadt, sizeof(acpi_fadt_t));
}
-
diff --git a/src/mainboard/supermicro/h8scm/platform_oem.c b/src/mainboard/supermicro/h8scm/platform_oem.c
index aeb91a7b5c..c31bf745d6 100644
--- a/src/mainboard/supermicro/h8scm/platform_oem.c
+++ b/src/mainboard/supermicro/h8scm/platform_oem.c
@@ -47,4 +47,3 @@ VOID OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS *InitEarly)
{
//InitEarly->PlatformConfig.CoreLevelingMode = CORE_LEVEL_TWO;
}
-
diff --git a/src/mainboard/supermicro/h8scm/rd890_cfg.c b/src/mainboard/supermicro/h8scm/rd890_cfg.c
index 07cd3d4c32..9c91920d48 100644
--- a/src/mainboard/supermicro/h8scm/rd890_cfg.c
+++ b/src/mainboard/supermicro/h8scm/rd890_cfg.c
@@ -271,4 +271,3 @@ void rd890_cimx_config(AMD_NB_CONFIG_BLOCK *pConfig, NB_CONFIG *nbConfig, HT_CON
}
#endif
}
-
diff --git a/src/mainboard/supermicro/h8scm/romstage.c b/src/mainboard/supermicro/h8scm/romstage.c
index e7a1c4c834..b80b4de731 100644
--- a/src/mainboard/supermicro/h8scm/romstage.c
+++ b/src/mainboard/supermicro/h8scm/romstage.c
@@ -132,4 +132,3 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
print_debug("should not be here -\n");
post_code(0x54);
}
-
diff --git a/src/mainboard/supermicro/h8scm/sb700_cfg.c b/src/mainboard/supermicro/h8scm/sb700_cfg.c
index c03a501379..7b02ecadfa 100644
--- a/src/mainboard/supermicro/h8scm/sb700_cfg.c
+++ b/src/mainboard/supermicro/h8scm/sb700_cfg.c
@@ -142,4 +142,3 @@ void sb700_cimx_config(AMDSBCFG *sb_config)
#endif //!__PRE_RAM__
printk(BIOS_DEBUG, "SB700 - Cfg.c - sb700_cimx_config - End.\n");
}
-
diff --git a/src/mainboard/supermicro/h8scm_fam10/resourcemap.c b/src/mainboard/supermicro/h8scm_fam10/resourcemap.c
index b7a4b4fa69..fc92f623ff 100644
--- a/src/mainboard/supermicro/h8scm_fam10/resourcemap.c
+++ b/src/mainboard/supermicro/h8scm_fam10/resourcemap.c
@@ -278,4 +278,3 @@ static void setup_mb_resource_map(void)
max = ARRAY_SIZE(register_values);
setup_resource_map(register_values, max);
}
-
diff --git a/src/mainboard/supermicro/x6dai_g/irq_tables.c b/src/mainboard/supermicro/x6dai_g/irq_tables.c
index 0574f05d9c..9cdf0274ff 100644
--- a/src/mainboard/supermicro/x6dai_g/irq_tables.c
+++ b/src/mainboard/supermicro/x6dai_g/irq_tables.c
@@ -37,4 +37,3 @@ unsigned long write_pirq_routing_table(unsigned long addr)
{
return copy_pirq_routing_table(addr, &intel_irq_routing_table);
}
-
diff --git a/src/mainboard/supermicro/x6dai_g/mptable.c b/src/mainboard/supermicro/x6dai_g/mptable.c
index 6ba5309157..0efae773c7 100644
--- a/src/mainboard/supermicro/x6dai_g/mptable.c
+++ b/src/mainboard/supermicro/x6dai_g/mptable.c
@@ -86,4 +86,3 @@ unsigned long write_smp_table(unsigned long addr)
v = smp_write_floating_table(addr, 0);
return (unsigned long)smp_write_config_table(v);
}
-
diff --git a/src/mainboard/supermicro/x6dai_g/watchdog.c b/src/mainboard/supermicro/x6dai_g/watchdog.c
index 1b1162c00d..2fd3274de8 100644
--- a/src/mainboard/supermicro/x6dai_g/watchdog.c
+++ b/src/mainboard/supermicro/x6dai_g/watchdog.c
@@ -39,4 +39,3 @@ static void disable_watchdogs(void)
disable_esb6300_watchdog();
print_debug("Watchdogs disabled\n");
}
-
diff --git a/src/mainboard/supermicro/x6dhe_g/irq_tables.c b/src/mainboard/supermicro/x6dhe_g/irq_tables.c
index 594d94820d..0d2f563d3e 100644
--- a/src/mainboard/supermicro/x6dhe_g/irq_tables.c
+++ b/src/mainboard/supermicro/x6dhe_g/irq_tables.c
@@ -37,4 +37,3 @@ unsigned long write_pirq_routing_table(unsigned long addr)
{
return copy_pirq_routing_table(addr, &intel_irq_routing_table);
}
-
diff --git a/src/mainboard/supermicro/x6dhe_g/mptable.c b/src/mainboard/supermicro/x6dhe_g/mptable.c
index 4504d34627..ab73fc762b 100644
--- a/src/mainboard/supermicro/x6dhe_g/mptable.c
+++ b/src/mainboard/supermicro/x6dhe_g/mptable.c
@@ -130,4 +130,3 @@ unsigned long write_smp_table(unsigned long addr)
v = smp_write_floating_table(addr, 0);
return (unsigned long)smp_write_config_table(v);
}
-
diff --git a/src/mainboard/supermicro/x6dhe_g/watchdog.c b/src/mainboard/supermicro/x6dhe_g/watchdog.c
index a3c55c1543..1d34f7d095 100644
--- a/src/mainboard/supermicro/x6dhe_g/watchdog.c
+++ b/src/mainboard/supermicro/x6dhe_g/watchdog.c
@@ -96,4 +96,3 @@ static void disable_watchdogs(void)
// disable_jarell_frb3();
print_debug("Watchdogs disabled\n");
}
-
diff --git a/src/mainboard/supermicro/x6dhe_g2/irq_tables.c b/src/mainboard/supermicro/x6dhe_g2/irq_tables.c
index 594d94820d..0d2f563d3e 100644
--- a/src/mainboard/supermicro/x6dhe_g2/irq_tables.c
+++ b/src/mainboard/supermicro/x6dhe_g2/irq_tables.c
@@ -37,4 +37,3 @@ unsigned long write_pirq_routing_table(unsigned long addr)
{
return copy_pirq_routing_table(addr, &intel_irq_routing_table);
}
-
diff --git a/src/mainboard/supermicro/x6dhe_g2/mptable.c b/src/mainboard/supermicro/x6dhe_g2/mptable.c
index 087bb9e53e..a2b8c8da9d 100644
--- a/src/mainboard/supermicro/x6dhe_g2/mptable.c
+++ b/src/mainboard/supermicro/x6dhe_g2/mptable.c
@@ -131,4 +131,3 @@ unsigned long write_smp_table(unsigned long addr)
v = smp_write_floating_table(addr, 0);
return (unsigned long)smp_write_config_table(v);
}
-
diff --git a/src/mainboard/supermicro/x6dhe_g2/watchdog.c b/src/mainboard/supermicro/x6dhe_g2/watchdog.c
index a3c55c1543..1d34f7d095 100644
--- a/src/mainboard/supermicro/x6dhe_g2/watchdog.c
+++ b/src/mainboard/supermicro/x6dhe_g2/watchdog.c
@@ -96,4 +96,3 @@ static void disable_watchdogs(void)
// disable_jarell_frb3();
print_debug("Watchdogs disabled\n");
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig/irq_tables.c b/src/mainboard/supermicro/x6dhr_ig/irq_tables.c
index 0988cb4469..72f4125a7c 100644
--- a/src/mainboard/supermicro/x6dhr_ig/irq_tables.c
+++ b/src/mainboard/supermicro/x6dhr_ig/irq_tables.c
@@ -37,4 +37,3 @@ unsigned long write_pirq_routing_table(unsigned long addr)
{
return copy_pirq_routing_table(addr, &intel_irq_routing_table);
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig/mptable.c b/src/mainboard/supermicro/x6dhr_ig/mptable.c
index 5d0a08d323..f9165d6143 100644
--- a/src/mainboard/supermicro/x6dhr_ig/mptable.c
+++ b/src/mainboard/supermicro/x6dhr_ig/mptable.c
@@ -178,4 +178,3 @@ unsigned long write_smp_table(unsigned long addr)
v = smp_write_floating_table(addr, 0);
return (unsigned long)smp_write_config_table(v);
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig/watchdog.c b/src/mainboard/supermicro/x6dhr_ig/watchdog.c
index 44cfd10b73..a451c32c06 100644
--- a/src/mainboard/supermicro/x6dhr_ig/watchdog.c
+++ b/src/mainboard/supermicro/x6dhr_ig/watchdog.c
@@ -96,4 +96,3 @@ static void disable_watchdogs(void)
// disable_jarell_frb3();
print_debug("Watchdogs disabled\n");
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c b/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c
index 0988cb4469..72f4125a7c 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c
@@ -37,4 +37,3 @@ unsigned long write_pirq_routing_table(unsigned long addr)
{
return copy_pirq_routing_table(addr, &intel_irq_routing_table);
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig2/mptable.c b/src/mainboard/supermicro/x6dhr_ig2/mptable.c
index b6c94d319d..b5ba6b1ffc 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/mptable.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/mptable.c
@@ -166,4 +166,3 @@ unsigned long write_smp_table(unsigned long addr)
v = smp_write_floating_table(addr, 0);
return (unsigned long)smp_write_config_table(v);
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig2/watchdog.c b/src/mainboard/supermicro/x6dhr_ig2/watchdog.c
index 44cfd10b73..a451c32c06 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/watchdog.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/watchdog.c
@@ -96,4 +96,3 @@ static void disable_watchdogs(void)
// disable_jarell_frb3();
print_debug("Watchdogs disabled\n");
}
-
diff --git a/src/mainboard/supermicro/x7db8/mainboard.c b/src/mainboard/supermicro/x7db8/mainboard.c
index 34a355eaf5..1d666c95f1 100644
--- a/src/mainboard/supermicro/x7db8/mainboard.c
+++ b/src/mainboard/supermicro/x7db8/mainboard.c
@@ -34,4 +34,3 @@ static void mainboard_enable(device_t dev)
struct chip_operations mainboard_ops = {
.enable_dev = mainboard_enable,
};
-