soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I5bd6f74bc0fbe461fa01d3baa63612eaec77b97a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50854
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held
2021-02-17 22:16:40 +01:00
parent 82d16b150c
commit 285dd6ec3a
5 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <amdblocks/smm.h>
#include <cpu/amd/msr.h>
#include <cpu/cpu.h>
#include <cpu/x86/mp.h>
#include <cpu/x86/mtrr.h>
@@ -15,7 +16,6 @@
#include <soc/smi.h>
#include <soc/iomap.h>
#include <console/console.h>
#include <amdblocks/psp.h>
/*
* MP and SMM loading initialization.