soc/amd/common/block/psp/psp_def: drop PSPV2_STATUS_* defines
PSPV2_STATUS_ERROR and PSPV2_STATUS_RECOVERY aren't used and the bit definitions are also wrong, so drop those defines. For the PSP mailbox interface version 2, struct pspv2_mbox is used to access the correct status bits. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I8e2aadfde00e2f7b0f99b462b8e3d6954959a584 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59699 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
@@ -30,10 +30,6 @@
|
||||
#define PSPV1_STATUS_HALT BIT(3)
|
||||
#define PSPV1_STATUS_RECOVERY BIT(4)
|
||||
|
||||
/* generic PSP interface status, v2 */
|
||||
#define PSPV2_STATUS_ERROR BIT(30)
|
||||
#define PSPV2_STATUS_RECOVERY BIT(31)
|
||||
|
||||
/* psp_mbox consists of hardware registers beginning at PSPx000070
|
||||
* mbox_command: BIOS->PSP command, cleared by PSP when complete
|
||||
* mbox_status: BIOS->PSP interface status
|
||||
|
Reference in New Issue
Block a user