From: "Chiu, Chasel" <chasel.chiu@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"naitaku@gmail.com" <naitaku@gmail.com>
Cc: "Oram, Isaac W" <isaac.w.oram@intel.com>,
"Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>
Subject: Re: [edk2-devel] [edk2-platforms PATCH v1 1/1] Platform/Intel/WhitleyOpenBoardPkg: Fix build error of WilsonCityRvp
Date: Wed, 28 Jul 2021 23:53:23 +0000 [thread overview]
Message-ID: <BN9PR11MB5483EABED2B4659CCE153B32E6EA9@BN9PR11MB5483.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210728154240.5651-2-naitaku@gmail.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Thanks,
Chasel
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Takuto
> Naito
> Sent: Wednesday, July 28, 2021 11:43 PM
> To: devel@edk2.groups.io
> Cc: Takuto Naito <naitaku@gmail.com>; Oram, Isaac W
> <isaac.w.oram@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
> Subject: [edk2-devel] [edk2-platforms PATCH v1 1/1]
> Platform/Intel/WhitleyOpenBoardPkg: Fix build error of WilsonCityRvp
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3511
>
> The PCD PcdDebugLoadImageMethod, which is consumed by
> PeCoffExtraActionLibDebug.inf is only for the DEBUG build.
>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Takuto Naito <naitaku@gmail.com>
> ---
> Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc
> b/Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc
> index 41dc55a14d..fa41ae923d 100644
> --- a/Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc
> +++ b/Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc
> @@ -148,7 +148,9 @@
>
> gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F # Enable
> asserts, prints, code, clear memory, and deadloops on asserts.
> gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel|0x80200047 #
> Built in messages: Error, MTRR, info, load, warn, init
> +!if $(TARGET) == "DEBUG"
> gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
> # This is set to INT3 (0x2) for Simics source level debugging
> +!endif
>
> gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0
> gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x0
> --
> 2.25.1
>
>
>
>
>
next prev parent reply other threads:[~2021-07-28 23:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-28 15:42 [edk2-platforms PATCH v1 0/1] Platform/Intel/WhitleyOpenBoardPkg: Fix build error of WilsonCityRvp Takuto Naito
2021-07-28 15:42 ` [edk2-platforms PATCH v1 1/1] " Takuto Naito
2021-07-28 23:53 ` Chiu, Chasel [this message]
2021-07-29 0:17 ` [edk2-devel] " Chiu, Chasel
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=BN9PR11MB5483EABED2B4659CCE153B32E6EA9@BN9PR11MB5483.namprd11.prod.outlook.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