|
Arm Secondary Core Startup - question
My understanding of ARM secondary core startup is that the stacks for all the cores live at the top of UEFI memory.
The secondary core stacks sit at the top, with the primary core stack just under
My understanding of ARM secondary core startup is that the stacks for all the cores live at the top of UEFI memory.
The secondary core stacks sit at the top, with the primary core stack just under
|
By
Kurt Kennett <kurt_kennett@...>
·
#475
·
|
|
Re: SPCR / SSDT generation in the DynamicTablesPkg
I did a quick look in edk2-platforms, and found similar cases at least with a couple of other systems: Marvell Armada and OctenTx. Both of these use a _HID of "MRVL0001" (with its own clock-frequency
I did a quick look in edk2-platforms, and found similar cases at least with a couple of other systems: Marvell Armada and OctenTx. Both of these use a _HID of "MRVL0001" (with its own clock-frequency
|
By
Samer El-Haj-Mahmoud
·
#474
·
|
|
Re: SPCR / SSDT generation in the DynamicTablesPkg
+Samer
Sent: 19 November 2020 10:17 PM
To: Sami Mujawar <Sami.Mujawar@...>; discuss@edk2.groups.io; Irene Park <ipark@...>; Pierre Gondois <Pierre.Gondois@...>; Alexei Fedorov
+Samer
Sent: 19 November 2020 10:17 PM
To: Sami Mujawar <Sami.Mujawar@...>; discuss@edk2.groups.io; Irene Park <ipark@...>; Pierre Gondois <Pierre.Gondois@...>; Alexei Fedorov
|
By
Sami Mujawar
·
#473
·
|
|
Quest for your website and who can I go for information about the shell I have.
Hey I have your firmware installed in my aser Chromebooks bios files, and I'm not quite sure if I need it for my destro to boot through and run the desktop I want. But I'm just confused as to what
Hey I have your firmware installed in my aser Chromebooks bios files, and I'm not quite sure if I need it for my destro to boot through and run the desktop I want. But I'm just confused as to what
|
By
honzo right <righthonzo@...>
·
#472
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
This shows that you are using iPXE's "NII" driver, which uses the UEFI UNDI API. (Possible alternatives were the "SNP" driver which uses the UEFI SNP API, or a native PCI driver.)
The link is
This shows that you are using iPXE's "NII" driver, which uses the UEFI UNDI API. (Possible alternatives were the "SNP" driver which uses the UEFI SNP API, or a native PCI driver.)
The link is
|
By
Michael Brown <mcb30@...>
·
#471
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
Hi Michael,
I am unable to break into iPXE shell (using Ctrl+B).
I could capture the below log from the serial console.
>Checking Media Presence......
>>Media Present......
>>Start PXE over IPv4.
Hi Michael,
I am unable to break into iPXE shell (using Ctrl+B).
I could capture the below log from the serial console.
>Checking Media Presence......
>>Media Present......
>>Start PXE over IPv4.
|
By
udai sharma <udai16787@...>
·
#470
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
Thanks for the heads-up!
Udai: which driver is iPXE using? You can find out via the "ifstat" command in the iPXE shell.
Thanks,
Michael
Thanks for the heads-up!
Udai: which driver is iPXE using? You can find out via the "ifstat" command in the iPXE shell.
Thanks,
Michael
|
By
Michael Brown <mcb30@...>
·
#469
·
|
|
iPXE isnt able to get link status from my oprom driver, but PXE works.
Hello Community,
My OptionRom driver works with PXE but it fails to get/report link status in iPXE.
I had setup iPXE.efi in dhcp.conf to load it from DHCP-PXE server. I see it gets loaded properly.
Hello Community,
My OptionRom driver works with PXE but it fails to get/report link status in iPXE.
I had setup iPXE.efi in dhcp.conf to load it from DHCP-PXE server. I see it gets loaded properly.
|
By
udai sharma <udai16787@...>
·
#468
·
|
|
Re: iPXE isnt able to get link status from my oprom driver, but PXE works.
Hi,
no clue, but I'm adding Michael.
Thanks
Laszlo
Hi,
no clue, but I'm adding Michael.
Thanks
Laszlo
|
By
Laszlo Ersek
·
#467
·
|
|
Re: EDK2 and building it on windows
There is some training material here: https://github.com/tianocore-training/Tianocore_Training_Contents/wiki.
If you look at BaseTools/Conf/tools_def.template you will see "Supported Tool Chains",
There is some training material here: https://github.com/tianocore-training/Tianocore_Training_Contents/wiki.
If you look at BaseTools/Conf/tools_def.template you will see "Supported Tool Chains",
|
By
Isaac Oram
·
#466
·
|
|
EDK2 and building it on windows
Hello,
I work on a UEFI project with Visual Studio 2019. When I first learnt that I can directly control computer with UEFI I was really excited. I got a sample project called GNU-EFI from osdev.org
Hello,
I work on a UEFI project with Visual Studio 2019. When I first learnt that I can directly control computer with UEFI I was really excited. I got a sample project called GNU-EFI from osdev.org
|
By
gomi odabaşıoğlu <gomidas95@...>
·
#465
·
|
|
Question: Bug 3106 - Issue: EFI partition contents/files (FS0:\) not visible to EFI shell (OVMF + QEMU)
Good day,
I have been setting up a sort of TPM2 developer environment with QEMU and OVMF, and have hit a snag (https://bugzilla.tianocore.org/show_bug.cgi?id=3106). In short, I can build OVMF and
Good day,
I have been setting up a sort of TPM2 developer environment with QEMU and OVMF, and have hit a snag (https://bugzilla.tianocore.org/show_bug.cgi?id=3106). In short, I can build OVMF and
|
By
matthew.giassa@...
·
#464
·
|
|
BootOrder recovery behavior
Hi edk2 guys,
I have a question about BootOrder recovery behavior and want to consult with you. I found Boot0000 would be first place in BootOrder when system try to recover options. Please check
Hi edk2 guys,
I have a question about BootOrder recovery behavior and want to consult with you. I found Boot0000 would be first place in BootOrder when system try to recover options. Please check
|
By
Li, Walon
·
#463
·
|
|
USB Isochronous Transfer Type Support
Hi all,
Recently, I am studying a new feature that need to use camera in UEFI BIOS.
And I found that EDK2 do not support isochronous transfer. (please refer to attached)
But almost all webcams only
Hi all,
Recently, I am studying a new feature that need to use camera in UEFI BIOS.
And I found that EDK2 do not support isochronous transfer. (please refer to attached)
But almost all webcams only
|
By
jerry.yeh@...
·
#462
·
|
|
Re: SPCR / SSDT generation in the DynamicTablesPkg
Hi Irene, Jeff,
If I understand correctly, when the HID is PNP0501 the Linux driver ‘drivers\tty\serial\8250\8250_pnp.c’ is setting ‘uart.port.iotype = UPIO_MEM;’
This results in the
Hi Irene, Jeff,
If I understand correctly, when the HID is PNP0501 the Linux driver ‘drivers\tty\serial\8250\8250_pnp.c’ is setting ‘uart.port.iotype = UPIO_MEM;’
This results in the
|
By
Sami Mujawar <Sami.Mujawar@...>
·
#461
·
|
|
Re: redundant NULL pointer check
Hi Laszlo,
Thank you for your detailed explanation, I get it.
I will post a patch later.
Thanks
Wenyi
Hi Laszlo,
Thank you for your detailed explanation, I get it.
I will post a patch later.
Thanks
Wenyi
|
By
wenyi,xie
·
#460
·
|
|
Re: redundant NULL pointer check
Well, we can approach this on two levels.
The first level is whether the code transformation (the patch) that you
are describing above would be correct. Yes, removing the comparison in
question is
Well, we can approach this on two levels.
The first level is whether the code transformation (the patch) that you
are describing above would be correct. Yes, removing the comparison in
question is
|
By
Laszlo Ersek
·
#459
·
|
|
Re: redundant NULL pointer check
Hi Laszlo,
So if (Info->VolumeLabel == NULL) will always evaluate to FALSE when Info != NULL. Can we just remove it.
Thanks
Wenyi
Hi Laszlo,
So if (Info->VolumeLabel == NULL) will always evaluate to FALSE when Info != NULL. Can we just remove it.
Thanks
Wenyi
|
By
wenyi,xie
·
#458
·
|
|
Re: redundant NULL pointer check
Assuming Info is a valid pointer, Info->VolumeLabel is an array object.
When evaluated, Info->VolumeLabel is converted to the address of its
first element.
The address of the first element of an
Assuming Info is a valid pointer, Info->VolumeLabel is an array object.
When evaluated, Info->VolumeLabel is converted to the address of its
first element.
The address of the first element of an
|
By
Laszlo Ersek
·
#457
·
|
|
redundant NULL pointer check
Hi all,
When removing -Wno-tautological-compare, there's a warning.
MdeModulePkg/Library/FileExplorerLib/FileExplorer.c:850:19: warning: comparison of array 'Info->VolumeLabel' equal to a null
Hi all,
When removing -Wno-tautological-compare, there's a warning.
MdeModulePkg/Library/FileExplorerLib/FileExplorer.c:850:19: warning: comparison of array 'Info->VolumeLabel' equal to a null
|
By
wenyi,xie
·
#456
·
|