|
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 re
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 re
|
By
gordontcp@...
·
|
|
[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 devices. I
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 devices. I
|
By
Dinakar Medavaram
·
|
|
[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 g
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 g
|
By
Ethin Probst
·
|
|
[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
·
|
|
[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 duplica
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 duplica
|
By
Pedro Falcato
·
|
|
[edk2-devel] [edk2-discuss] GSoC Proposal
Oh I see what was meant - ignore me! I do think it would be good to have more discussions on edk2-discuss though :) -- Rebecca Cran
Oh I see what was meant - ignore me! I do think it would be good to have more discussions on edk2-discuss though :) -- Rebecca Cran
|
By
Rebecca Cran
·
|
|
GSoC Proposal
10 messages
Hello, edk2 developers! I've registered as a contributor candidate for GSoC 2022 and am interested in working on one of the items from the Tasks list here https://github.com/tianocore/tianocore.github
Hello, edk2 developers! I've registered as a contributor candidate for GSoC 2022 and am interested in working on one of the items from the Tasks list here https://github.com/tianocore/tianocore.github
|
By
Ada Christine
·
|
|
GenFw: Bad definition for symbol
2 messages
Hi everyone, I get this error when building StandaloneMmPkg for AARCH64 using gcc 11 on Ubuntu 22.04: Bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x5a20 or unsupported symbol type. All other Pkg
Hi everyone, I get this error when building StandaloneMmPkg for AARCH64 using gcc 11 on Ubuntu 22.04: Bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x5a20 or unsupported symbol type. All other Pkg
|
By
Oliver Steffen
·
|
|
[edk2-devel] [edk2-discuss] GSoC Proposal
21 messages
Hi All, Pedro is 100% correct. The primary use case and the reason I added this is to remove library duplication across all the .efi files. This is actually super valuable because LZMA compression is
Hi All, Pedro is 100% correct. The primary use case and the reason I added this is to remove library duplication across all the .efi files. This is actually super valuable because LZMA compression is
|
By
Nate DeSimone
·
|
|
GSoC Contributor Proposals
Hi Everyone, I hope you are all working on your proposals. If you would like some feedback on your proposals before having to submit the final version of them on Tuesday next week, please do one of th
Hi Everyone, I hope you are all working on your proposals. If you would like some feedback on your proposals before having to submit the final version of them on Tuesday next week, please do one of th
|
By
Nate DeSimone
·
|
|
GSoC2022-Add Rust Support to EDK II.
2 messages
I'm Wenyu Huang, pursueing the MPhil degree in the Chinese University of Hong Kong, Shenzhen. My research is focusing on the operating system and virtualization and I am familiar with using Rust. So I
I'm Wenyu Huang, pursueing the MPhil degree in the Chinese University of Hong Kong, Shenzhen. My research is focusing on the operating system and virtualization and I am familiar with using Rust. So I
|
By
huangwenyuu@...
·
|
|
[edk2-devel] [edk2-discuss] GSoC Proposal
Which is already possible as part of protocols. In fact, there are such for string and device path operations. What about that model justifies a fundamental change? The worst issue is PEI because of X
Which is already possible as part of protocols. In fact, there are such for string and device path operations. What about that model justifies a fundamental change? The worst issue is PEI because of X
|
By
Marvin Häuser
·
|
|
UEFI nested virtualization through qemu?
Hello, We have a use case for nested virtualization with UEFI guests. I am encountering an issue where the L1 VM 'resets' when attempting to spawn the L2 guest. The 'reset' is the qemu process termina
Hello, We have a use case for nested virtualization with UEFI guests. I am encountering an issue where the L1 VM 'resets' when attempting to spawn the L2 guest. The 'reset' is the qemu process termina
|
By
ben.morrice@...
·
|
|
UEFI nested virtualization
Hello, We have a use case for nested virtualization with UEFI guests. I am encountering an issue where the L1 VM 'resets' when attempting to spawn the L2 guest. The 'reset' is the qemu process termina
Hello, We have a use case for nested virtualization with UEFI guests. I am encountering an issue where the L1 VM 'resets' when attempting to spawn the L2 guest. The 'reset' is the qemu process termina
|
By
ben.morrice@...
·
|
|
edk2-libc Building Python environment for UEFI
Hello First time poster so please accept apologies if this is the wrong group. I am trying to build the Python environment for UEFI as described in Py368ReadMe.txt in edk2-libc. I'm doing this on Ubun
Hello First time poster so please accept apologies if this is the wrong group. I am trying to build the Python environment for UEFI as described in Py368ReadMe.txt in edk2-libc. I'm doing this on Ubun
|
By
M.T.
·
|
|
Touch Support in EDK2
I'm working with software (VeraCrypt) that uses EDK2 to support touch interaction at boot. It doesn't seem to work with the ASUS Vivobook 14 Flip, however, so I rebuilt the app with some debugging cod
I'm working with software (VeraCrypt) that uses EDK2 to support touch interaction at boot. It doesn't seem to work with the ASUS Vivobook 14 Flip, however, so I rebuilt the app with some debugging cod
|
By
Thomas Finny
·
|
|
Touch Support in EDK2
I'm working with software (VeraCrypt) that uses EDK2 to support touch interaction at boot. It doesn't seem to work with the ASUS Vivobook 14 Flip, however, so I rebuilt the app with some debugging cod
I'm working with software (VeraCrypt) that uses EDK2 to support touch interaction at boot. It doesn't seem to work with the ASUS Vivobook 14 Flip, however, so I rebuilt the app with some debugging cod
|
By
Thomas Finny
·
|
|
MM communication buffer access denied or leading to an unhandled exception
2 messages
Hi, I'm currently working on implemting the secure partition manager in EDK2. My platform is based on reference design DANIEL. But I'm facing several issues, that makes me very confused, and don't kno
Hi, I'm currently working on implemting the secure partition manager in EDK2. My platform is based on reference design DANIEL. But I'm facing several issues, that makes me very confused, and don't kno
|
By
Fabrice DECROP LONGET
·
|
|
Device path for the HII Form drivers
2 messages
Hello! Why form storage does not work if HII resources were published without a DevicePath? I'm trying to create a minimal example of a checkbox form: ``` formset guid = FORMSET_GUID, title = STRING_T
Hello! Why form storage does not work if HII resources were published without a DevicePath? I'm trying to create a minimal example of a checkbox form: ``` formset guid = FORMSET_GUID, title = STRING_T
|
By
Konstantin Aladyshev
·
|
|
`varstore` vs `efivarstore`
2 messages
Hello! Can someone explain to me, what is a typical reason for using `varstore` instead of `efivarstore` for HII storage? I understand that the `varstore` gives you more flexibility as you can control
Hello! Can someone explain to me, what is a typical reason for using `varstore` instead of `efivarstore` for HII storage? I understand that the `varstore` gives you more flexibility as you can control
|
By
Konstantin Aladyshev
·
|