Re: [edk2-devel] Saving data structure at Pre EFI Initialization phase in memory to use it at DXE phase by some UEFI application?

2020-01-30 Thread sergestus
I've understood, thanks a lot! Sergey -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53584): https://edk2.groups.io/g/devel/message/53584 Mute This Topic: https://groups.io/mt/70267536/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] Saving data structure at Pre EFI Initialization phase in memory to use it at DXE phase by some UEFI application?

2020-01-30 Thread sergestus
Thank you, may I just create a new GUID (sysHostGuid), then call BuildGuidDataHob passing in it the sysHostGuid and SYSHOST structure? Will I be able to find the structure in the DXE phase looking up by the sysHostGuid? Thank you, Sergey -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all

Re: [edk2-devel] Saving data structure at Pre EFI Initialization phase in memory to use it at DXE phase by some UEFI application?

2020-01-30 Thread sergestus
I need to use some code from PEIM driver in DXE phase. This code is using the SYSHOST structure and I think it not easy to restore it from HOBs becuase there are a lot of information. So I thought it easy to save the structure completely in the memory. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links:

[edk2-devel] Saving data structure at Pre EFI Initialization phase in memory to use it at DXE phase by some UEFI application?

2020-01-30 Thread sergestus
Is it possible to save SYSHOST data structure at PEI phase in memory at some default location to use it at DXE phase by some UEFI application? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53570):

Re: [edk2-devel] EDK2 UEFI Specification and Revision

2019-10-22 Thread sergestus
Hi Andrew, Thank you, for the detail answer. It seems this is what I'm looking for. Now I've found the UEFI specification of the UEFI application I build, and it appears that the specification of the application is greater than the EFI Shall specification it is going to be used with. Is it ok,

[edk2-devel] EDK2 UEFI Specification and Revision

2019-10-21 Thread sergestus
When runs "ver" command in EFI Shell command line it shows UEFI specification and revision. The question is how to find out what UEFI specification and revision does EDK2 support? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#49309):