diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-02-27 01:26:42 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-10 11:06:56 +0100 |
commit | 22f32c723cf18af713d2763722e8a54779e859d9 (patch) | |
tree | d1898644a9a1ce0877375fe73ff3a05bfd3f9d2b /src/cpu/amd/agesa/family10 | |
parent | dd6f75ae6e5b3dade912dc132b393934062c6e0e (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/family10')
-rw-r--r-- | src/cpu/amd/agesa/family10/model_10_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/family10/model_10_init.c b/src/cpu/amd/agesa/family10/model_10_init.c index ef7072580b..8caf0c9f1e 100644 --- a/src/cpu/amd/agesa/family10/model_10_init.c +++ b/src/cpu/amd/agesa/family10/model_10_init.c @@ -83,7 +83,6 @@ static void model_10_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); |