|
Re: Device specific _RST method
Kumar G <kumarg27061979@...> wrote:
_ADR is bus specific address, not vendor id
for ex you can check what QEMU uses to generate it
or better read a relevant spec
Kumar G <kumarg27061979@...> wrote:
_ADR is bus specific address, not vendor id
for ex you can check what QEMU uses to generate it
or better read a relevant spec
|
By
Igor Mammedov <imammedo@...>
·
#432
·
|
|
Re: Device specific _RST method
Many Thanks Igor
> yes, devices connected to the described controller will be enumerated by
> bus specific driver.
Thanks
> It should be possible to add 'Device' object under the described
Many Thanks Igor
> yes, devices connected to the described controller will be enumerated by
> bus specific driver.
Thanks
> It should be possible to add 'Device' object under the described
|
By
Kumar G <kumarg27061979@...>
·
#431
·
|
|
Re: Device specific _RST method
Kumar G <kumarg27061979@...> wrote:
yes, devices connected to the described controller will be enumerated by
bus specific driver.
It should be possible to add 'Device' object under the
Kumar G <kumarg27061979@...> wrote:
yes, devices connected to the described controller will be enumerated by
bus specific driver.
It should be possible to add 'Device' object under the
|
By
Igor Mammedov <imammedo@...>
·
#430
·
|
|
when bug 2172 & 2177 will be fixed
Hi,all
May I ask when bug 2172 & 2177 will be fixed, is there any plan, thank you!
https://bugzilla.tianocore.org/show_bug.cgi?id=2172
https://bugzilla.tianocore.org/show_bug.cgi?id=2177
Hi,all
May I ask when bug 2172 & 2177 will be fixed, is there any plan, thank you!
https://bugzilla.tianocore.org/show_bug.cgi?id=2172
https://bugzilla.tianocore.org/show_bug.cgi?id=2177
|
By
wenyi,xie
·
#429
·
|
|
回复: [edk2-discuss] Issues with PatchCheck script
I use git version 2.27. Do you verify the latest git version?
I use git version 2.27. Do you verify the latest git version?
|
By
gaoliming
·
#428
·
|
|
回复: [edk2-discuss] Refresh currently displayed form
VFR question has attribute refresh interval (Refresh interval in seconds). It will trig call back regularly.
There is one example is in edk2\MdeModulePkg\Universal\DriverSampleDxe\Vfr.vfr
You can
VFR question has attribute refresh interval (Refresh interval in seconds). It will trig call back regularly.
There is one example is in edk2\MdeModulePkg\Universal\DriverSampleDxe\Vfr.vfr
You can
|
By
gaoliming
·
#427
·
|
|
Device specific _RST method
Hey Experts
I am looking for your help ,
how I can define device specific _RST method in acpi table in case device is behind USB or PCIe controller.
So far, I studied, I only need to define a PCIe
Hey Experts
I am looking for your help ,
how I can define device specific _RST method in acpi table in case device is behind USB or PCIe controller.
So far, I studied, I only need to define a PCIe
|
By
Kumar G <kumarg27061979@...>
·
#426
·
|
|
enable secure boot on edk2-vUDK2018
Hi guys,
I'm following some README on tianocore wiki in order to enable secure boot on edk2 version UDK2018 but I notice that I don't build AuthVariableLIb.c placed into
Hi guys,
I'm following some README on tianocore wiki in order to enable secure boot on edk2 version UDK2018 but I notice that I don't build AuthVariableLIb.c placed into
|
By
luccons@...
·
#425
·
|
|
Re: Newbie question about EFI_BOOT_SERVICES_MEMORY
Please be a *lot* more specific than this. People trying to help
shouldn't have to hunt down the issue you are reporting.
For reference, you are (most likely) talking about the Platform Init
spec
Please be a *lot* more specific than this. People trying to help
shouldn't have to hunt down the issue you are reporting.
For reference, you are (most likely) talking about the Platform Init
spec
|
By
Laszlo Ersek
·
#424
·
|
|
Re: Issues with PatchCheck script
"--no-patch" appeared in 1.8.4, as a synonym for "-s".
Not sure why it doesn't work with 2.1.1 -- perhaps your old git instance
appears first on $PATH?
Laszlo
"--no-patch" appeared in 1.8.4, as a synonym for "-s".
Not sure why it doesn't work with 2.1.1 -- perhaps your old git instance
appears first on $PATH?
Laszlo
|
By
Laszlo Ersek
·
#423
·
|
|
Re: Refresh currently displayed form
I've added a protocol notify event for gEfiBlockIoProtocolGuid and hacked it to signal the event on protocol removal as well. edk2 doesn't seem to have a mechanism to notify about a protocol being
I've added a protocol notify event for gEfiBlockIoProtocolGuid and hacked it to signal the event on protocol removal as well. edk2 doesn't seem to have a mechanism to notify about a protocol being
|
By
Tim Crawford
·
#422
·
|
|
Re: Refresh currently displayed form
Okay, I actually read the rest of your question and your problem is deeper
than that. What you need is for the device to be connected to a driver
(driver which might need to be loaded from the device
Okay, I actually read the rest of your question and your problem is deeper
than that. What you need is for the device to be connected to a driver
(driver which might need to be loaded from the device
|
By
Tomas Pilar (tpilar)
·
#421
·
|
|
Re: Refresh currently displayed form
Hi,
You can add a 'refreshguid' property to a number of VFR objects. Then,
whenever you signal the event group with that guid, the object should be
refreshed by the HII Browser.
Cheers,
Tom
Hi,
You can add a 'refreshguid' property to a number of VFR objects. Then,
whenever you signal the event group with that guid, the object should be
refreshed by the HII Browser.
Cheers,
Tom
|
By
Tomas Pilar (tpilar)
·
#420
·
|
|
Refresh currently displayed form
Hi all,
How can I refresh the currently displayed form?
The problem I'm trying to solve is that when on the BootManager page, insertion or removal of a device does not update the form, leaving the
Hi all,
How can I refresh the currently displayed form?
The problem I'm trying to solve is that when on the BootManager page, insertion or removal of a device does not update the form, leaving the
|
By
Tim Crawford
·
#419
·
|
|
Re: Issues with PatchCheck script
No. I am using Python 2.7.5.
But, in any case, the script is issuing "git show --nopatch" command and git is complaining about --no-patch
No. I am using Python 2.7.5.
But, in any case, the script is issuing "git show --nopatch" command and git is complaining about --no-patch
|
By
Sandeep Dhanvada
·
#418
·
|
|
Re: Issues with PatchCheck script
Are you using Python 3?
sandeep.dhanvada@...> wrote:
Are you using Python 3?
sandeep.dhanvada@...> wrote:
|
By
Tomas Pilar (tpilar)
·
#416
·
|
|
Issues with PatchCheck script
Hi,
I have 2 local commits in EDK-II repo. As per the steps mentioned in https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process,
I am executing PatchCheck.py, but, the
Hi,
I have 2 local commits in EDK-II repo. As per the steps mentioned in https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process,
I am executing PatchCheck.py, but, the
|
By
Sandeep Dhanvada
·
#415
·
|
|
Re: [edk2-devel] OVMF/QEMU shell based unit tests and writing to a virtual disk
If you trust your guest 100%, you *might* try the following:
- use a disk image file with "format=vhdx" on the QEMU command line,
- when QEMU is not running, I think you might be able to
If you trust your guest 100%, you *might* try the following:
- use a disk image file with "format=vhdx" on the QEMU command line,
- when QEMU is not running, I think you might be able to
|
By
Laszlo Ersek
·
#414
·
|
|
Re: [edk2-devel] OVMF/QEMU shell based unit tests and writing to a virtual disk
This is the problem. Don't use the fat / vvfat block driver for anything
meaningful.
I don't even have to look at particulars; as "fat" ("vvfat") is known to
be a hack. In particular write operations
This is the problem. Don't use the fat / vvfat block driver for anything
meaningful.
I don't even have to look at particulars; as "fat" ("vvfat") is known to
be a hack. In particular write operations
|
By
Laszlo Ersek
·
#413
·
|
|
Newbie question about EFI_BOOT_SERVICES_MEMORY
Hi, this question is about the UEFI PDFs rather than the Tianocore implementation. I'm writing my DXE Foundation, and the documentation states
"Allocate the UEFI Boot Services Table from
Hi, this question is about the UEFI PDFs rather than the Tianocore implementation. I'm writing my DXE Foundation, and the documentation states
"Allocate the UEFI Boot Services Table from
|
By
Vestigial Bidya <vestigialdev@...>
·
#412
·
|