aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family16kb/model_16_init.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2017-02-27 01:26:42 +0100
committerMartin Roth <martinroth@google.com>2017-03-10 11:06:56 +0100
commit22f32c723cf18af713d2763722e8a54779e859d9 (patch)
treed1898644a9a1ce0877375fe73ff3a05bfd3f9d2b /src/cpu/amd/agesa/family16kb/model_16_init.c
parentdd6f75ae6e5b3dade912dc132b393934062c6e0e (diff)
cpu/amd/agesa: Unify init files
The init files for the AMD families using the AGESA platform initialization code are quite similar. So reduce the differences, by using the same comments, variable names, console messages, and blank lines. Change-Id: Id4a3a5c3812a34627d726cdcbe8f4781a14be724 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/18507 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu/amd/agesa/family16kb/model_16_init.c')
-rw-r--r--src/cpu/amd/agesa/family16kb/model_16_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/amd/agesa/family16kb/model_16_init.c b/src/cpu/amd/agesa/family16kb/model_16_init.c
index f62e698bdf..a8d076c2ad 100644
--- a/src/cpu/amd/agesa/family16kb/model_16_init.c
+++ b/src/cpu/amd/agesa/family16kb/model_16_init.c
@@ -78,7 +78,6 @@ static void model_16_init(device_t dev)
wrmsr(MCI_STATUS + (i * 4), msr);
}
-
/* Enable the local CPU APICs */
setup_lapic();
@@ -114,7 +113,7 @@ static struct device_operations cpu_dev_ops = {
};
static struct cpu_device_id cpu_table[] = {
- { X86_VENDOR_AMD, 0x700f00 }, /* KB-A0 */
+ { X86_VENDOR_AMD, 0x700f00 }, /* KB-A0 */
{ 0, 0 },
};