public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Laszlo Ersek" <lersek@redhat.com>
To: devel@edk2.groups.io, hsienchieh.lin@amd.com
Subject: Re: [edk2-devel] [PATCH] Remove checking Smm Rev ID in AMD Save State lib when Reading Save State Register EFI_MM_SAVE_STATE_REGISTER_IO
Date: Sat, 28 Oct 2023 13:54:07 +0200	[thread overview]
Message-ID: <be1f40b1-1253-1b3d-feb1-28e913bd5a63@redhat.com> (raw)
In-Reply-To: <20231027053619.1609-1-hsienchieh.lin@amd.com>

On 10/27/23 07:36, Jacque Lin via groups.io wrote:
> ---
>  UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveState.c | 13 -------------
>  1 file changed, 13 deletions(-)

Why?

(The commit message is empty.)

Laszlo

> 
> diff --git a/UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveState.c b/UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveState.c
> index 3315a6cc44..c4bf6ad4bb 100644
> --- a/UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveState.c
> +++ b/UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveState.c
> @@ -102,7 +102,6 @@ MmSaveStateReadRegister (
>    OUT VOID                        *Buffer
> 
>    )
> 
>  {
> 
> -  UINT32                     SmmRevId;
> 
>    EFI_MM_SAVE_STATE_IO_INFO  *IoInfo;
> 
>    AMD_SMRAM_SAVE_STATE_MAP   *CpuSaveState;
> 
>    UINT8                      DataWidth;
> 
> @@ -124,18 +123,6 @@ MmSaveStateReadRegister (
>  
> 
>    // Check for special EFI_MM_SAVE_STATE_REGISTER_IO
> 
>    if (Register == EFI_MM_SAVE_STATE_REGISTER_IO) {
> 
> -    //
> 
> -    // Get SMM Revision ID
> 
> -    //
> 
> -    MmSaveStateReadRegisterByIndex (CpuIndex, AMD_MM_SAVE_STATE_REGISTER_SMMREVID_INDEX, sizeof (SmmRevId), &SmmRevId);
> 
> -
> 
> -    //
> 
> -    // See if the CPU supports the IOMisc register in the save state
> 
> -    //
> 
> -    if (SmmRevId < AMD_SMM_MIN_REV_ID_X64) {
> 
> -      return EFI_NOT_FOUND;
> 
> -    }
> 
> -
> 
>      // Check if IO Restart Dword [IO Trap] is valid or not using bit 1.
> 
>      if (!(CpuSaveState->x64.IO_DWord & 0x02u)) {
> 
>        return EFI_NOT_FOUND;
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110244): https://edk2.groups.io/g/devel/message/110244
Mute This Topic: https://groups.io/mt/102219140/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



      reply	other threads:[~2023-10-28 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27  5:36 [edk2-devel] [PATCH] Remove checking Smm Rev ID in AMD Save State lib when Reading Save State Register EFI_MM_SAVE_STATE_REGISTER_IO Jacque Lin via groups.io
2023-10-28 11:54 ` Laszlo Ersek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=be1f40b1-1253-1b3d-feb1-28e913bd5a63@redhat.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox