|
回复: [edk2-discuss] 回复: Non-reproducible binaries generated by GenFw
Yes. Just RELEASE_*_*_GENFW_FLAGS = --zero
The format is defined in DSC spec. = means append, == means replacement.
Thanks
Liming
Yes. Just RELEASE_*_*_GENFW_FLAGS = --zero
The format is defined in DSC spec. = means append, == means replacement.
Thanks
Liming
|
By
gaoliming
·
#634
·
|
|
Re: GSOC 21 interested student
Hi Vikas,
Great to meet you and welcome to the TianoCore project! Glad you hear you are interested! There are some existing tasks listed in the wiki for proposals. Another project which I haven't had
Hi Vikas,
Great to meet you and welcome to the TianoCore project! Glad you hear you are interested! There are some existing tasks listed in the wiki for proposals. Another project which I haven't had
|
By
Nate DeSimone
·
#633
·
|
|
Re: Google Summer of Code Interested Student
Hi Laszlo,
By
Nate DeSimone
·
#632
·
|
|
GSOC 21 interested student
Hi everyone, I am Vikas Kundu, a post-grad student of Computer Science in India. I can code in Python, node.js, C and C++ and is aware of networking concepts especially DNS. I wish to work on the UEFI
Hi everyone, I am Vikas Kundu, a post-grad student of Computer Science in India. I can code in Python, node.js, C and C++ and is aware of networking concepts especially DNS. I wish to work on the UEFI
|
By
vikasraist@...
·
#631
·
|
|
Re: 回复: Non-reproducible binaries generated by GenFw
Is there any documentation for the dsc format? Specifically if a dsc
already has:
!if $(SOURCE_DEBUG_ENABLE) == TRUE
INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
!endif
Can I just do:
Is there any documentation for the dsc format? Specifically if a dsc
already has:
!if $(SOURCE_DEBUG_ENABLE) == TRUE
INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
!endif
Can I just do:
|
By
Ross Burton <ross@...>
·
#630
·
|
|
Re: 回复: Non-reproducible binaries generated by GenFw
I'm a bit torn myself (I can't imagine a good reason why we *wouldn't*
want to make --zero the default for GenFw in RELEASE builds).
But: if you post such a patch for OVMF (modifying *all* DSC files
I'm a bit torn myself (I can't imagine a good reason why we *wouldn't*
want to make --zero the default for GenFw in RELEASE builds).
But: if you post such a patch for OVMF (modifying *all* DSC files
|
By
Laszlo Ersek
·
#629
·
|
|
Re: Google Summer of Code Interested Student
Hi Nate,
(adding Leif and Ard)
(
My background:
I settled on plain (non-UTF-8) xterm around 1998, and have been using it
ever since. Whenever something was off, I always tried to hammer
Hi Nate,
(adding Leif and Ard)
(
My background:
I settled on plain (non-UTF-8) xterm around 1998, and have been using it
ever since. Whenever something was off, I always tried to hammer
|
By
Laszlo Ersek
·
#628
·
|
|
Re: Redfish Host Interface
Thanks so much, Abner. This is all very helpful to me.
Regards,
Russell
Thanks so much, Abner. This is all very helpful to me.
Regards,
Russell
|
By
Russell Peterson
·
#627
·
|
|
Re: Redfish Host Interface
By
Abner Chang
·
#626
·
|
|
回复: [edk2-discuss] Non-reproducible binaries generated by GenFw
Andrew:
[Liming] CLANG compiler supports __FILE_NAME__ macro for the file name only. MdePkg DebugLib.h has applied this definition.
#if defined(__clang__) && defined(__FILE_NAME__)
#define
Andrew:
[Liming] CLANG compiler supports __FILE_NAME__ macro for the file name only. MdePkg DebugLib.h has applied this definition.
#if defined(__clang__) && defined(__FILE_NAME__)
#define
|
By
gaoliming
·
#625
·
|
|
回复: [edk2-discuss] 回复: Non-reproducible binaries generated by GenFw
Ross:
This solution is for the reproduced binary images. If your platform has this request, you can update the platform DSC [BuildOptions] to include the option
Ross:
This solution is for the reproduced binary images. If your platform has this request, you can update the platform DSC [BuildOptions] to include the option
|
By
gaoliming
·
#624
·
|
|
Re: Non-reproducible binaries generated by GenFw
This is kind of a tangent, but for clang we solved a similar problem a different way.
1) in the build_rule.txt file we added a cd $(WORKSPACE); on the compile line so __FILE__ is always relative to
This is kind of a tangent, but for clang we solved a similar problem a different way.
1) in the build_rule.txt file we added a cd $(WORKSPACE); on the compile line so __FILE__ is always relative to
|
By
Andrew Fish
·
#623
·
|
|
Re: 回复: Non-reproducible binaries generated by GenFw
Essentially, OvmfPkg/build.sh -a X86 -b RELEASE -t GCC5. It appears I
should be editing OvmfPkg/OvmfX86.dsc instead of ShellPkg.dsc.
Is it agreed that this should be fixed? Is
Essentially, OvmfPkg/build.sh -a X86 -b RELEASE -t GCC5. It appears I
should be editing OvmfPkg/OvmfX86.dsc instead of ShellPkg.dsc.
Is it agreed that this should be fixed? Is
|
By
Ross Burton <ross@...>
·
#622
·
|
|
Re: Redfish Host Interface
Thanks for the response Laszlo and Abner. Very much appreciated.
Do I understand correctly that if I have a BMC with the proper schema for my system UEFI, when the system boots it (UEFI) will fetch
Thanks for the response Laszlo and Abner. Very much appreciated.
Do I understand correctly that if I have a BMC with the proper schema for my system UEFI, when the system boots it (UEFI) will fetch
|
By
Russell Peterson
·
#621
·
|
|
Re: Redfish Host Interface
By
Abner Chang
·
#620
·
|
|
Re: Google Summer of Code Interested Student
Hi Laszlo,
By
Nate DeSimone
·
#619
·
|
|
Re: Google Summer of Code Interested Student
I've created a new wiki page for this task with all the information I have gathered thus far. I've done some more experimentation and found that there are several newer terminal emulators that don't
I've created a new wiki page for this task with all the information I have gathered thus far. I've done some more experimentation and found that there are several newer terminal emulators that don't
|
By
Nate DeSimone
·
#618
·
|
|
Re: Redfish Host Interface
Hi Russell,
At least the following TianoCore bugzilla
<https://bugzilla.tianocore.org/> tickets relate to RedFish, one way
Hi Russell,
At least the following TianoCore bugzilla
<https://bugzilla.tianocore.org/> tickets relate to RedFish, one way
|
By
Laszlo Ersek
·
#617
·
|
|
Redfish Host Interface
Hello,
I am interested in a UEFI Redfish Host Interface that does not require an OS. That is, the Redfish service would be provided by UEFI itself (via an IP interface)... or perhaps an EFI
Hello,
I am interested in a UEFI Redfish Host Interface that does not require an OS. That is, the Redfish service would be provided by UEFI itself (via an IP interface)... or perhaps an EFI
|
By
Russell Peterson
·
#616
·
|
|
Re: Google Summer of Code Interested Student
It's a shortcoming of OVMF's PlatformBootManagerLib.
A solution would be nice where, if a (non-volatile) terminal type
setting existed, that would take effect, but if no such setting existed,
then
It's a shortcoming of OVMF's PlatformBootManagerLib.
A solution would be nice where, if a (non-volatile) terminal type
setting existed, that would take effect, but if no such setting existed,
then
|
By
Laszlo Ersek
·
#615
·
|