|
[PATCH v3 3/6] DynamicTablesPkg: DynamicPlatRepoLib: Adding more token fixers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
This change added more token fixers for other node types, including
NamedComponentNode, RootComplexNode, and SmmuV3Node.
The corresponding
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
This change added more token fixers for other node types, including
NamedComponentNode, RootComplexNode, and SmmuV3Node.
The corresponding
|
By
Kun Qin
·
#91998
·
|
|
[PATCH v3 2/6] DynamicTablesPkg: DynamicPlatRepoLib: Fix incorrect dereferencing
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The content of token should be derived from the data section of the
`CmObject` instead of the object itself.
This change fixed the issue by
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The content of token should be derived from the data section of the
`CmObject` instead of the object itself.
This change fixed the issue by
|
By
Kun Qin
·
#91997
·
|
|
[PATCH v3 1/6] DynamicTablesPkg: DynamicPlatRepoLib: Added MemoryAllocationLib to inf
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib,
such as DynamicPlatRepo.c and TokenMapper.c. Not including it in
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib,
such as DynamicPlatRepo.c and TokenMapper.c. Not including it in
|
By
Kun Qin
·
#91996
·
|
|
[PATCH v3 0/6] Enhance DynamicTablesPkg modules
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3997
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3998
This patch series is a
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3997
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3998
This patch series is a
|
By
Kun Qin
·
#91995
·
|
|
Re: EDK2 build error:Unknown fatal error when processing []
You should pass in .dsc file, not .dec file for -p option of build.
Mike
You should pass in .dsc file, not .dec file for -p option of build.
Mike
|
By
Michael D Kinney
·
#91994
·
|
|
[PATCH] OvmfPkg/SmbiosPlatformDxe: Always add BIOS Information structure
If OVMF is not running on Cloud Hypervisor nor QEMU, previously no SMBIOS
structures would be registered with the EFI_SMBIOS_PROTOCOL. This patch
instead registers the default BIOS Information (Type
If OVMF is not running on Cloud Hypervisor nor QEMU, previously no SMBIOS
structures would be registered with the EFI_SMBIOS_PROTOCOL. This patch
instead registers the default BIOS Information (Type
|
By
Ammar Ratnani
·
#91993
·
|
|
EDK2 build error:Unknown fatal error when processing []
Hi,
I got a fatal error with a command "build -p edk2\MdeModulePkg\MdeModulePkg.dec -a X64 -t VS2015x86".
(Python version is 2.7.15.Build tool is VS2015x86)
But
Hi,
I got a fatal error with a command "build -p edk2\MdeModulePkg\MdeModulePkg.dec -a X64 -t VS2015x86".
(Python version is 2.7.15.Build tool is VS2015x86)
But
|
By
np l <lnpabcde@...>
·
#91992
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 08/05/2022
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
08/05/2022
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
08/05/2022
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
|
By
Group Notification <noreply@...>
·
#91991
·
|
|
Building C static Library for UEFI
Hello everyone. There are some tests in Rust std that statically link to a C static library to check ffi. Since if Rust is ever used in edk2, it would probably have to integrate with the
Hello everyone. There are some tests in Rust std that statically link to a C static library to check ffi. Since if Rust is ever used in edk2, it would probably have to integrate with the
|
By
Ayush Singh
·
#91990
·
|
|
Proposal to move Rust std work to edk2-staging
Hello everyone. The work on Rust std for UEFI has been progressing smoothly. Running Rust tests is now possible in it's entirety. The number of tests that fail is 133 (4 cause exception + 129 normal
Hello everyone. The work on Rust std for UEFI has been progressing smoothly. Running Rust tests is now possible in it's entirety. The number of tests that fail is 133 (4 cause exception + 129 normal
|
By
Ayush Singh
·
#91989
·
|
|
Re: Incorrect push to edk2-platforms
Hi Ard, Mike,
Sorry, I did not see the your messages before responding.
Please ignore my last message. I will leave the change as is.
Regards,
Sami Mujawar
Hi Ard, Mike,
Sorry, I did not see the your messages before responding.
Please ignore my last message. I will leave the change as is.
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#91988
·
|
|
[PATCH edk2-platforms v1 1/1] Platform/Ampere: Fix build break in JadePkg
The definition for ARM_PROCESSOR_TABLE has been removed by
commit c8af26627a4e9a3659255dc147d75596da08248e
as it is a pseudo ACPI table.
This causes the JadePkg builds to fail. Therefore,
The definition for ARM_PROCESSOR_TABLE has been removed by
commit c8af26627a4e9a3659255dc147d75596da08248e
as it is a pseudo ACPI table.
This causes the JadePkg builds to fail. Therefore,
|
By
Sami Mujawar
·
#91987
·
|
|
Re: Incorrect push to edk2-platforms
Hi Mike,
I have tried to revert the commit on my local branch as follows
git revert 2faefb2bbcc8083e1bd28908c0b29b5d18595298 -m 1
With this change the preceding commit is dropped.
git
Hi Mike,
I have tried to revert the commit on my local branch as follows
git revert 2faefb2bbcc8083e1bd28908c0b29b5d18595298 -m 1
With this change the preceding commit is dropped.
git
|
By
Sami Mujawar
·
#91986
·
|
|
Re: Incorrect push to edk2-platforms
Hi Ard,
I agree it will always be there.
I have added a branch protection rule to edk2-platforms/master
to require linear history. I would expect any future attempt
to push a merge commit will fail
Hi Ard,
I agree it will always be there.
I have added a branch protection rule to edk2-platforms/master
to require linear history. I would expect any future attempt
to push a merge commit will fail
|
By
Michael D Kinney
·
#91985
·
|
|
Re: Incorrect push to edk2-platforms
Reverting and reapplying kind of defeats the purpose, to be honest.
The merge commit is still part of the history, and so its effect
during a bisect will be there regardless.
So I suggest we just
Reverting and reapplying kind of defeats the purpose, to be honest.
The merge commit is still part of the history, and so its effect
during a bisect will be there regardless.
So I suggest we just
|
By
Ard Biesheuvel
·
#91984
·
|
|
Re: Incorrect push to edk2-platforms
Hi Sami,
There is one other instance of this in edk2-platform history.
It was immediately followed by a Revert.
--------------
commit 3e31cfea3de2fe49b49a67a1d6c9f9ca09e7f332
Author: Siyuan Fu
Hi Sami,
There is one other instance of this in edk2-platform history.
It was immediately followed by a Revert.
--------------
commit 3e31cfea3de2fe49b49a67a1d6c9f9ca09e7f332
Author: Siyuan Fu
|
By
Michael D Kinney
·
#91983
·
|
|
Re: Question about signed uefi vars at OS level
Of all the gin joints in all the towns in all the world, Rafael Machado had to
walk into mine at 11:40:00 on Friday, 29 July 2022 and say:
If I remember right, changing UEFI secure variables (when
Of all the gin joints in all the towns in all the world, Rafael Machado had to
walk into mine at 11:40:00 on Friday, 29 July 2022 and say:
If I remember right, changing UEFI secure variables (when
|
By
Bill Paul
·
#91982
·
|
|
Re: Incorrect push to edk2-platforms
I don't think there is anything that needs fixing here. We try to
avoid merge commits because a fully linear git history results in less
confusion when doing bisection, but there is nothing
I don't think there is anything that needs fixing here. We try to
avoid merge commits because a fully linear git history results in less
confusion when doing bisection, but there is nothing
|
By
Ard Biesheuvel
·
#91981
·
|
|
Re: Incorrect push to edk2-platforms
Adding Leif and Mike.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender
Adding Leif and Mike.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender
|
By
Sami Mujawar
·
#91980
·
|
|
Incorrect push to edk2-platforms
Hi Ard,
I have accidentally pushed a change to the edk2-platforms repo.
The commit is
2faefb2bbcc8083e1bd28908c0b29b5d18595298 <Sami Mujawar> Merge branch
'master' of
Hi Ard,
I have accidentally pushed a change to the edk2-platforms repo.
The commit is
2faefb2bbcc8083e1bd28908c0b29b5d18595298 <Sami Mujawar> Merge branch
'master' of
|
By
Sami Mujawar
·
#91979
·
|