|
[PATCH V2] UefiCpuPkg/CpuFeature: reduce time complexty to calc CpuInfo.First
CpuInfo.First stores whether the current thread belongs to the first
package in the platform, first core in a package, first thread in a
core.
But the time complexity of original algorithm to
CpuInfo.First stores whether the current thread belongs to the first
package in the platform, first core in a package, first thread in a
core.
But the time complexity of original algorithm to
|
By
Ni, Ray
·
#68715
·
|
|
[PATCH v2 1/1] ArmPlatformPkg: Fix Ecc error 8005
From: Pierre Gondois <Pierre.Gondois@...>
This patch fixes the following Ecc reported error:
Variable name does not follow the rules:
1. First character should be upper case
2. Must contain lower
From: Pierre Gondois <Pierre.Gondois@...>
This patch fixes the following Ecc reported error:
Variable name does not follow the rules:
1. First character should be upper case
2. Must contain lower
|
By
PierreGondois
·
#68714
·
|
|
Re: [PATCH] UefiCpuPkg/CpuFeature: reduce time complexty to calc CpuInfo.First
Yes. it could. I thought the for loop is more readable. Maybe it doesn't help a lot
on the code readability. Let me send an updated version to use SetMem32.
Yes. it could. I thought the for loop is more readable. Maybe it doesn't help a lot
on the code readability. Let me send an updated version to use SetMem32.
|
By
Ni, Ray
·
#68713
·
|
|
[PATCH v2 edk2-platforms 2/2] Platform/ARM: Fix Ecc error 8005
From: Pierre Gondois <Pierre.Gondois@...>
Following the Ecc reported error in the edk2 repository,
an enum and its elements have been renamed
From: Pierre Gondois <Pierre.Gondois@...>
Following the Ecc reported error in the edk2 repository,
an enum and its elements have been renamed
|
By
PierreGondois
·
#68712
·
|
|
[PATCH v2 edk2-platforms 1/2] Platform/ARM/VExpressPkg: Remove LcdPlatformLib.h
From: Pierre Gondois <Pierre.Gondois@...>
LcdPlatformLib.h was introduced by 8ad58788b5c3 as a duplicate
of the edk2 original file at:
edk2/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
The
From: Pierre Gondois <Pierre.Gondois@...>
LcdPlatformLib.h was introduced by 8ad58788b5c3 as a duplicate
of the edk2 original file at:
edk2/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
The
|
By
PierreGondois
·
#68711
·
|
|
[PATCH v2 edk2-platforms 0/2] Fix Ecc reported errors from ArmPlatformPkg
From: Pierre Gondois <Pierre.Gondois@...>
The Ecc tools available in the BaseTools package checks for
good practice coding standards. Some errors reported while
running Ecc on edk2/ArmPlatformPkg
From: Pierre Gondois <Pierre.Gondois@...>
The Ecc tools available in the BaseTools package checks for
good practice coding standards. Some errors reported while
running Ecc on edk2/ArmPlatformPkg
|
By
PierreGondois
·
#68710
·
|
|
Re: [PATCH] UefiCpuPkg RegisterCpuFeaturesLib: Use AllocatePages() for InitOrder
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#68709
·
|
|
[PATCH 2/2] MdeModulePkg/AtaAtapiPassThru: Add support for drives in RAID mode
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3118
This resolves the problem of using drivers connected to Intel G33
builtin SATA controller when run from DuetPkg when it can only
be
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3118
This resolves the problem of using drivers connected to Intel G33
builtin SATA controller when run from DuetPkg when it can only
be
|
By
Vitaly Cheptsov
·
#68708
·
|
|
[PATCH 1/2] MdeModulePkg/SataControllerDxe: Add support for drives in RAID mode
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3118
This resolves the problem of using drivers connected to Intel G33
builtin SATA controller when run from DuetPkg when it can only
be
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3118
This resolves the problem of using drivers connected to Intel G33
builtin SATA controller when run from DuetPkg when it can only
be
|
By
Vitaly Cheptsov
·
#68707
·
|
|
EDK II CI Working - Resume normal activities
By
Michael D Kinney
·
#68706
·
|
|
Re: EDK II CI failing - Do not submit PRs with "push" label set
The issue is resolved.
PRs are being processed correctly now.
Mike
The issue is resolved.
PRs are being processed correctly now.
Mike
|
By
Michael D Kinney
·
#68705
·
|
|
Re: [Patch v4 0/2] MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behavior
For the series:
Reviewed-by: Hao A Wu <hao.a.wu@...>
Best Regards,
Hao Wu
For the series:
Reviewed-by: Hao A Wu <hao.a.wu@...>
Best Regards,
Hao Wu
|
By
Wu, Hao A
·
#68704
·
|
|
[Patch v4 2/2] MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit Tests
https://bugzilla.tianocore.org/show_bug.cgi?id=3111
Add host based unit tests for the multiple lock case using Variable Lock
Protocol, Variable Policy Protocol, and mixes of Variable Lock
https://bugzilla.tianocore.org/show_bug.cgi?id=3111
Add host based unit tests for the multiple lock case using Variable Lock
Protocol, Variable Policy Protocol, and mixes of Variable Lock
|
By
Michael D Kinney
·
#68703
·
|
|
[Patch v4 1/2] MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behavior
From: Bret Barkelew <bret.barkelew@...>
https://bugzilla.tianocore.org/show_bug.cgi?id=3111
The VariableLock shim currently fails if called twice because the
underlying Variable Policy
From: Bret Barkelew <bret.barkelew@...>
https://bugzilla.tianocore.org/show_bug.cgi?id=3111
The VariableLock shim currently fails if called twice because the
underlying Variable Policy
|
By
Michael D Kinney
·
#68702
·
|
|
[Patch v4 0/2] MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behavior
New in V4
==========
* Fix spelling in unit tests
* Call ValidateSetVariable() with DataSize=0, Attributes=0
New in V3
==========
* Split into 2 patches. One for code change. Second for unit
New in V4
==========
* Fix spelling in unit tests
* Call ValidateSetVariable() with DataSize=0, Attributes=0
New in V3
==========
* Split into 2 patches. One for code change. Second for unit
|
By
Michael D Kinney
·
#68701
·
|
|
Re: [Patch v3 1/2] MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behavior
By
Michael D Kinney
·
#68700
·
|
|
Re: EDK II CI failing - Do not submit PRs with "push" label set
This appears to be a good mirror of cmocka that is being kept up to date.
https://github.com/neverware-mirrors/cmocka
Mike
This appears to be a good mirror of cmocka that is being kept up to date.
https://github.com/neverware-mirrors/cmocka
Mike
|
By
Michael D Kinney
·
#68699
·
|
|
EDK II CI failing - Do not submit PRs with "push" label set
Hello,
The repo for the cmocka submodule is not available right now, and this is failing
CI checks that run unit tests. Pre-commit checks that do not have any unit tests
will pass, but the post
Hello,
The repo for the cmocka submodule is not available right now, and this is failing
CI checks that run unit tests. Pre-commit checks that do not have any unit tests
will pass, but the post
|
By
Michael D Kinney
·
#68698
·
|
|
Re: [Patch 1/1] MdeModulePkg/PciSioSerialDxe: Flush Tx before config change
Reviewed-by: Hao A Wu <hao.a.wu@...>
Best Regards,
Hao Wu
Reviewed-by: Hao A Wu <hao.a.wu@...>
Best Regards,
Hao Wu
|
By
Wu, Hao A
·
#68697
·
|
|
Re: [Patch v3 2/2] MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit Tests
With below typos fixed:
"Procol" -> "Protocol"
"succced" -> "succeed"
Reviewed-by: Hao A Wu <hao.a.wu@...>
Best Regards,
Hao Wu
With below typos fixed:
"Procol" -> "Protocol"
"succced" -> "succeed"
Reviewed-by: Hao A Wu <hao.a.wu@...>
Best Regards,
Hao Wu
|
By
Wu, Hao A
·
#68696
·
|