|
Re: SPCR / SSDT generation in the DynamicTablesPkg
Yes, that is the issue we are seeing.
Our COM acpi node has a different HID NVDA0100 which uses drivers\tty\serial\8250\8250_tegra.c in linux. It also has a _DSD node to expose the configured clock
Yes, that is the issue we are seeing.
Our COM acpi node has a different HID NVDA0100 which uses drivers\tty\serial\8250\8250_tegra.c in linux. It also has a _DSD node to expose the configured clock
|
By
Jeff Brasen
·
#455
·
|
|
[edk2-staging] Plan for update Intel UNDI driver source to version 25.1.1
Hello Maciej Rabeda and All,
I found that the Intel Ethernet Driver 24.3 is public here https://github.com/tianocore/edk2-staging/tree/Intel_UNDI
I see that there is a high demand on Intel UNDI
Hello Maciej Rabeda and All,
I found that the Intel Ethernet Driver 24.3 is public here https://github.com/tianocore/edk2-staging/tree/Intel_UNDI
I see that there is a high demand on Intel UNDI
|
By
Nhi Pham
·
#454
·
|
|
Re: SPCR / SSDT generation in the DynamicTablesPkg
To add a little more detail on what we were seeing our 16550 based serial has 4 byte spacing which the SPCR table is generated with correctly but then the dynamic table code creates a SSDT with the
To add a little more detail on what we were seeing our 16550 based serial has 4 byte spacing which the SPCR table is generated with correctly but then the dynamic table code creates a SSDT with the
|
By
Jeff Brasen
·
#453
·
|
|
Re: SPCR / SSDT generation in the DynamicTablesPkg
Hi Sami, Pierre, Alexei,
I wonder your thought about this topic.
Thank you,
Irene
Hi Sami, Pierre, Alexei,
I wonder your thought about this topic.
Thank you,
Irene
|
By
Irene Park
·
#452
·
|
|
SPCR / SSDT generation in the DynamicTablesPkg
The latest patches to the DynamicTablesPkg help an SSDT generated to meet the SBBR requirement when an SPCR generation is desired.
But the auto-generated SSDT might be unable to describe the
The latest patches to the DynamicTablesPkg help an SSDT generated to meet the SBBR requirement when an SPCR generation is desired.
But the auto-generated SSDT might be unable to describe the
|
By
Irene Park
·
#451
·
|
|
SPCR / SSDT generation in the DynamicTablesPkg
The latest patches to DynamicTablesPkg help generate an SSDT to meet the SBBR specification when an SPCR generation is desired.
DynamicTablesPkg is useful for the non-SBBR compliant target to support
The latest patches to DynamicTablesPkg help generate an SSDT to meet the SBBR specification when an SPCR generation is desired.
DynamicTablesPkg is useful for the non-SBBR compliant target to support
|
By
Irene Park
·
#450
·
|
|
[Question] Using hii to display any size of font string
Hello,
I use HiiAddPackages add a font data to hii, it can display characters by
StringToImage.
But when set the font size by using StringToImage, input
EFI_FONT_DISPLAY_INFO,
the characters
Hello,
I use HiiAddPackages add a font data to hii, it can display characters by
StringToImage.
But when set the font size by using StringToImage, input
EFI_FONT_DISPLAY_INFO,
the characters
|
By
Liu Xin
·
#449
·
|
|
Using hii to display any size of font string
Using hii, add a new font, it can display string by StringToImage.
When i use EFI_FONT_DISPLAY_INFO to set the font size, the characters are not displayed in the correct size.
Is there any
Using hii, add a new font, it can display string by StringToImage.
When i use EFI_FONT_DISPLAY_INFO to set the font size, the characters are not displayed in the correct size.
Is there any
|
By
Liu Xin
·
#447
·
|
|
Re: [edk2-devel] : Query regarding IsTextShdr inside Basetools
Was this ELF executable built using the GccBase.lds linker script? If so, we should fix it to disregard .note sections.
If you are not using GccBase.lds, I'm afraid you are simply in unsupported
Was this ELF executable built using the GccBase.lds linker script? If so, we should fix it to disregard .note sections.
If you are not using GccBase.lds, I'm afraid you are simply in unsupported
|
By
Ard Biesheuvel <ard.biesheuvel@...>
·
#446
·
|
|
回复: [edk2-discuss] where can I get the record of Monthly Tianocore Community Meeting
TianoCore Community Meeting Minutes - November is sent to devel and announce mail thread.
Thanks
Liming
TianoCore Community Meeting Minutes - November is sent to devel and announce mail thread.
Thanks
Liming
|
By
gaoliming
·
#445
·
|
|
where can I get the record of Monthly Tianocore Community Meeting
Hi,all
May I ask whether there is Community meeting recording or summary. If I miss the meeting, where can I get the content of the meeting? Thank you!
Hi,all
May I ask whether there is Community meeting recording or summary. If I miss the meeting, where can I get the content of the meeting? Thank you!
|
By
wenyi,xie
·
#444
·
|
|
Re: [edk2-devel] : Query regarding IsTextShdr inside Basetools
Darn, I used Liming's old email address. Correcting it now. Sorry!
Laszlo
Darn, I used Liming's old email address. Correcting it now. Sorry!
Laszlo
|
By
Laszlo Ersek
·
#443
·
|
|
Re: [edk2-devel] : Query regarding IsTextShdr inside Basetools
Ard, Liming,
can you please take a look?
Thanks!
Laszlo
Ard, Liming,
can you please take a look?
Thanks!
Laszlo
|
By
Laszlo Ersek
·
#442
·
|
|
Re: [edk2-devel] : Query regarding IsTextShdr inside Basetools
Apology for rushing into this.
Looking for a quick input on this.
-Mukesh
Apology for rushing into this.
Looking for a quick input on this.
-Mukesh
|
By
Mukesh Ojha
·
#441
·
|
|
[edk2-devel] : Query regarding IsTextShdr inside Basetools
Hi All,
I have a doubt about the check we have put inside IsTextShdr() .
STATIC
BOOLEAN
IsTextShdr (
Elf_Shdr *Shdr
)
{
return (BOOLEAN) ((Shdr->sh_flags & (SHF_WRITE | SHF_ALLOC)) ==
Hi All,
I have a doubt about the check we have put inside IsTextShdr() .
STATIC
BOOLEAN
IsTextShdr (
Elf_Shdr *Shdr
)
{
return (BOOLEAN) ((Shdr->sh_flags & (SHF_WRITE | SHF_ALLOC)) ==
|
By
Mukesh Ojha
·
#440
·
|
|
Re: Issues with PatchCheck script
Similarly, "python3 BaseTools/Scripts/PatchCheck.py HEAD~2" also works.
--
Rebecca Cran
Similarly, "python3 BaseTools/Scripts/PatchCheck.py HEAD~2" also works.
--
Rebecca Cran
|
By
Rebecca Cran
·
#439
·
|
|
Re: Issues with PatchCheck script
IIRC an explicit commit range should work. For example,
$ python3 BaseTools/Scripts/PatchCheck.py master..
You need to be both subscribed (up to you) and unmoderated (up to a
moderator) for your
IIRC an explicit commit range should work. For example,
$ python3 BaseTools/Scripts/PatchCheck.py master..
You need to be both subscribed (up to you) and unmoderated (up to a
moderator) for your
|
By
Laszlo Ersek
·
#438
·
|
|
Re: Issues with PatchCheck script
Hi Laszlo,
I am able to execute PatchCheck.py on a patch generated from git format-patch, but, could not execute this script with git commits i.e., using -1 or -2 as arguments to read git
Hi Laszlo,
I am able to execute PatchCheck.py on a patch generated from git format-patch, but, could not execute this script with git commits i.e., using -1 or -2 as arguments to read git
|
By
Sandeep Dhanvada
·
#437
·
|
|
Build problem in UEFI Self-Certification Test 2.7B
H
I need someone help that about building UEFI Self-Certification Test 2.7B problem. From website https://www.uefi.org/testtools only provide InstallX64.efi with UEFI Self-Certification Test 2.6 A.
H
I need someone help that about building UEFI Self-Certification Test 2.7B problem. From website https://www.uefi.org/testtools only provide InstallX64.efi with UEFI Self-Certification Test 2.6 A.
|
By
chinghsueh.cheng@...
·
#436
·
|
|
Re: 回复: [edk2-discuss] Refresh currently displayed form
I have made BZ 3053 for the VFR spec issue.
https://bugzilla.tianocore.org/show_bug.cgi?id=3053
I have made BZ 3053 for the VFR spec issue.
https://bugzilla.tianocore.org/show_bug.cgi?id=3053
|
By
Tim Crawford
·
#435
·
|