search for: edkii

Displaying 11 results from an estimated 11 matches for "edkii".

Did you mean: dkii
2018 May 25
2
ARM64 CentOS AltArch release 7.5
...he LiveOS/rootfs.img, but it seems this is not a complete fs as yum is missing components, for example. So my question is: Is there any way to still use CentOS releases on new ARM64 development environments (without EFI boot support)? (2) In terms of UEFI firmware support in the ARM64 world (e.g. EDKII vs Uboot), is there any officially supported solution for CentOS, or do you simply support whatever supports the UEFI interface? Regards, Fred
2015 Jul 02
2
EFI: PXE: "My IP is 0.0.0.0"
OK there are problems. From https://sourceforge.net/p/edk2/mailman/message/31604654/ ""In current EDKII implementation, all the network servicebinding protocols for a NIC device are installed together on the NIC's device handle, so you can get all of them when you have chosen a special NIC handle."" Unfortunately there are PCs with UEFI implementations not following the former rule....
2018 Jun 05
2
ARM64 CentOS AltArch release 7.5
...stly appreciate it a lot. I will try this thank you. > > > > So my question is: Is there any way to still use CentOS releases on new > > ARM64 development environments (without EFI boot support)? > > > > (2) In terms of UEFI firmware support in the ARM64 world (e.g. EDKII vs > > Uboot), is there any officially supported solution for CentOS, or do you > > simply support whatever supports the UEFI interface? > > > > I would not call any of this 'supported' .. but the UEFI image is what > we provide and really try to ensure is working...
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
This patch adds to Com32 modules the capabilities of accessing the EFI environment The idea is simple, the EFI parameters "image" and "table" received by syslinux.efi's efi_main() are stored in the "firmware" structure, next they are retrieved from the Com32 module which is linked against the gnu-efi static library. The Com32 module can use the EFI
2018 Jun 04
0
ARM64 CentOS AltArch release 7.5
...t you want .. if not let's figure out what we need to do to get what you want. > So my question is: Is there any way to still use CentOS releases on new > ARM64 development environments (without EFI boot support)? > > (2) In terms of UEFI firmware support in the ARM64 world (e.g. EDKII vs > Uboot), is there any officially supported solution for CentOS, or do you > simply support whatever supports the UEFI interface? > I would not call any of this 'supported' .. but the UEFI image is what we provide and really try to ensure is working .. for large data center de...
2015 Jul 03
0
EFI: PXE: "My IP is 0.0.0.0"
On Thu, Jul 2, 2015 at 9:58 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > OK there are problems. > > From > https://sourceforge.net/p/edk2/mailman/message/31604654/ > ""In current EDKII implementation, all the network servicebinding protocols for a > NIC device are installed together on the NIC's device handle, so you can get all > of them when you have chosen a special NIC handle."" > > Unfortunately there are PCs with UEFI implementations not following...
2017 Jul 21
1
[RFC v1 0/3] Add VIRTIO_F_IOMMU_PLATFORM support
...: > > > > > > On 2017?07?20? 06:09, Brijesh Singh wrote: > >> I have found that OVMF fails to detect the disk when iommu_platform > >> is set from > >> qemu cli. The failure occurs during the feature bit negotiation. > >> > >> Recently, EDKII introduced IOMMU protocol d1fddc4533bf. SEV patch > >> series introduced > >> a IoMmu protocol driver f9d129e68a45 to set a DMA access attribute > >> and methods to > >> allocate, free, map and unmap the DMA memory for the master bus devices > >> > &g...
2017 Jul 21
1
[RFC v1 0/3] Add VIRTIO_F_IOMMU_PLATFORM support
...: > > > > > > On 2017?07?20? 06:09, Brijesh Singh wrote: > >> I have found that OVMF fails to detect the disk when iommu_platform > >> is set from > >> qemu cli. The failure occurs during the feature bit negotiation. > >> > >> Recently, EDKII introduced IOMMU protocol d1fddc4533bf. SEV patch > >> series introduced > >> a IoMmu protocol driver f9d129e68a45 to set a DMA access attribute > >> and methods to > >> allocate, free, map and unmap the DMA memory for the master bus devices > >> > &g...
2013 Nov 26
8
[PATCH v3 2/8] OvmfPkg: introduce E820.h
E820 definitions copied from IntelFrameworkModulePkg/Csm/ LegacyBiosDxe/LegacyBiosInterface.h. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wei Liu <wei.liu2@citrix.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> --- OvmfPkg/Include/IndustryStandard/E820.h | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode
2015 Jun 27
2
EFI: PXE: "My IP is 0.0.0.0"
On Fri, Jun 26, 2015 at 10:49 AM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > Commit 23b2707 should resolve this. Please > let me know if you need > test binaries > > -- > -Gene > <<< > > > 1) About the Service Binding protocols, PXE protocol, etc having the same handle# is clear if we > see that the number is in fact
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities. It was tested on VMware EFI clients and HP Elitebook EFI notebooks, only on PXE environments but it should work on non-PXE scenarios as well. Feedback appreciated. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c ---