|
UiApp
Hi,
This is my very first message on edk2, regarding UEFI software developpement.
Please, feel free to transfer my message to any other location if needed 😊
I’m currently working on a BIOS
Hi,
This is my very first message on edk2, regarding UEFI software developpement.
Please, feel free to transfer my message to any other location if needed 😊
I’m currently working on a BIOS
|
By
Fabrice DECROP LONGET
·
#891
·
|
|
[Bug] While BootMenuApp build in UEFI payload, pcd in BootMenuApp will not be override.
While BootMenuApp build in UEFI payload, PcdBootManagerMenuFile used to get Uiapp file guid used in BootMenuApp will same with Universal payload pkg, platform can not override it.
we should add
While BootMenuApp build in UEFI payload, PcdBootManagerMenuFile used to get Uiapp file guid used in BootMenuApp will same with Universal payload pkg, platform can not override it.
we should add
|
By
Ning Feng
·
#890
·
|
|
Inclusive Language Update RFC
Hello all,
We have updated the Overview section of the Inclusive Language Guidelines to clarify two things.
1. Which version (via date) of the [[UEFI Inclusive Language Implementation
Hello all,
We have updated the Overview section of the Inclusive Language Guidelines to clarify two things.
1. Which version (via date) of the [[UEFI Inclusive Language Implementation
|
By
Teng, Lynn L
·
#889
·
|
|
Can EDK2 be compiled on Apple M1?
Hi,
I have a Mac using M1 chip, and try to use it build Edk2 project.
I followed by this tutorial: https://github.com/tianocore/tianocore.github.io/wiki/xcode
But the compilation encountered some
Hi,
I have a Mac using M1 chip, and try to use it build Edk2 project.
I followed by this tutorial: https://github.com/tianocore/tianocore.github.io/wiki/xcode
But the compilation encountered some
|
By
hnyrarara@...
·
#888
·
|
|
Re: [edk2-devel] EDK2 doxygen documentation - adding docs for stable tags?
How easy it is to push changes to https://www.tianocore.org/ ? I had thought that given how infrequently it's updated it's rather difficult, but I agree that's the ideal location for the Doxygen
How easy it is to push changes to https://www.tianocore.org/ ? I had thought that given how infrequently it's updated it's rather difficult, but I agree that's the ideal location for the Doxygen
|
By
Rebecca Cran
·
#887
·
|
|
EFI_IFR_DEFAULTSTORE
Hello!
I was investigating output from the simplest VFR file:
```
#define HIISIMPLEFORM_FORMSET_GUID {0xef2acc91, 0x7b50, 0x4ab9,
{0xab, 0x67, 0x2b, 0x4, 0xf8, 0xbc, 0x13, 0x5e}}
formset
guid
Hello!
I was investigating output from the simplest VFR file:
```
#define HIISIMPLEFORM_FORMSET_GUID {0xef2acc91, 0x7b50, 0x4ab9,
{0xab, 0x67, 0x2b, 0x4, 0xf8, 0xbc, 0x13, 0x5e}}
formset
guid
|
By
Konstantin Aladyshev
·
#886
·
|
|
Re: [edk2-devel] EDK2 doxygen documentation - adding docs for stable tags?
Hi Rebecca,
Yes. They are useful. I would be better if it could be a CI job on either Azure pipelines
or GitHub Actions could run the tool and publish the documents in TianoCore. Perhaps an
Hi Rebecca,
Yes. They are useful. I would be better if it could be a CI job on either Azure pipelines
or GitHub Actions could run the tool and publish the documents in TianoCore. Perhaps an
|
By
Michael D Kinney
·
#885
·
|
|
EDK2 doxygen documentation - adding docs for stable tags?
I've been hosting the Doxygen documentation for EDK2 at https://bsdio.com/edk2/docs for a few years now. I previously had versions for master, UDK2015, UDK2017, UDK2018 etc. but since migrating my web
I've been hosting the Doxygen documentation for EDK2 at https://bsdio.com/edk2/docs for a few years now. I previously had versions for master, UDK2015, UDK2017, UDK2018 etc. but since migrating my web
|
By
Rebecca Cran
·
#884
·
|
|
Re: Adding another platform language
It looks like L"PlatformLangCodes" is blocked by a variable policy
enforced to this variable in the
It looks like L"PlatformLangCodes" is blocked by a variable policy
enforced to this variable in the
|
By
Konstantin Aladyshev
·
#883
·
|
|
ISSUE ON LAPTOP SCREEN STUCK ON TIANOCORE LOGO
Greetings,
As stated in the subject above, I have encountered an issue with my laptop, which the screen stucks on Tianocore logo and I couldn’t log in the Windows. The Tianocore logo kept on
Greetings,
As stated in the subject above, I have encountered an issue with my laptop, which the screen stucks on Tianocore logo and I couldn’t log in the Windows. The Tianocore logo kept on
|
By
Wawa Roz <wafa.rozman98@...>
·
#882
·
|
|
Re: [edk2-announce] Inclusive Language RFC
Hello Sean,
You make a good point.
I will remove both steps 3.1 and 4.1 from the plan for now so we can focus on the main proposal.
We can open a discussion later on to determine how best to
Hello Sean,
You make a good point.
I will remove both steps 3.1 and 4.1 from the plan for now so we can focus on the main proposal.
We can open a discussion later on to determine how best to
|
By
Teng, Lynn L
·
#881
·
|
|
Re: .Vfr and .vfr
Thanks for the answer.
I understand that it is possible, but is it good style?
I don't suggest dropping ".VFR" and ".Vfr" files parsing, but maybe
all the EDKII form files should be renamed to one
Thanks for the answer.
I understand that it is possible, but is it good style?
I don't suggest dropping ".VFR" and ".Vfr" files parsing, but maybe
all the EDKII form files should be renamed to one
|
By
Konstantin Aladyshev
·
#880
·
|
|
Re: .Vfr and .vfr
Both .vfr and .Vfr are supported by edk2 build tool. You can find the build rule in the edk2\BaseTools\Conf\build_rule.template.
Vfr, vfr, and VFR are all valid file ext and they apply the same build
Both .vfr and .Vfr are supported by edk2 build tool. You can find the build rule in the edk2\BaseTools\Conf\build_rule.template.
Vfr, vfr, and VFR are all valid file ext and they apply the same build
|
By
Bob Feng
·
#879
·
|
|
.Vfr and .vfr
Hello!
I've noticed that edk2 uses two different styles for naming Visual
Forms Representation files: "*.vfr" and "*.Vfr".
Is there any logic why some files have "*.Vfr" and some have "*.vfr"
Hello!
I've noticed that edk2 uses two different styles for naming Visual
Forms Representation files: "*.vfr" and "*.Vfr".
Is there any logic why some files have "*.Vfr" and some have "*.vfr"
|
By
Konstantin Aladyshev
·
#878
·
|
|
Adding another platform language
Hello!
I was investigating the possibility of adding localization strings at
runtime. Is it possible to create another translation language at
runtime (UEFI Shell)?
From my understanding OVMF gets
Hello!
I was investigating the possibility of adding localization strings at
runtime. Is it possible to create another translation language at
runtime (UEFI Shell)?
From my understanding OVMF gets
|
By
Konstantin Aladyshev
·
#877
·
|
|
Ways to add a string package of different language at runtime
Hello!
I was investigating the possibility of adding localization strings at
runtime. I've noticed that
https://github.com/tianocore/edk2/blob/master/OvmfPkg/PlatformDxe/Platform.uni
has strings only
Hello!
I was investigating the possibility of adding localization strings at
runtime. I've noticed that
https://github.com/tianocore/edk2/blob/master/OvmfPkg/PlatformDxe/Platform.uni
has strings only
|
By
Konstantin Aladyshev
·
#876
·
|
|
Re: [edk2-rfc] Inclusive Language RFC
Hello Marvin,
Your concerns have been heard, but providing a list of every alternative for every scenario and how/when to use them would be unreasonable.
We would expect developers to use their
Hello Marvin,
Your concerns have been heard, but providing a list of every alternative for every scenario and how/when to use them would be unreasonable.
We would expect developers to use their
|
By
Teng, Lynn L
·
#875
·
|
|
回复: [edk2-discuss] About how to submit a new architecture called LoongArch
Chao:
Here is wiki https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Code-First-Process.
Thanks
Liming
发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表
Chao:
Here is wiki https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Code-First-Process.
Thanks
Liming
发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表
|
By
gaoliming
·
#874
·
|
|
About how to submit a new architecture called LoongArch
Dear All:
I want to submit a new architecture called LoongArch on EDK2 and the USWG recommands us do "code first" because the UEFI specifitcation will easily accpet our arch.
What can we do?
Dear All:
I want to submit a new architecture called LoongArch on EDK2 and the USWG recommands us do "code first" because the UEFI specifitcation will easily accpet our arch.
What can we do?
|
By
kilaterlee@...
·
#873
·
|
|
Inclusive Language RFC
Hello all,
Please provide your feedback and comments to the Inclusive Language Plan below over the next two weeks (10/25-11/05). Thank you in advance for your contributions.
***
## Overview
To
Hello all,
Please provide your feedback and comments to the Inclusive Language Plan below over the next two weeks (10/25-11/05). Thank you in advance for your contributions.
***
## Overview
To
|
By
Teng, Lynn L
·
#872
·
|