aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family12
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/family12
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/family12')
-rw-r--r--src/cpu/amd/agesa/family12/model_12_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/family12/model_12_init.c b/src/cpu/amd/agesa/family12/model_12_init.c
index 2fc943cda3..e533017ad9 100644
--- a/src/cpu/amd/agesa/family12/model_12_init.c
+++ b/src/cpu/amd/agesa/family12/model_12_init.c
@@ -88,7 +88,6 @@ static void model_12_init(device_t dev)
msr.hi &= ~(1 << (46 - 32));
wrmsr(NB_CFG_MSR, msr);
-
/* Write protect SMM space with SMMLOCK. */
msr = rdmsr(HWCR_MSR);
msr.lo |= (1 << 0);