From: "Gao, Liming" <liming.gao@intel.com>
To: "Zeng, Star" <star.zeng@intel.com>,
"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH] MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormat
Date: Mon, 24 Oct 2016 09:34:30 +0000 [thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B4987D1@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1477300771-68480-1-git-send-email-star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
> -----Original Message-----
> From: Zeng, Star
> Sent: Monday, October 24, 2016 5:20 PM
> To: edk2-devel@lists.01.org
> Cc: Zeng, Star <star.zeng@intel.com>; Gao, Liming <liming.gao@intel.com>;
> Sean Brogan <sean.brogan@microsoft.com>
> Subject: [PATCH] MdeModulePkg PeiCore: Make sure FvInfo has FFS2
> format if Ffs2Guid FvFormat
>
> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=160
>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Star Zeng <star.zeng@intel.com>
> ---
> MdeModulePkg/Core/Pei/FwVol/FwVol.c | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/MdeModulePkg/Core/Pei/FwVol/FwVol.c
> b/MdeModulePkg/Core/Pei/FwVol/FwVol.c
> index 6ca41ee16f4a..554bcc31d976 100644
> --- a/MdeModulePkg/Core/Pei/FwVol/FwVol.c
> +++ b/MdeModulePkg/Core/Pei/FwVol/FwVol.c
> @@ -565,6 +565,20 @@ FirmwareVolmeInfoPpiNotifyCallback (
> IsFvInfo2 = FALSE;
> }
>
> + if (CompareGuid (&FvInfo2Ppi.FvFormat, &gEfiFirmwareFileSystem2Guid))
> {
> + //
> + // gEfiFirmwareFileSystem2Guid is specified for the FvFormat, then here
> to check the
> + // FileSystemGuid pointed by FvInfo against
> gEfiFirmwareFileSystem2Guid to make sure
> + // FvInfo has the firmware file system 2 format.
> + //
> + // If the ASSERT really appears, the FvFormat needs to be specified
> correctly, for example,
> + // gEfiFirmwareFileSystem3Guid can be used for firmware file system 3
> format, or
> + // (((EFI_FIRMWARE_VOLUME_HEADER *) FvInfo)->FileSystemGuid can
> be just used for both
> + // firmware file system 2 and 3 format.
> + //
> + ASSERT (CompareGuid (&(((EFI_FIRMWARE_VOLUME_HEADER *)
> FvInfo2Ppi.FvInfo)->FileSystemGuid), &gEfiFirmwareFileSystem2Guid));
> + }
> +
> //
> // Locate the corresponding FV_PPI according to founded FV's format guid
> //
> --
> 2.7.0.windows.1
prev parent reply other threads:[~2016-10-24 9:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-24 9:19 [PATCH] MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormat Star Zeng
2016-10-24 9:34 ` Gao, Liming [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=4A89E2EF3DFEDB4C8BFDE51014F606A14B4987D1@shsmsx102.ccr.corp.intel.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