public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: krishnaLee <sssky307@163.com>
To: edk2-devel@lists.01.org
Subject: How to using PcdGetEx to change a PCD.
Date: Thu, 14 Dec 2017 16:59:23 +0800 (CST)	[thread overview]
Message-ID: <2382af2.ac98.160543fea54.Coremail.sssky307@163.com> (raw)

Hello,
I am learning and writing a application to change the Nt32pkg-virtual machine's boot time.follow code is success.
but I think if I using PcdGetEx16 function, it will also work well,but failed when I compile it.
I had read some Specs about the difference between PcdGetEx and PcdGet,but I can't understand,maybe I need some practice,
So can anyone modify it to using PcdGetEx to implement the same function in the application?
//source-code--start
EFI_STATUS
EFIAPI
UefiMain (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
{
UINTN buffer=0;
UINTN index;
buffer=PcdGet16(PcdPlatformBootTimeOut);
//buffer=PcdGetEx16(&gEfiMdePkgTokenSpaceGuid,PcdPlatformBootTimeOut);//compile failed.
Print(L"buffer:%d\n",buffer);
PcdSet16(PcdPlatformBootTimeOut,5);
...


//source-code-end.


attachment is the full source code.
edk2-vUDK2017's build command:
build -p Nt32Pkg\Nt32Pkg.dsc -m Nt32Pkg\Application\mytestpcd2\mytestpcd2.inf


thank you very much!


             reply	other threads:[~2017-12-14  8:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14  8:59 krishnaLee [this message]
2017-12-14 10:27 ` How to using PcdGetEx to change a PCD Andrew Fish
2017-12-14 14:55   ` Gao, Liming
2017-12-28  9:41     ` krishnaLee
2017-12-29 15:26       ` Gao, Liming
2017-12-31  8:47         ` krishnaLee

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=2382af2.ac98.160543fea54.Coremail.sssky307@163.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