|
Re: How to delete the TPM NV index in UEFI?
Hi Dang Luu,
I think you can check the TPM specification in the section NV Index Deletion 37.2.3 (https://trustedcomputinggroup.org/wp-content/uploads/TCG_TPM2_r1p59_Part1_Architecture_pub.pdf).
Hi Dang Luu,
I think you can check the TPM specification in the section NV Index Deletion 37.2.3 (https://trustedcomputinggroup.org/wp-content/uploads/TCG_TPM2_r1p59_Part1_Architecture_pub.pdf).
|
By
renan.moraes2@...
·
#1215
·
|
|
Re: SIMPLE_FONT package in OptionROM code
There is no standard way to query platform glyph styles.
Overall, list of supported languages is typically a property of the system firmware.
If system firmware does not support the language you need,
There is no standard way to query platform glyph styles.
Overall, list of supported languages is typically a property of the system firmware.
If system firmware does not support the language you need,
|
By
Felix Polyudov
·
#1214
·
|
|
SIMPLE_FONT package in OptionROM code
Hello!
Currently I develop an OptionROM for a custom PCI-E device.
In this OptionROM I want to publish a HII form for the device
configuration. Therefore I use the "HiiAddPackages" in the
Hello!
Currently I develop an OptionROM for a custom PCI-E device.
In this OptionROM I want to publish a HII form for the device
configuration. Therefore I use the "HiiAddPackages" in the
|
By
Konstantin Aladyshev
·
#1213
·
|
|
How to delete the TPM NV index in UEFI?
Hi everyone,
I want to find a way to delete the TPM NV index that I was provisioned before. I have found a function Tpm2NvUndefineSpaceSpecial() on EDK2 open source but I still don't know how to
Hi everyone,
I want to find a way to delete the TPM NV index that I was provisioned before. I have found a function Tpm2NvUndefineSpaceSpecial() on EDK2 open source but I still don't know how to
|
By
dang.luu@...
·
#1212
·
|
|
Re: Linux booting issue with edk2 uefi on riscv64 qemu
Hi Palanivel,
Please follow the steps in
https://github.com/vlsunil/riscv-uefi-edk2-docs/wiki/RISC-V-Qemu-Virt-support
Let me know how it goes!
Thanks
Sunil
Hi Palanivel,
Please follow the steps in
https://github.com/vlsunil/riscv-uefi-edk2-docs/wiki/RISC-V-Qemu-Virt-support
Let me know how it goes!
Thanks
Sunil
|
By
Sunil V L
·
#1211
·
|
|
Re: Linux booting issue with edk2 uefi on riscv64 qemu
Hi Palanivel,
Could you follow the instructions at
https://github.com/riscv-admin/riscv-uefi-edk2-docs/blob/master/README.md
I am not the maintainer of this SoC. But let me know if you see
Hi Palanivel,
Could you follow the instructions at
https://github.com/riscv-admin/riscv-uefi-edk2-docs/blob/master/README.md
I am not the maintainer of this SoC. But let me know if you see
|
By
Sunil V L
·
#1210
·
|
|
Changing Color of Strings in BIOS Menu
Greeting EDK2 team,
I have cloned EDK2 code from git clone
https://github.com/tianocore/edk2.git and running code in qemu.
Could you please guide me in which part of code of EDK2, I need to
Greeting EDK2 team,
I have cloned EDK2 code from git clone
https://github.com/tianocore/edk2.git and running code in qemu.
Could you please guide me in which part of code of EDK2, I need to
|
By
Pankaj Yadav <semiconductordecade@...>
·
#1209
·
|
|
Group email landing inSPAM
Quick question for everyone:
Are the group messages landing correctly into your inbox or are they landing in SPAM.
I have reports that many communications are landing in SPAM. I just need to see if
Quick question for everyone:
Are the group messages landing correctly into your inbox or are they landing in SPAM.
I have reports that many communications are landing in SPAM. I just need to see if
|
By
Demeter, Miki
·
#1208
·
|
|
Re: [edk2-announce] Group email landing inSPAM
I had lots that were landing in my Spam folder yesterday, but it seemed to get resolved around 8pm MST last night.
I sent a message about it last night, "Several messages todevel@edk2.groups.io (from
I had lots that were landing in my Spam folder yesterday, but it seemed to get resolved around 8pm MST last night.
I sent a message about it last night, "Several messages todevel@edk2.groups.io (from
|
By
Rebecca Cran
·
#1207
·
|
|
Re: Clarification: Enrolling PK from PKDefault
It seems the change Sean was talking about is [1].
Sean, if you're too busy and it's okay with you, I am willing to put in
the effort of adaping this change for EDK2.
Thanks,
-Jan
References:
1.
It seems the change Sean was talking about is [1].
Sean, if you're too busy and it's okay with you, I am willing to put in
the effort of adaping this change for EDK2.
Thanks,
-Jan
References:
1.
|
By
Jan Bobek
·
#1206
·
|
|
Re: Linux booting issue with edk2 uefi on riscv64 qemu
Thanks, Sunil.
Linux boots with this firmware on 'virt' machine.
Regards,
Palanivel
________________________________
Sent: 12 January 2023 19:16
To: Palanivel Duraisamy
Thanks, Sunil.
Linux boots with this firmware on 'virt' machine.
Regards,
Palanivel
________________________________
Sent: 12 January 2023 19:16
To: Palanivel Duraisamy
|
By
Palanivel Duraisamy
·
#1205
·
|
|
Re: Linux booting issue with edk2 uefi on riscv64 qemu
Hi Sunil,
I followed the given instructions in the document.
I am getting UEFI shell prompt.
The document says the following commands(step 6) need to be run on uefi shell.
FS0 has the
Hi Sunil,
I followed the given instructions in the document.
I am getting UEFI shell prompt.
The document says the following commands(step 6) need to be run on uefi shell.
FS0 has the
|
By
Palanivel Duraisamy
·
#1204
·
|
|
Re: Linux booting issue with edk2 uefi on riscv64 qemu
[AMD Official Use Only - General]
Hi Palanivel,
U540 should be able to boot to kernel if follow the steps mentioned in https://github.com/riscv-admin/riscv-uefi-edk2-docs, everything was fine back
[AMD Official Use Only - General]
Hi Palanivel,
U540 should be able to boot to kernel if follow the steps mentioned in https://github.com/riscv-admin/riscv-uefi-edk2-docs, everything was fine back
|
By
Chang, Abner
·
#1203
·
|
|
Linux booting issue with edk2 uefi on riscv64 qemu
Hi,
I am trying to boot Linux Kernel with statically linked initramfs on QEMU-riscv64 target.
I followed the steps provided in the link "https://github.com/riscv-admin/riscv-uefi-edk2-docs".
Built
Hi,
I am trying to boot Linux Kernel with statically linked initramfs on QEMU-riscv64 target.
I followed the steps provided in the link "https://github.com/riscv-admin/riscv-uefi-edk2-docs".
Built
|
By
Palanivel Duraisamy
·
#1202
·
|
|
EDK2 build issues
Hi,
I'm trying to build EDK2 follow this wiki:
https://github.com/tianocore/tianocore.github.io/wiki/How-to-Build-With-Stuart
.
But when I run stuart_setup -c .pytool/CISettings.py , it
Hi,
I'm trying to build EDK2 follow this wiki:
https://github.com/tianocore/tianocore.github.io/wiki/How-to-Build-With-Stuart
.
But when I run stuart_setup -c .pytool/CISettings.py , it
|
By
wlll alll
·
#1199
·
|
|
Re: Clarification: Enrolling PK from PKDefault
Hello
I have read https://bugzilla.tianocore.org/show_bug.cgi?id=2506 and https://edk2.groups.io/g/devel/topic/32283314#43150. That seems make sense to me.
Would you please send out the patch set, we
Hello
I have read https://bugzilla.tianocore.org/show_bug.cgi?id=2506 and https://edk2.groups.io/g/devel/topic/32283314#43150. That seems make sense to me.
Would you please send out the patch set, we
|
By
Yao, Jiewen
·
#1198
·
|
|
Re: Clarification: Enrolling PK from PKDefault
Yes, I agree with your #2. Tianocore is broken and not spec compliant and if any platform used it as is then PK default workflow would not work.
We opened a bug a few years ago: 2506 – When
Yes, I agree with your #2. Tianocore is broken and not spec compliant and if any platform used it as is then PK default workflow would not work.
We opened a bug a few years ago: 2506 – When
|
By
Sean
·
#1197
·
|
|
EDK II OSS inventory
Where can a comprehensive list of OSS (package and version numbers) included in EDK II be found? This is needed for
1. Vulnerability management
2. SBOM (when generated by downstream
Where can a comprehensive list of OSS (package and version numbers) included in EDK II be found? This is needed for
1. Vulnerability management
2. SBOM (when generated by downstream
|
By
Brian Mullen <BrianM@...>
·
#1196
·
|
|
Clarification: Enrolling PK from PKDefault
Hello all,
I was wondering if I could get a clarification regarding the process of
enrolling PK (Platform Key) from the UEFI variable "PKDefault" (i.e. the
OEM's default public PK).
The following
Hello all,
I was wondering if I could get a clarification regarding the process of
enrolling PK (Platform Key) from the UEFI variable "PKDefault" (i.e. the
OEM's default public PK).
The following
|
By
Jan Bobek
·
#1195
·
|
|
Re: Download ovmf binaries from CI build
Hi Guomin,
I'm not seeing binaries as part of the artifacts you linked, for example
Hi Guomin,
I'm not seeing binaries as part of the artifacts you linked, for example
|
By
erichmcmill@...
·
#1194
·
|