summaryrefslogtreecommitdiffstats
path: root/src/cpu
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-07 23:52:18 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-08 13:52:43 +0200
commitf7c55148c02dcfd39f585aa90513a18d66815a97 (patch)
tree271909122370538dc29314ffe8c112e040865879 /src/cpu
parent7e8d48372b8638fcba78c99b8ce0128bec4eaafc (diff)
downloadcoreboot-f7c55148c02dcfd39f585aa90513a18d66815a97.tar.gz
coreboot-f7c55148c02dcfd39f585aa90513a18d66815a97.tar.bz2
coreboot-f7c55148c02dcfd39f585aa90513a18d66815a97.zip
cpu: Trivial - drop trailing blank lines at EOF
Change-Id: I9004f34ba0c13b4489b26ac8c1476d00a6c6d01d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6207 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/dualcore/amd_sibling.c1
-rw-r--r--src/cpu/amd/dualcore/dualcore.c2
-rw-r--r--src/cpu/amd/dualcore/dualcore_id.c1
-rw-r--r--src/cpu/amd/geode_lx/msrinit.c2
-rw-r--r--src/cpu/amd/model_fxx/powernow_acpi.c1
-rw-r--r--src/cpu/amd/model_fxx/processor_name.c1
-rw-r--r--src/cpu/amd/quadcore/quadcore_id.c1
-rw-r--r--src/cpu/intel/fsp_model_206ax/model_206ax_init.c1
-rw-r--r--src/cpu/intel/haswell/haswell_init.c1
-rw-r--r--src/cpu/intel/haswell/microcode_blob.c1
-rw-r--r--src/cpu/intel/haswell/smmrelocate.c1
-rw-r--r--src/cpu/intel/hyperthreading/intel_sibling.c1
-rw-r--r--src/cpu/intel/model_106cx/model_106cx_init.c1
-rw-r--r--src/cpu/intel/model_2065x/model_2065x_init.c1
-rw-r--r--src/cpu/intel/model_206ax/model_206ax_init.c1
-rw-r--r--src/cpu/intel/model_68x/model_68x_init.c1
-rw-r--r--src/cpu/intel/model_6bx/model_6bx_init.c1
-rw-r--r--src/cpu/intel/model_6ex/model_6ex_init.c1
-rw-r--r--src/cpu/intel/model_6fx/model_6fx_init.c1
-rw-r--r--src/cpu/intel/slot_1/l2_cache.c1
-rw-r--r--src/cpu/samsung/exynos5250/cbmem.c1
-rw-r--r--src/cpu/samsung/exynos5250/clock_init.c1
-rw-r--r--src/cpu/samsung/exynos5250/dmc_common.c1
-rw-r--r--src/cpu/samsung/exynos5250/timer.c1
-rw-r--r--src/cpu/samsung/exynos5420/cbmem.c1
-rw-r--r--src/cpu/samsung/exynos5420/dmc_common.c1
-rw-r--r--src/cpu/samsung/exynos5420/dp.c1
-rw-r--r--src/cpu/samsung/exynos5420/timer.c1
-rw-r--r--src/cpu/x86/lapic/boot_cpu.c1
-rw-r--r--src/cpu/x86/mp_init.c1
30 files changed, 0 insertions, 32 deletions
diff --git a/src/cpu/amd/dualcore/amd_sibling.c b/src/cpu/amd/dualcore/amd_sibling.c
index b3df0a36e7cf..d9942de41027 100644
--- a/src/cpu/amd/dualcore/amd_sibling.c
+++ b/src/cpu/amd/dualcore/amd_sibling.c
@@ -115,4 +115,3 @@ unsigned get_apicid_base(unsigned ioapic_num)
return apicid_base;
}
-
diff --git a/src/cpu/amd/dualcore/dualcore.c b/src/cpu/amd/dualcore/dualcore.c
index 69ce56a1bdcf..a5457627ef16 100644
--- a/src/cpu/amd/dualcore/dualcore.c
+++ b/src/cpu/amd/dualcore/dualcore.c
@@ -62,5 +62,3 @@ static inline void start_other_cores(void)
}
}
-
-
diff --git a/src/cpu/amd/dualcore/dualcore_id.c b/src/cpu/amd/dualcore/dualcore_id.c
index 5674c497d519..ba92396731a8 100644
--- a/src/cpu/amd/dualcore/dualcore_id.c
+++ b/src/cpu/amd/dualcore/dualcore_id.c
@@ -52,4 +52,3 @@ struct node_core_id get_node_core_id_x(void)
return get_node_core_id(read_nb_cfg_54()); // for pre_e0() nb_cfg_54 always be 0
}
-
diff --git a/src/cpu/amd/geode_lx/msrinit.c b/src/cpu/amd/geode_lx/msrinit.c
index 84fa548d59ed..30d0087949fe 100644
--- a/src/cpu/amd/geode_lx/msrinit.c
+++ b/src/cpu/amd/geode_lx/msrinit.c
@@ -60,5 +60,3 @@ static void msr_init(void)
for (i = 0; i < ARRAY_SIZE(msr_table); i++)
wrmsr(msr_table[i].index, msr_table[i].msr);
}
-
-
diff --git a/src/cpu/amd/model_fxx/powernow_acpi.c b/src/cpu/amd/model_fxx/powernow_acpi.c
index ab7497aacdf1..41cfc5665cfc 100644
--- a/src/cpu/amd/model_fxx/powernow_acpi.c
+++ b/src/cpu/amd/model_fxx/powernow_acpi.c
@@ -889,4 +889,3 @@ int amd_model_fxx_generate_powernow(u32 pcontrol_blk, u8 plen, u8 onlyBSP)
acpigen_patch_len(lens - 1);
return lens;
}
-
diff --git a/src/cpu/amd/model_fxx/processor_name.c b/src/cpu/amd/model_fxx/processor_name.c
index 766cf929542e..81cd470a983e 100644
--- a/src/cpu/amd/model_fxx/processor_name.c
+++ b/src/cpu/amd/model_fxx/processor_name.c
@@ -437,4 +437,3 @@ int init_processor_name(void)
return 0;
}
-
diff --git a/src/cpu/amd/quadcore/quadcore_id.c b/src/cpu/amd/quadcore/quadcore_id.c
index 80b67acd150d..a6194bbbb305 100644
--- a/src/cpu/amd/quadcore/quadcore_id.c
+++ b/src/cpu/amd/quadcore/quadcore_id.c
@@ -78,4 +78,3 @@ struct node_core_id get_node_core_id_x(void)
{
return get_node_core_id(read_nb_cfg_54());
}
-
diff --git a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c
index 5f4d3ced82a8..e242e4076819 100644
--- a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c
+++ b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c
@@ -413,4 +413,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};
-
diff --git a/src/cpu/intel/haswell/haswell_init.c b/src/cpu/intel/haswell/haswell_init.c
index 10f09938d2b4..9fa9b48fe403 100644
--- a/src/cpu/intel/haswell/haswell_init.c
+++ b/src/cpu/intel/haswell/haswell_init.c
@@ -826,4 +826,3 @@ static const struct cpu_driver driver __cpu_driver = {
.id_table = cpu_table,
.cstates = cstate_map,
};
-
diff --git a/src/cpu/intel/haswell/microcode_blob.c b/src/cpu/intel/haswell/microcode_blob.c
index 18a1327633ba..992ee1842278 100644
--- a/src/cpu/intel/haswell/microcode_blob.c
+++ b/src/cpu/intel/haswell/microcode_blob.c
@@ -20,4 +20,3 @@
unsigned microcode[] = {
#include "microcode_blob.h"
};
-
diff --git a/src/cpu/intel/haswell/smmrelocate.c b/src/cpu/intel/haswell/smmrelocate.c
index 3af06b0f616d..56d435cf898c 100644
--- a/src/cpu/intel/haswell/smmrelocate.c
+++ b/src/cpu/intel/haswell/smmrelocate.c
@@ -476,4 +476,3 @@ void smm_lock(void)
pci_write_config8(dev_find_slot(0, PCI_DEVFN(0, 0)), SMRAM,
D_LCK | G_SMRAME | C_BASE_SEG);
}
-
diff --git a/src/cpu/intel/hyperthreading/intel_sibling.c b/src/cpu/intel/hyperthreading/intel_sibling.c
index d67a5b829f50..16d8959b11bf 100644
--- a/src/cpu/intel/hyperthreading/intel_sibling.c
+++ b/src/cpu/intel/hyperthreading/intel_sibling.c
@@ -94,4 +94,3 @@ void intel_sibling_init(device_t cpu)
new->path.apic.apic_id);
}
}
-
diff --git a/src/cpu/intel/model_106cx/model_106cx_init.c b/src/cpu/intel/model_106cx/model_106cx_init.c
index 356b86d88d52..73ee5cd19185 100644
--- a/src/cpu/intel/model_106cx/model_106cx_init.c
+++ b/src/cpu/intel/model_106cx/model_106cx_init.c
@@ -159,4 +159,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};
-
diff --git a/src/cpu/intel/model_2065x/model_2065x_init.c b/src/cpu/intel/model_2065x/model_2065x_init.c
index e73e237eb5ea..c310a6774023 100644
--- a/src/cpu/intel/model_2065x/model_2065x_init.c
+++ b/src/cpu/intel/model_2065x/model_2065x_init.c
@@ -462,4 +462,3 @@ static const struct cpu_driver driver __cpu_driver = {
.id_table = cpu_table,
.cstates = cstate_map,
};
-
diff --git a/src/cpu/intel/model_206ax/model_206ax_init.c b/src/cpu/intel/model_206ax/model_206ax_init.c
index 26fd721e657a..4e5641453866 100644
--- a/src/cpu/intel/model_206ax/model_206ax_init.c
+++ b/src/cpu/intel/model_206ax/model_206ax_init.c
@@ -612,4 +612,3 @@ static const struct cpu_driver driver __cpu_driver = {
.id_table = cpu_table,
.cstates = cstate_map,
};
-
diff --git a/src/cpu/intel/model_68x/model_68x_init.c b/src/cpu/intel/model_68x/model_68x_init.c
index c2f0002e3662..d1b44634df26 100644
--- a/src/cpu/intel/model_68x/model_68x_init.c
+++ b/src/cpu/intel/model_68x/model_68x_init.c
@@ -84,4 +84,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};
-
diff --git a/src/cpu/intel/model_6bx/model_6bx_init.c b/src/cpu/intel/model_6bx/model_6bx_init.c
index 083109c3111d..d166bfa234ca 100644
--- a/src/cpu/intel/model_6bx/model_6bx_init.c
+++ b/src/cpu/intel/model_6bx/model_6bx_init.c
@@ -74,4 +74,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};
-
diff --git a/src/cpu/intel/model_6ex/model_6ex_init.c b/src/cpu/intel/model_6ex/model_6ex_init.c
index 30d3f10b7c99..8f9fbf824cfd 100644
--- a/src/cpu/intel/model_6ex/model_6ex_init.c
+++ b/src/cpu/intel/model_6ex/model_6ex_init.c
@@ -193,4 +193,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};
-
diff --git a/src/cpu/intel/model_6fx/model_6fx_init.c b/src/cpu/intel/model_6fx/model_6fx_init.c
index 034dc9ca7faf..93635d46b949 100644
--- a/src/cpu/intel/model_6fx/model_6fx_init.c
+++ b/src/cpu/intel/model_6fx/model_6fx_init.c
@@ -221,4 +221,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};
-
diff --git a/src/cpu/intel/slot_1/l2_cache.c b/src/cpu/intel/slot_1/l2_cache.c
index a974d24c3dfb..fc351aba1840 100644
--- a/src/cpu/intel/slot_1/l2_cache.c
+++ b/src/cpu/intel/slot_1/l2_cache.c
@@ -807,4 +807,3 @@ out:
printk(BIOS_INFO, "done.\n");
return result;
}
-
diff --git a/src/cpu/samsung/exynos5250/cbmem.c b/src/cpu/samsung/exynos5250/cbmem.c
index e77af99ffcb0..465032013b6c 100644
--- a/src/cpu/samsung/exynos5250/cbmem.c
+++ b/src/cpu/samsung/exynos5250/cbmem.c
@@ -25,4 +25,3 @@ void *cbmem_top(void)
{
return (void *)(get_fb_base_kb() * KiB);
}
-
diff --git a/src/cpu/samsung/exynos5250/clock_init.c b/src/cpu/samsung/exynos5250/clock_init.c
index bfcf844b210d..cc260dbd93a9 100644
--- a/src/cpu/samsung/exynos5250/clock_init.c
+++ b/src/cpu/samsung/exynos5250/clock_init.c
@@ -448,4 +448,3 @@ void clock_init_dp_clock(void)
/* We run DP at 267 Mhz */
setbits_le32(&clk->div_disp1_0, CLK_DIV_DISP1_0_FIMD1);
}
-
diff --git a/src/cpu/samsung/exynos5250/dmc_common.c b/src/cpu/samsung/exynos5250/dmc_common.c
index b506853df881..624097b12b83 100644
--- a/src/cpu/samsung/exynos5250/dmc_common.c
+++ b/src/cpu/samsung/exynos5250/dmc_common.c
@@ -180,4 +180,3 @@ void dmc_config_memory(struct mem_timings *mem, struct exynos5_dmc *dmc)
writel(DMC_MEMBASECONFIG0_VAL, &dmc->membaseconfig0);
writel(DMC_MEMBASECONFIG1_VAL, &dmc->membaseconfig1);
}
-
diff --git a/src/cpu/samsung/exynos5250/timer.c b/src/cpu/samsung/exynos5250/timer.c
index 0c2e64143c51..88e1f3e48931 100644
--- a/src/cpu/samsung/exynos5250/timer.c
+++ b/src/cpu/samsung/exynos5250/timer.c
@@ -49,4 +49,3 @@ void udelay(unsigned usec)
while (mono_time_before(&current, &end))
timer_monotonic_get(&current);
}
-
diff --git a/src/cpu/samsung/exynos5420/cbmem.c b/src/cpu/samsung/exynos5420/cbmem.c
index e77af99ffcb0..465032013b6c 100644
--- a/src/cpu/samsung/exynos5420/cbmem.c
+++ b/src/cpu/samsung/exynos5420/cbmem.c
@@ -25,4 +25,3 @@ void *cbmem_top(void)
{
return (void *)(get_fb_base_kb() * KiB);
}
-
diff --git a/src/cpu/samsung/exynos5420/dmc_common.c b/src/cpu/samsung/exynos5420/dmc_common.c
index bef76d1c700c..433312eb3e65 100644
--- a/src/cpu/samsung/exynos5420/dmc_common.c
+++ b/src/cpu/samsung/exynos5420/dmc_common.c
@@ -171,4 +171,3 @@ void dmc_config_prech(struct mem_timings *mem, struct exynos5_dmc *dmc)
}
}
}
-
diff --git a/src/cpu/samsung/exynos5420/dp.c b/src/cpu/samsung/exynos5420/dp.c
index a1c69c5b5782..59a4647d505a 100644
--- a/src/cpu/samsung/exynos5420/dp.c
+++ b/src/cpu/samsung/exynos5420/dp.c
@@ -903,4 +903,3 @@ int exynos_init_dp(struct edp_device_info *edp_info)
return ret;
}
-
diff --git a/src/cpu/samsung/exynos5420/timer.c b/src/cpu/samsung/exynos5420/timer.c
index 0c2e64143c51..88e1f3e48931 100644
--- a/src/cpu/samsung/exynos5420/timer.c
+++ b/src/cpu/samsung/exynos5420/timer.c
@@ -49,4 +49,3 @@ void udelay(unsigned usec)
while (mono_time_before(&current, &end))
timer_monotonic_get(&current);
}
-
diff --git a/src/cpu/x86/lapic/boot_cpu.c b/src/cpu/x86/lapic/boot_cpu.c
index 5643bd9cd045..d45ed3a4722a 100644
--- a/src/cpu/x86/lapic/boot_cpu.c
+++ b/src/cpu/x86/lapic/boot_cpu.c
@@ -11,4 +11,3 @@ int boot_cpu(void)
return bsp;
}
#endif
-
diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c
index 676c2f6ae4e4..e83c23d3f4bc 100644
--- a/src/cpu/x86/mp_init.c
+++ b/src/cpu/x86/mp_init.c
@@ -614,4 +614,3 @@ void smm_initiate_relocation(void)
smm_initiate_relocation_parallel();
spin_unlock(&smm_relocation_lock);
}
-