|
How to tell if a SIMPLE_TEXT_OUTPUT_PROTOCOL writes to serial
Hi all,
I'm trying to write generic EFI code that wires up `printf` to both
SIMPLE_TEXT_OUTPUT_PROTOCOL and SERIAL_IO_PROTOCOL when present.
However, at least on headless QEMU, doing this in the
Hi all,
I'm trying to write generic EFI code that wires up `printf` to both
SIMPLE_TEXT_OUTPUT_PROTOCOL and SERIAL_IO_PROTOCOL when present.
However, at least on headless QEMU, doing this in the
|
By
Joshua Seaton
·
#995
·
|
|
Closing EFI_SHELL_PARAMETERS_PROTOCOL gives EFI_INVALID_PARAMETER
Hi all,
I'm noticing the following (unspec'd?) behaviour in a shell-run
application with the handling of the EFI_SHELL_PARAMETERS_PROTOCOL:
* It gets opened with (Handle, AgentHandle,
Hi all,
I'm noticing the following (unspec'd?) behaviour in a shell-run
application with the handling of the EFI_SHELL_PARAMETERS_PROTOCOL:
* It gets opened with (Handle, AgentHandle,
|
By
Joshua Seaton
·
#994
·
|
|
Re: How to tell if a SIMPLE_TEXT_OUTPUT_PROTOCOL writes to serial
*at least on headless QEMU
*at least on headless QEMU
|
By
Joshua Seaton <josh.a.seaton@...>
·
#993
·
|
|
How to tell if a SIMPLE_TEXT_OUTPUT_PROTOCOL writes to serial
Hi all,
I'm trying to write generic EFI code that wires up `printf` to both
SIMPLE_TEXT_OUTPUT_PROTOCOL and SERIAL_IO_PROTOCOL when present.
However, at least on QEMU, doing this in the naive way
Hi all,
I'm trying to write generic EFI code that wires up `printf` to both
SIMPLE_TEXT_OUTPUT_PROTOCOL and SERIAL_IO_PROTOCOL when present.
However, at least on QEMU, doing this in the naive way
|
By
Joshua Seaton <josh.a.seaton@...>
·
#992
·
|
|
Closing EFI_SHELL_PARAMETERS_PROTOCOL gives EFI_INVALID_PARAMETER
Hi all,
I'm noticing the following (unspec'd?) behaviour in a shell-run
application with the handling of the EFI_SHELL_PARAMETERS_PROTOCOL:
* It gets opened with (Handle, AgentHandle,
Hi all,
I'm noticing the following (unspec'd?) behaviour in a shell-run
application with the handling of the EFI_SHELL_PARAMETERS_PROTOCOL:
* It gets opened with (Handle, AgentHandle,
|
By
Joshua Seaton <josh.a.seaton@...>
·
#991
·
|
|
[staging/TDVF] lazy accept configurability for cross-technology usage?
Hi y'all, I'm Dionna. I work at Google on Confidential VMs. I've been following the lazy accept patch series for TDVF. Min Xu has seen me fork it in an RFC to AMD's OVMF.
What I'm wondering about is
Hi y'all, I'm Dionna. I work at Google on Confidential VMs. I've been following the lazy accept patch series for TDVF. Min Xu has seen me fork it in an RFC to AMD's OVMF.
What I'm wondering about is
|
By
Dionna Glaze
·
#990
·
|
|
Re: Not able to Load Protocol gEfiWiFi2Protocol (Wifi 2)
Hi Pranay Kadam, I hope you are fine.
I think there is no problem in the implemented code. This status is returned because probably the system you use to validate the implementation does not have the
Hi Pranay Kadam, I hope you are fine.
I think there is no problem in the implemented code. This status is returned because probably the system you use to validate the implementation does not have the
|
By
renan.moraes2@...
·
#989
·
|
|
File name case mismatch MdePkg/MdeLibs.dsc.inc
I don't get this one ... The error message says that there is a file name case mismatch, but I don't see any mismatch.
The only thing I see is that there is the "2/" which seems to be to much in the
I don't get this one ... The error message says that there is a file name case mismatch, but I don't see any mismatch.
The only thing I see is that there is the "2/" which seems to be to much in the
|
By
Schultschik, Sven
·
#988
·
|
|
[edk2-platforms]Vlv2TbltDevicePkg built failed for 'error: symbol `InternalX86DisablePaging64.0' undefined'.
Hi all,
I compiled Vlv2TbltDevicePkg in Windows 10 and operated according to the following URL:
https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel/Vlv2TbltDevicePkg
The compiled
Hi all,
I compiled Vlv2TbltDevicePkg in Windows 10 and operated according to the following URL:
https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel/Vlv2TbltDevicePkg
The compiled
|
By
gordontcp@...
·
#987
·
|
|
Re: build command not found
When you source edksetup.sh It should put the path to the build command in your $PATH. Here is an example from my Mac:
/Volumes/Case/edk2/BaseTools/BinWrappers/PosixLike
We can see that is how it
When you source edksetup.sh It should put the path to the build command in your $PATH. Here is an example from my Mac:
/Volumes/Case/edk2/BaseTools/BinWrappers/PosixLike
We can see that is how it
|
By
Andrew Fish
·
#986
·
|
|
build command not found
Hi all,
I currently work on integrate the edk2 build within a buildsystem.
I startet with the docu, made manual builds and wrote me a bash script to automate the steps. Worked all very well.
The
Hi all,
I currently work on integrate the edk2 build within a buildsystem.
I startet with the docu, made manual builds and wrote me a bash script to automate the steps. Worked all very well.
The
|
By
Schultschik, Sven
·
#985
·
|
|
Re: Failling tests on make BaseTools
Hi Rebecca,
thank you that was a very good hint. I now set the PYTHON_COMMAND manually to python3 and the tests working.
But the build behaves really odd in that environment, but that's another
Hi Rebecca,
thank you that was a very good hint. I now set the PYTHON_COMMAND manually to python3 and the tests working.
But the build behaves really odd in that environment, but that's another
|
By
Schultschik, Sven
·
#984
·
|
|
How to generate UEFI capsule image and test UEFI capsule update?
Hi all,
We are planning to develop UEFI capsule F/W update, and we have seen \FmpDevicePkg\FmpDxe and MdeModulePkg\Application\CapsuleApp in https://github.com/tianocore/edk2. The examples are both
Hi all,
We are planning to develop UEFI capsule F/W update, and we have seen \FmpDevicePkg\FmpDxe and MdeModulePkg\Application\CapsuleApp in https://github.com/tianocore/edk2. The examples are both
|
By
gordontcp@...
·
#983
·
|
|
Re: Failling tests on make BaseTools
My initial guess would be that for some reason it's trying to use Python 2.x instead of 3.x.
--
Rebecca Cran
My initial guess would be that for some reason it's trying to use Python 2.x instead of 3.x.
--
Rebecca Cran
|
By
Rebecca Cran <quic_rcran@...>
·
#982
·
|
|
Not able to Load Protocol gEfiWiFi2Protocol (Wifi 2)
Hi Team,
I'm new to Edk2 platform. I am trying to write simple program to display available Wifi network in Uefi Shell.
I'm trying to load gEfiWiFi2ProtocolGuid Protocol using *LocateProtocol*
Hi Team,
I'm new to Edk2 platform. I am trying to write simple program to display available Wifi network in Uefi Shell.
I'm trying to load gEfiWiFi2ProtocolGuid Protocol using *LocateProtocol*
|
By
Pranay Kadam
·
#981
·
|
|
Failling tests on make BaseTools
Hi all,
I currently work on integrate the edk2 build within a buildsystem.
I startet with the docu, made manual builds and wrote me a bash script to automate the steps. Worked very well till
Hi all,
I currently work on integrate the edk2 build within a buildsystem.
I startet with the docu, made manual builds and wrote me a bash script to automate the steps. Worked very well till
|
By
Schultschik, Sven
·
#980
·
|
|
[OVMF] Unable to connect a driver to Raid controller
Hi All,
We are working on a hypervisor for x86_64 and we brought up OVMF on our hypervisor. Our hypervisor pass through whole hardware i.e. whole PCI devices starting from root ports to all
Hi All,
We are working on a hypervisor for x86_64 and we brought up OVMF on our hypervisor. Our hypervisor pass through whole hardware i.e. whole PCI devices starting from root ports to all
|
By
Dinakar Medavaram
·
#979
·
|
|
Re: [edk2-devel] GSoC Contributor Proposals
Hi Nate,
I've submitted my proposal. I ran into some accessibility problems with the "project technologies" part, so there might be random junk there that was added that I couldn't figure out how to
Hi Nate,
I've submitted my proposal. I ran into some accessibility problems with the "project technologies" part, so there might be random junk there that was added that I couldn't figure out how to
|
By
Ethin Probst <harlydavidsen@...>
·
#978
·
|
|
Re: [edk2-devel] [edk2-discuss] GSoC Proposal
GSoC tip: Try to spread your proposals out. If we don't have enough project slots for you, all your 3 proposals get rejected and your GSoC participation goes out the window.
Take a look at our project
GSoC tip: Try to spread your proposals out. If we don't have enough project slots for you, all your 3 proposals get rejected and your GSoC participation goes out the window.
Take a look at our project
|
By
Pedro Falcato <pedro.falcato@...>
·
#977
·
|
|
Re: [edk2-devel] [edk2-discuss] GSoC Proposal
Hi Marvin, Ada,
Some comments:
I don't think the purpose of the dynamic linker is to treat EFI as a complete operating system, but to try to eliminate the static linking that may be needlessly
Hi Marvin, Ada,
Some comments:
I don't think the purpose of the dynamic linker is to treat EFI as a complete operating system, but to try to eliminate the static linking that may be needlessly
|
By
Pedro Falcato <pedro.falcato@...>
·
#976
·
|