|
Re: Compile EDK2 to set boot order to PXE
My understanding is that the UEFI image itself is PXE booted.
But indeed, more clarity is always good
My understanding is that the UEFI image itself is PXE booted.
But indeed, more clarity is always good
|
By
Ard Biesheuvel
·
#513
·
|
|
Re: UEFI Payload Issue
Adding the UefiPayloadPkg folks to the CC list.
Thanks
Laszlo
Adding the UefiPayloadPkg folks to the CC list.
Thanks
Laszlo
|
By
Laszlo Ersek
·
#512
·
|
|
Re: Compile EDK2 to set boot order to PXE
Thanks for commenting.
I've attempted to wrap my brain around the initial report in this
thread, and honestly I'm lost. My standard answer would be "BDS behavior
is platform policy, so look into
Thanks for commenting.
I've attempted to wrap my brain around the initial report in this
thread, and honestly I'm lost. My standard answer would be "BDS behavior
is platform policy, so look into
|
By
Laszlo Ersek
·
#511
·
|
|
Re: Compile EDK2 to set boot order to PXE
I'm interested to know the outcome of this experiment.
Also: the motivation behind creating https://github.com/ipxe/pipxe was because the Pi's VC4 PXE boot code turned out to be incredibly unreliable
I'm interested to know the outcome of this experiment.
Also: the motivation behind creating https://github.com/ipxe/pipxe was because the Pi's VC4 PXE boot code turned out to be incredibly unreliable
|
By
Michael Brown
·
#510
·
|
|
Re: Compile EDK2 to set boot order to PXE
I think you might be able to trick the BDS into loading iPXE as the
shell if you set the correct file GUID for it in the right PCD.
I think you might be able to trick the BDS into loading iPXE as the
shell if you set the correct file GUID for it in the right PCD.
|
By
Ard Biesheuvel <ardb@...>
·
#509
·
|
|
UEFI Payload Issue
Hi,
I have generated a payload from edk2 2017. When i booting with payload i got struck after the below message. The keyboard is not detecting so i can't press any key. Mouse got powered up. Even i
Hi,
I have generated a payload from edk2 2017. When i booting with payload i got struck after the below message. The keyboard is not detecting so i can't press any key. Mouse got powered up. Even i
|
By
sent888@...
·
#508
·
|
|
Memory type of ESRT
Hi all,
ESRT now is using AllocatePool() to allocate memory and published to ConfigurationTable. ConfigurationTable should be valid after calling ExitBootServices().
So why not using
Hi all,
ESRT now is using AllocatePool() to allocate memory and published to ConfigurationTable. ConfigurationTable should be valid after calling ExitBootServices().
So why not using
|
By
wenyi,xie
·
#507
·
|
|
Re: Compile EDK2 to set boot order to PXE EFI_LOAD_OPTION
Werner,
From a UEFI Specification point of view the boot policy is controlled by NVRAM variables. The variables in EFI have a GUID/UUID and a Unicode string name. The variables owned by the UEFI Spec
Werner,
From a UEFI Specification point of view the boot policy is controlled by NVRAM variables. The variables in EFI have a GUID/UUID and a Unicode string name. The variables owned by the UEFI Spec
|
By
Andrew Fish
·
#506
·
|
|
Re: [EXTERNAL] [edk2-discuss] Compile EDK2 to set boot order to PXE
I think it’s actually going to be in MdeModulePkg under BDS (maybe MdeModulePkg/Universal/BdsDxe?). There’s also the BootManagerPolicyDxe and a few other libs that get used, but I’d have to dig
I think it’s actually going to be in MdeModulePkg under BDS (maybe MdeModulePkg/Universal/BdsDxe?). There’s also the BootManagerPolicyDxe and a few other libs that get used, but I’d have to dig
|
By
Bret Barkelew <bret.barkelew@...>
·
#505
·
|
|
Re: Compile EDK2 to set boot order to PXE
adding Pete and Ard
By
Laszlo Ersek
·
#504
·
|
|
Re: Understanding about each package inside EDK2 repo.
Hi,
the edk2 wiki seems to have an intro text for each package; for example:
https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
Thanks
Laszlo
Hi,
the edk2 wiki seems to have an intro text for each package; for example:
https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
Thanks
Laszlo
|
By
Laszlo Ersek
·
#503
·
|
|
Understanding about each package inside EDK2 repo.
Hello Everyone,
Where is the best place to get information about each package in EDK2 repo for a beginner. I want to understand what functionality each package provides, documentation about each
Hello Everyone,
Where is the best place to get information about each package in EDK2 repo for a beginner. I want to understand what functionality each package provides, documentation about each
|
By
gauravpandya321@...
·
#502
·
|
|
Compile EDK2 to set boot order to PXE
Hi,
I am network booting the raspberry pi firmware. Unfortunately as its loaded from TFTP it does not retain settings nor do I believe I can give it settings.
I am already compiling my own version of
Hi,
I am network booting the raspberry pi firmware. Unfortunately as its loaded from TFTP it does not retain settings nor do I believe I can give it settings.
I am already compiling my own version of
|
By
wernerbuck@...
·
#501
·
|
|
Re: Loading second PCI driver on the same PCI device hangs the system.
Unloading driver (1) could leave the hardware in such a state that
driver (1) can deal with, when loaded (again), but driver (2) cannot,
when loaded (for the first time after (1)).
Laszlo
Unloading driver (1) could leave the hardware in such a state that
driver (1) can deal with, when loaded (again), but driver (2) cannot,
when loaded (for the first time after (1)).
Laszlo
|
By
Laszlo Ersek
·
#500
·
|
|
Re: what's the conditions of submodule updating
I don't think we've formalized this. I would think: we update a
submodule when there's a reason to. Important bugfix (security or
otherwise), or a new feature that we'd like to consume in an edk2
I don't think we've formalized this. I would think: we update a
submodule when there's a reason to. Important bugfix (security or
otherwise), or a new feature that we'd like to consume in an edk2
|
By
Laszlo Ersek
·
#499
·
|
|
Re: 'PciIO->Map' is returning "EFI_OUT_OF_RESOURCES" on Intel CRB device
Could be that the portion of the address space that PciIo->Map() can
deal with gets fragmented in the part of code that you have now
eliminated, by moving the call earlier.
Laszlo
Could be that the portion of the address space that PciIo->Map() can
deal with gets fragmented in the part of code that you have now
eliminated, by moving the call earlier.
Laszlo
|
By
Laszlo Ersek
·
#498
·
|
|
what's the conditions of submodule updating
Hi all,
May I ask a question.
In what conditions will we update submodules. Will we update the sbumodule when it only fixes a vulnerability, or any other conditions should be meet before updating.
Hi all,
May I ask a question.
In what conditions will we update submodules. Will we update the sbumodule when it only fixes a vulnerability, or any other conditions should be meet before updating.
|
By
wenyi,xie
·
#497
·
|
|
Loading second PCI driver on the same PCI device hangs the system.
Hi,
I have two pci drivers (1) full driver with all functionality, (2) Driver which subset of (1).
Both drivers are working fine. Load/Unload at run time smoothly works when each of them are done
Hi,
I have two pci drivers (1) full driver with all functionality, (2) Driver which subset of (1).
Both drivers are working fine. Load/Unload at run time smoothly works when each of them are done
|
By
UdayS
·
#496
·
|
|
Re: edk2 build failure due to long paths
Thanks a lot Laszlo.
Regards,
Rajesh
Thanks a lot Laszlo.
Regards,
Rajesh
|
By
rajesh.ravi@broadcom.com
·
#495
·
|
|
Re: 'PciIO->Map' is returning "EFI_OUT_OF_RESOURCES" on Intel CRB device
Small Update:
I could fix the issue by moving the PCI->Map little early in the initialization but couldn't root cause it yet.
Small Update:
I could fix the issue by moving the PCI->Map little early in the initialization but couldn't root cause it yet.
|
By
UdayS
·
#494
·
|