|
Re: WinHost.exe from EmulatorPkg and StdLib applications
Can you try the way to append compiler option in [Components] section for the specific modules?
I see StdLib/StdLib.inc has such usage.
Can you try the way to append compiler option in [Components] section for the specific modules?
I see StdLib/StdLib.inc has such usage.
|
By
Liming Gao
·
#22
·
|
|
Re: WinHost.exe from EmulatorPkg and StdLib applications
Hi Tim,
I happened to be looking at this over the weekend.
I was able to resolve the build issues for XCODE5
for the IA32 version of EmulatorPkg, but not X64.
I did not verify if it boots yet, so
Hi Tim,
I happened to be looking at this over the weekend.
I was able to resolve the build issues for XCODE5
for the IA32 version of EmulatorPkg, but not X64.
I did not verify if it boots yet, so
|
By
Michael D Kinney
·
#23
·
|
|
Re: WinHost.exe from EmulatorPkg and StdLib applications
Mike --
I don't have XCODE5 so I cant rebuild here but I can try out the WinHost.exe
and I will check out the VS2017 and VS2015 changes since I have them handy.
Tim
Mike --
I don't have XCODE5 so I cant rebuild here but I can try out the WinHost.exe
and I will check out the VS2017 and VS2015 changes since I have them handy.
Tim
|
By
Tim Lewis
·
#24
·
|
|
Re: WinHost.exe from EmulatorPkg and StdLib applications
Mike --
I moved my !include StdLib.inc to the very end of EmulatorPkg.dsc and I
found that the build issues went away. But if I included it before the
[BuildOptions] line, it would have trouble with
Mike --
I moved my !include StdLib.inc to the very end of EmulatorPkg.dsc and I
found that the build issues went away. But if I included it before the
[BuildOptions] line, it would have trouble with
|
By
Tim Lewis
·
#25
·
|
|
Re: Some questions about UEFI
Hi Leif and Pete,
I now have a working UEFI on my Raspberry PI model 3B, which can boot into Debian 10.
The standalone GRUB executable (grubstand.efi) works when I execute it in the UEFI
Hi Leif and Pete,
I now have a working UEFI on my Raspberry PI model 3B, which can boot into Debian 10.
The standalone GRUB executable (grubstand.efi) works when I execute it in the UEFI
|
By
Elena WILLIS <elena.willis@...>
·
#26
·
|
|
Re: Some questions about UEFI
Hi Elena,
Glad to hear that you got Debian 10 installed.
For the record, we should have finalized notes on how to install Debian 10 on the Pi 3 soon, in this platform's Systems.md [1] (I send a
Hi Elena,
Glad to hear that you got Debian 10 installed.
For the record, we should have finalized notes on how to install Debian 10 on the Pi 3 soon, in this platform's Systems.md [1] (I send a
|
By
Pete Batard
·
#27
·
|
|
Can't Build AppPkg on ubuntu16.04?
I developed UEFI app&driver with UDK2018&Win10. Recently I decided move to unbutu 16.04. Building EmulatorPkg and MdeMoudelPkg are good.
But I can't build AppPkg. The error message as below:
"gcc"
I developed UEFI app&driver with UDK2018&Win10. Recently I decided move to unbutu 16.04. Building EmulatorPkg and MdeMoudelPkg are good.
But I can't build AppPkg. The error message as below:
"gcc"
|
By
robin
·
#28
·
|
|
Linking an external library into UEFI APPLICATION
Hello,
I am working with a UEFI APPLICATION and am trying to link an externally built static library. The external build system is using the same toolchain so the library should be compatible.
I
Hello,
I am working with a UEFI APPLICATION and am trying to link an externally built static library. The external build system is using the same toolchain so the library should be compatible.
I
|
By
Johnson, Chris (Tulsa) <chris.a.johnson@...>
·
#29
·
|
|
Re: Linking an external library into UEFI APPLICATION
Hi Chris,
Yes. It is supported from an INF. What error are you getting?
The .lib file is usually placed in the same dir or a subdir
below the INF file with the LIB statement.
Mike
Hi Chris,
Yes. It is supported from an INF. What error are you getting?
The .lib file is usually placed in the same dir or a subdir
below the INF file with the LIB statement.
Mike
|
By
Michael D Kinney
·
#30
·
|
|
[edk2] Question about needing install python 2.7
Hello,
I have a question about needing install python 2.7
If user wants to setup udk compiling environment, he needs install python 2.7.
When running build command every time, it always check python
Hello,
I have a question about needing install python 2.7
If user wants to setup udk compiling environment, he needs install python 2.7.
When running build command every time, it always check python
|
By
Tiger Liu(BJ-RD)
·
#31
·
|
|
Re: TPM configure menu in UEFI
Hi all,
Good morning. I have a board which is running Stinggray processor. On this board there is also real SPI based TPM2 chip. I want to implement measured boot on this board. I have question
Hi all,
Good morning. I have a board which is running Stinggray processor. On this board there is also real SPI based TPM2 chip. I want to implement measured boot on this board. I have question
|
By
LI, Huang <frank.li@...>
·
#32
·
|
|
Increase robustness of nmake BaseTools build for space also used by make
Hello, I added a patch to the devel@edk2 group but I don't know how to introduce it. I was working in a MyWorkspace years ago using cygwin most likely on my Windows computer. Recently, I went back to
Hello, I added a patch to the devel@edk2 group but I don't know how to introduce it. I was working in a MyWorkspace years ago using cygwin most likely on my Windows computer. Recently, I went back to
|
By
Burt Silverman
·
#33
·
|
|
Re: Increase robustness of nmake BaseTools build for space also used by make
Burt:
Thanks for your contribution. I am reviewing this patch. Generally, I think this is the workable way.
I will reply to your patch mail.
Thanks
Liming
Burt:
Thanks for your contribution. I am reviewing this patch. Generally, I think this is the workable way.
I will reply to your patch mail.
Thanks
Liming
|
By
Liming Gao
·
#34
·
|
|
Establish network and run 'ping'
Hi,
in order to pass files via network (using TFTP) from/to the UEFI-Shell, I´m trying to establish a network connection.
For that I want to check it using the ping command (Ifconfig and ping does
Hi,
in order to pass files via network (using TFTP) from/to the UEFI-Shell, I´m trying to establish a network connection.
For that I want to check it using the ping command (Ifconfig and ping does
|
By
Buhrow, Simon
·
#35
·
|
|
Re: Establish network and run 'ping'
Hi Simon,
A handy trick that might help you is interrogating handles using 'dh -d
-v <handle>' which gives you a lot of information about what's connected
and installed and driving what. Works on all
Hi Simon,
A handy trick that might help you is interrogating handles using 'dh -d
-v <handle>' which gives you a lot of information about what's connected
and installed and driving what. Works on all
|
By
Tomas Pilar (tpilar)
·
#36
·
|
|
Re: Establish network and run 'ping'
Is the Parent device managed by something? Because I am surprised that a
PCI device that it not managed/created by a driver has a MAC device path.
I assume that you want the driver C0 to drive your
Is the Parent device managed by something? Because I am surprised that a
PCI device that it not managed/created by a driver has a MAC device path.
I assume that you want the driver C0 to drive your
|
By
Tomas Pilar (tpilar)
·
#37
·
|
|
Re: Establish network and run 'ping'
Hi Tom,
thanks for that advice!
That´s really nice. But overall it says me the same: There is no driver for the Networkadapter...
And "connect" does not run
Hi Tom,
thanks for that advice!
That´s really nice. But overall it says me the same: There is no driver for the Networkadapter...
And "connect" does not run
|
By
Buhrow, Simon <simon.buhrow@...>
·
#38
·
|
|
Re: Print git tag or commit info
Hi Pankaj,
In edk2 build environment, the makefile is generated by build tool, while it also allow user to provide custom makefile for a module.
As you mentioned, git tag info is easy to do in
Hi Pankaj,
In edk2 build environment, the makefile is generated by build tool, while it also allow user to provide custom makefile for a module.
As you mentioned, git tag info is easy to do in
|
By
Bob Feng
·
#39
·
|
|
Print git tag or commit info
Hello Edk2 members,
I want to print the git tag info (if not available then top commit id) when booting UEFI image.
Can you please tell us how to do it?
In build environment that uses make files
Hello Edk2 members,
I want to print the git tag info (if not available then top commit id) when booting UEFI image.
Can you please tell us how to do it?
In build environment that uses make files
|
By
Pankaj Bansal <pankaj.bansal@...>
·
#40
·
|
|
Re: Establish network and run 'ping'
My current reading of what is going on is as follows:
1. The Intel driver looks like a normal driver-model-compliant edk2 driver.
2. The Intel driver correctly binds to the PCI device [153] and
My current reading of what is going on is as follows:
1. The Intel driver looks like a normal driver-model-compliant edk2 driver.
2. The Intel driver correctly binds to the PCI device [153] and
|
By
Tomas Pilar (tpilar)
·
#41
·
|