|
Re: how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
Wenyi,
If you look under the Build results <Platform>/<DEBUG/RELEASE>_<COMPILER>/AArch64/Edk2/ArmPkg/Drivers/ArmGic/ (hopefully I got that right) and go down a little bit you will see the build
Wenyi,
If you look under the Build results <Platform>/<DEBUG/RELEASE>_<COMPILER>/AArch64/Edk2/ArmPkg/Drivers/ArmGic/ (hopefully I got that right) and go down a little bit you will see the build
|
By
Andrew Fish
·
#389
·
|
|
Re: Request for help understanding MemoryOverwriteRequestControl
Thanks Laszlo to explain that.
One minor comments:
TCG adopted Secure MOR in latest MOR 1.1 spec in 2019 -
Thanks Laszlo to explain that.
One minor comments:
TCG adopted Secure MOR in latest MOR 1.1 spec in 2019 -
|
By
Yao, Jiewen
·
#388
·
|
|
Re: Request for help understanding MemoryOverwriteRequestControl
Ah, thanks. :) I'll have to refresh my local PDF then!
Laszlo
Ah, thanks. :) I'll have to refresh my local PDF then!
Laszlo
|
By
Laszlo Ersek
·
#387
·
|
|
Re: ESRT in OVMF
Hi Sandeep,
You should probably discuss on this list what you want to add to the main
tree before sending patches, you might get good pointers. Otherwise, there
is a good guide as to how it works
Hi Sandeep,
You should probably discuss on this list what you want to add to the main
tree before sending patches, you might get good pointers. Otherwise, there
is a good guide as to how it works
|
By
Tomas Pilar (tpilar)
·
#386
·
|
|
Re: how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
Thanks, Andrew, Laszlo and liming, with your help I find the module which really own the warning.
As the compile is multithreading, the order in compile log is not right. The module which cause
Thanks, Andrew, Laszlo and liming, with your help I find the module which really own the warning.
As the compile is multithreading, the order in compile log is not right. The module which cause
|
By
wenyi,xie
·
#385
·
|
|
Re: how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
I checked my platform DSC and there's UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf in the section [LibraryClasses.common].
I'm not sure why _ModuleEntryPoint can't
I checked my platform DSC and there's UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf in the section [LibraryClasses.common].
I'm not sure why _ModuleEntryPoint can't
|
By
wenyi,xie
·
#384
·
|
|
Re: Request for help understanding MemoryOverwriteRequestControl
+Jiewen, comments below
Side comment:
Wow! I very much suspected that the memory overwrite is performed on
physical platforms via proprietary DIMM or board access, not via plain
RAM writes. The
+Jiewen, comments below
Side comment:
Wow! I very much suspected that the memory overwrite is performed on
physical platforms via proprietary DIMM or board access, not via plain
RAM writes. The
|
By
Laszlo Ersek
·
#383
·
|
|
Re: How to Add an USB device to the Emulator?
Which emulator? Ovmf?
Which USB? Real or Virtual?
Thanks,
Guomin
Which emulator? Ovmf?
Which USB? Real or Virtual?
Thanks,
Guomin
|
By
Guomin Jiang
·
#382
·
|
|
Request for help understanding MemoryOverwriteRequestControl
Hi,
We have a number of MinnowBoards (both Turbot and Max variants) here
that are used for various Linux development purposes, including having
a number that are used in our LAVA farm which among
Hi,
We have a number of MinnowBoards (both Turbot and Max variants) here
that are used for various Linux development purposes, including having
a number that are used in our LAVA farm which among
|
By
Martyn Welch <martyn.welch@...>
·
#381
·
|
|
Re: 答复: About edk2-platforms release
Hi Leif,
Just want to make sure you received my previous mail, do you have any comments for the edk2-platform formal release? Waiting for you reply.
Thanks!
-----邮件原件-----
发件人:
Hi Leif,
Just want to make sure you received my previous mail, do you have any comments for the edk2-platform formal release? Waiting for you reply.
Thanks!
-----邮件原件-----
发件人:
|
By
wanghuiqiang <wanghuiqiang@...>
·
#380
·
|
|
How to Add an USB device to the Emulator?
Hi,
I am wondering is there a way to expose an USB device to the emulator and develop the usb driver over the emulator?
Hi,
I am wondering is there a way to expose an USB device to the emulator and develop the usb driver over the emulator?
|
By
Rocky Liao <rjliao@...>
·
#379
·
|
|
回复: [edk2-discuss] how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
ModuleEntryPoint is provided by EntryPointLib. This driver links MdePkg\Library\UefiDriverEntryPoint. Please check.
ModuleEntryPoint is provided by EntryPointLib. This driver links MdePkg\Library\UefiDriverEntryPoint. Please check.
|
By
gaoliming
·
#378
·
|
|
回复: [edk2-discuss] GCD initialization and memory allocation HOBs
Jeff:
You mean the memory range specified by PHIT resource hob is selected by CoreInitializeMemoryServices().
This memory range includes PEI memory and the allocated memory. So, there is no
free
Jeff:
You mean the memory range specified by PHIT resource hob is selected by CoreInitializeMemoryServices().
This memory range includes PEI memory and the allocated memory. So, there is no
free
|
By
gaoliming
·
#377
·
|
|
Re: how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
The UefiDriverEntryPoint lib class in the [Sources] section in
"ArmPkg/Drivers/ArmGic/ArmGicDxe.inf" should be resolved by your
platform DSC
The UefiDriverEntryPoint lib class in the [Sources] section in
"ArmPkg/Drivers/ArmGic/ArmGicDxe.inf" should be resolved by your
platform DSC
|
By
Laszlo Ersek
·
#376
·
|
|
Re: compile warning from BaseTools
I think I've always just ignored these...
Laszlo
I think I've always just ignored these...
Laszlo
|
By
Laszlo Ersek
·
#375
·
|
|
compile warning from BaseTools
Hi all,
I meet some compile warning in BaseTools,the version of EDK2 is edk2-stable201903, as I am not familiar with Antlr grammer, I don't know how to fix it.
Could someone give me a hand,
Hi all,
I meet some compile warning in BaseTools,the version of EDK2 is edk2-stable201903, as I am not familiar with Antlr grammer, I don't know how to fix it.
Could someone give me a hand,
|
By
wenyi,xie
·
#374
·
|
|
how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
Hi, all
I use edk2-stable201903 in my project and meet a compile warning like
Hi, all
I use edk2-stable201903 in my project and meet a compile warning like
|
By
wenyi,xie
·
#373
·
|
|
Re: GCD initialization and memory allocation HOBs
#2 is the case we are in, we have data that is loaded by our pre-UEFI bootloaders into memory that should behave as boot services memory (OS can reclaim this) When we setup our HOB list we added a
#2 is the case we are in, we have data that is loaded by our pre-UEFI bootloaders into memory that should behave as boot services memory (OS can reclaim this) When we setup our HOB list we added a
|
By
Jeff Brasen
·
#372
·
|
|
Re: GCD initialization and memory allocation HOBs
Do you mean
(1) a physically reserved memory address range
(EFI_RESOURCE_MEMORY_RESERVED), or
(2) normal RAM (EFI_RESOURCE_SYSTEM_MEMORY) that is meant to be
"repurposed" (= pre-allocated) in PEI as
Do you mean
(1) a physically reserved memory address range
(EFI_RESOURCE_MEMORY_RESERVED), or
(2) normal RAM (EFI_RESOURCE_SYSTEM_MEMORY) that is meant to be
"repurposed" (= pre-allocated) in PEI as
|
By
Laszlo Ersek
·
#371
·
|
|
GCD initialization and memory allocation HOBs
It looks like CoreInitializeMemoryServices (https://github.com/tianocore/edk2/blob/dd5c7e3c5282b084daa5bbf0ec229cec699b2c17/MdeModulePkg/Core/Dxe/Gcd/Gcd.c#L2116) does not honor any memory allocations
It looks like CoreInitializeMemoryServices (https://github.com/tianocore/edk2/blob/dd5c7e3c5282b084daa5bbf0ec229cec699b2c17/MdeModulePkg/Core/Dxe/Gcd/Gcd.c#L2116) does not honor any memory allocations
|
By
Jeff Brasen
·
#370
·
|