diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2023-06-01 14:45:41 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-06-14 21:20:11 +0000 |
commit | 0507e069b0dbed132762f6423ba298db3b34e4e7 (patch) | |
tree | fdb4c0b5e0d09b773a459b1eaebf9fe1cd4e8c6d /src/soc/amd/phoenix/include | |
parent | 2fffb5df88faf6da061bd84606db8fad6453ee40 (diff) |
soc|vc/amd/phoenix: Prepare for PSP verstage
Update all the required sources to lay the ground work to enable PSP
verstage.
BUG=b:284984667
TEST=Build Myst BIOS image with PSP verstage enabled.
Change-Id: I6fbb1f835ac2ad6ff47f843321e1bd380af7ce33
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75584
Reviewed-by: Tim Van Patten <timvp@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc/amd/phoenix/include')
-rw-r--r-- | src/soc/amd/phoenix/include/soc/psp_verstage_addr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/phoenix/include/soc/psp_verstage_addr.h b/src/soc/amd/phoenix/include/soc/psp_verstage_addr.h index ee9dedad46..30f65f652d 100644 --- a/src/soc/amd/phoenix/include/soc/psp_verstage_addr.h +++ b/src/soc/amd/phoenix/include/soc/psp_verstage_addr.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Update for Phoenix */ - #ifndef AMD_PHOENIX_PSP_VERSTAGE_ADDR_H #define AMD_PHOENIX_PSP_VERSTAGE_ADDR_H |