|
edk2 build failure due to long paths
I 'm facing edk2 build issues on Linux build hosts when path length is long.
*Example scenarios*
Eg. A) manual/standalone builds: If edk2 code base is deep inside a
directory path instead of $HOME
I 'm facing edk2 build issues on Linux build hosts when path length is long.
*Example scenarios*
Eg. A) manual/standalone builds: If edk2 code base is deep inside a
directory path instead of $HOME
|
By
rajesh.ravi@broadcom.com
·
#489
·
|
|
HTTP Requests from UEFI Shell are denied access to HTTP Server
Hi,
My name is Hayden. I am working on communications between a machine running only the UEFI Shell and an external server via HTTP Protocol. The Shell binary I am using is built from ShellPkg in the
Hi,
My name is Hayden. I am working on communications between a machine running only the UEFI Shell and an external server via HTTP Protocol. The Shell binary I am using is built from ShellPkg in the
|
By
huynhhai323@...
·
#488
·
|
|
GDB server does not start.
It seems to be connected to DebugAgent, but the gdb server does not start.
I am using Hyper-V Generation 2.
==================================================
UEFI Shell:
Debug Agent: Initialized
It seems to be connected to DebugAgent, but the gdb server does not start.
I am using Hyper-V Generation 2.
==================================================
UEFI Shell:
Debug Agent: Initialized
|
By
joseph@...
·
#487
·
|
|
How to use TimerLib on X64?
Hello everyone, noob here.
I need an accurate timestamp counter for a UEFI_APPLICATION.currently i'm ussing MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf for the TimerLib but
Hello everyone, noob here.
I need an accurate timestamp counter for a UEFI_APPLICATION.currently i'm ussing MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf for the TimerLib but
|
By
vapciogaming@...
·
#486
·
|
|
Re: 'PciIO->Map' is returning "EFI_OUT_OF_RESOURCES" on Intel CRB device
Ask your firmware vendor, or build your stuff upon open source software
that you can analyze yourself.
Thanks
Laszlo
Ask your firmware vendor, or build your stuff upon open source software
that you can analyze yourself.
Thanks
Laszlo
|
By
Laszlo Ersek
·
#485
·
|
|
Re: 'PciIO->Map' is returning "EFI_OUT_OF_RESOURCES" on Intel CRB device
Hi Laszlo,
Thanks for replying.
Right. I have updated it now.
Prior to calling to above mentioned call, I do map two 16 bytes chunks for reading and current chunk where I get error is 128bytes
Hi Laszlo,
Thanks for replying.
Right. I have updated it now.
Prior to calling to above mentioned call, I do map two 16 bytes chunks for reading and current chunk where I get error is 128bytes
|
By
UdayS
·
#484
·
|
|
Re: 'PciIO->Map' is returning "EFI_OUT_OF_RESOURCES" on Intel CRB device
(1) For BusMasterRead, you should not use AllocateBuffer. AllocateBuffer
is only needed for CommonBuffer operations. For BusMasterRead and
BusMasterWrite, Map will handle bounce buffers
(1) For BusMasterRead, you should not use AllocateBuffer. AllocateBuffer
is only needed for CommonBuffer operations. For BusMasterRead and
BusMasterWrite, Map will handle bounce buffers
|
By
Laszlo Ersek
·
#483
·
|
|
'PciIO->Map' is returning "EFI_OUT_OF_RESOURCES" on Intel CRB device
Hello Experts,
Need your help to understand why is PciIO->Map is returning "EFI_OUT_OF_RESOURCES" in my Intel CRB DQ57TM (v2.31) but same driver works in other SuperMicro system ( v2.31 and v2.4).
I
Hello Experts,
Need your help to understand why is PciIO->Map is returning "EFI_OUT_OF_RESOURCES" in my Intel CRB DQ57TM (v2.31) but same driver works in other SuperMicro system ( v2.31 and v2.4).
I
|
By
UdayS
·
#482
·
|
|
Runtime Capsule Update Support
Hi,
I was wondering if can update the FMP capsule in storage with CapsuleInRamSupport enabled and without system reset. I was referring to this file
Hi,
I was wondering if can update the FMP capsule in storage with CapsuleInRamSupport enabled and without system reset. I was referring to this file
|
By
Mayur Gudmeti
·
#481
·
|
|
Re: EDK2 CI and edk2-platforms
There are a few challenges with the model of the edk2-platforms repo given that it doesn't have tracking of edk2 or any other dependency (submodule or otherwise). It also has no clear owner or anyone
There are a few challenges with the model of the edk2-platforms repo given that it doesn't have tracking of edk2 or any other dependency (submodule or otherwise). It also has no clear owner or anyone
|
By
Sean
·
#480
·
|
|
Re: EDK2 CI and edk2-platforms
I believe the idea has been floated before; unfortunately I don't
remember any specifics.
Laszlo
I believe the idea has been floated before; unfortunately I don't
remember any specifics.
Laszlo
|
By
Laszlo Ersek
·
#479
·
|
|
EDK2 CI and edk2-platforms
Hello,
Are there any plans on integrating the CI system (https://github.com/tianocore/edk2/tree/master/.pytool) to be able to test platform/silicon code hosted in the edk2-platforms repository? We
Hello,
Are there any plans on integrating the CI system (https://github.com/tianocore/edk2/tree/master/.pytool) to be able to test platform/silicon code hosted in the edk2-platforms repository? We
|
By
Jeff Brasen
·
#478
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
"ifstat" is a command to display the status of interfaces, not to configure them.
As documented at https://ipxe.org/cmd/ping you will need to enable the option PING_CMD in config/general.h when
"ifstat" is a command to display the status of interfaces, not to configure them.
As documented at https://ipxe.org/cmd/ping you will need to enable the option PING_CMD in config/general.h when
|
By
Michael Brown
·
#477
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
Hi Michael,
I hope you are doing well. Sorry for the delay in reply.
My UNDI driver is setting the same parameters in "UNDI_GetInitInfo" in the below driver.
Hi Michael,
I hope you are doing well. Sorry for the delay in reply.
My UNDI driver is setting the same parameters in "UNDI_GetInitInfo" in the below driver.
|
By
UdayS
·
#476
·
|
|
Arm Secondary Core Startup - question
My understanding of ARM secondary core startup is that the stacks for all the cores live at the top of UEFI memory.
The secondary core stacks sit at the top, with the primary core stack just under
My understanding of ARM secondary core startup is that the stacks for all the cores live at the top of UEFI memory.
The secondary core stacks sit at the top, with the primary core stack just under
|
By
Kurt Kennett <kurt_kennett@...>
·
#475
·
|
|
Re: SPCR / SSDT generation in the DynamicTablesPkg
I did a quick look in edk2-platforms, and found similar cases at least with a couple of other systems: Marvell Armada and OctenTx. Both of these use a _HID of "MRVL0001" (with its own clock-frequency
I did a quick look in edk2-platforms, and found similar cases at least with a couple of other systems: Marvell Armada and OctenTx. Both of these use a _HID of "MRVL0001" (with its own clock-frequency
|
By
Samer El-Haj-Mahmoud
·
#474
·
|
|
Re: SPCR / SSDT generation in the DynamicTablesPkg
+Samer
Sent: 19 November 2020 10:17 PM
To: Sami Mujawar <Sami.Mujawar@...>; discuss@edk2.groups.io; Irene Park <ipark@...>; Pierre Gondois <Pierre.Gondois@...>; Alexei Fedorov
+Samer
Sent: 19 November 2020 10:17 PM
To: Sami Mujawar <Sami.Mujawar@...>; discuss@edk2.groups.io; Irene Park <ipark@...>; Pierre Gondois <Pierre.Gondois@...>; Alexei Fedorov
|
By
Sami Mujawar
·
#473
·
|
|
Quest for your website and who can I go for information about the shell I have.
Hey I have your firmware installed in my aser Chromebooks bios files, and I'm not quite sure if I need it for my destro to boot through and run the desktop I want. But I'm just confused as to what
Hey I have your firmware installed in my aser Chromebooks bios files, and I'm not quite sure if I need it for my destro to boot through and run the desktop I want. But I'm just confused as to what
|
By
honzo right <righthonzo@...>
·
#472
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
This shows that you are using iPXE's "NII" driver, which uses the UEFI UNDI API. (Possible alternatives were the "SNP" driver which uses the UEFI SNP API, or a native PCI driver.)
The link is
This shows that you are using iPXE's "NII" driver, which uses the UEFI UNDI API. (Possible alternatives were the "SNP" driver which uses the UEFI SNP API, or a native PCI driver.)
The link is
|
By
Michael Brown <mcb30@...>
·
#471
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
Hi Michael,
I am unable to break into iPXE shell (using Ctrl+B).
I could capture the below log from the serial console.
>Checking Media Presence......
>>Media Present......
>>Start PXE over IPv4.
Hi Michael,
I am unable to break into iPXE shell (using Ctrl+B).
I could capture the below log from the serial console.
>Checking Media Presence......
>>Media Present......
>>Start PXE over IPv4.
|
By
udai sharma <udai16787@...>
·
#470
·
|