mirror of https://github.com/acidanthera/audk.git
Add sample code for vfr opcode "guidop"
Signed-off-by: ydong10 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11870 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
18ad26da31
commit
8f766f6eec
|
@ -483,6 +483,15 @@ formset
|
|||
prompt = STRING_TOKEN(STR_GOTO_FORM4), //FourthSetupPage // this too has no end-op and basically it's a jump to a form ONLY
|
||||
help = STRING_TOKEN(STR_GOTO_HELP);
|
||||
|
||||
guidop
|
||||
guid = FORMSET_GUID,
|
||||
datatype = MY_DATA2,
|
||||
data.Field8 = 0x21,
|
||||
data.Field16 = 0x2121,
|
||||
data.OrderedList[0] = 0x21,
|
||||
endguidop;
|
||||
|
||||
|
||||
endform;
|
||||
|
||||
suppressif ideqval MyIfrNVData.BootOrderLarge == 0;
|
||||
|
|
Loading…
Reference in New Issue