|
Re: [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page
Pushed
https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/commit/d2b81c41872a094ce4fe2270c8c03cdb75cc8e1c
Pushed
https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/commit/d2b81c41872a094ce4fe2270c8c03cdb75cc8e1c
|
By
Michael D Kinney
·
#68724
·
|
|
Re: [edk2-CCodingStandardsSpecification PATCH 1/1] Function example in Chapter 5 C Programming has extraneous semicolon
Pushed
https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/commit/835ab88b06eb87261b98b4ff4cf57a80418302b0
Pushed
https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/commit/835ab88b06eb87261b98b4ff4cf57a80418302b0
|
By
Michael D Kinney
·
#68723
·
|
|
Re: [edk2-CCodingStandardsSpecification PATCH 1/1] Update Chapter 5 Source Files examples to follow the coding standard
Pushed
https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/commit/3edad55bd06c99abc318e7716cad6ce45ee2636a
Pushed
https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/commit/3edad55bd06c99abc318e7716cad6ce45ee2636a
|
By
Michael D Kinney
·
#68722
·
|
|
Re: [PATCH v5 0/6] jansson edk2 port
Abner,
Feedback below.
Mike
Abner,
Feedback below.
Mike
|
By
Michael D Kinney
·
#68721
·
|
|
[PATCH v1 1/1] Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update
The previous value of interrupt id used was causing
conflict with a different device of sbsa-ref platform.
This was preventing the watchdog interrupt from getting
identified.Updated SBSA-wdt interrupt
The previous value of interrupt id used was causing
conflict with a different device of sbsa-ref platform.
This was preventing the watchdog interrupt from getting
identified.Updated SBSA-wdt interrupt
|
By
Shashi Mallela
·
#68720
·
|
|
[PATCH v1 0/1] sbsa-wdt interrupt id update
This patch contains an update to interrupt id value of
sbsa wdt,since the previous value of interrupt id used
was causing conflict with a different device of
sbsa-ref platform.This was preventing the
This patch contains an update to interrupt id value of
sbsa wdt,since the previous value of interrupt id used
was causing conflict with a different device of
sbsa-ref platform.This was preventing the
|
By
Shashi Mallela
·
#68719
·
|
|
Re: [RFC PATCH 0/5] support CPU hot-unplug
"Ankur Arora" <ankur.a.arora@...> wrote:
I don't like implementing workarounds on hw side for guest software sake.
(it's occasionally done but only if there is no way to fix guest side,
for
"Ankur Arora" <ankur.a.arora@...> wrote:
I don't like implementing workarounds on hw side for guest software sake.
(it's occasionally done but only if there is no way to fix guest side,
for
|
By
Igor Mammedov
·
#68718
·
|
|
Re: [edk2-platforms][PATCH 29/34] Platform/Ampere: Add LinuxBoot image
Hi Nhi,
Well, that simplifies things, so sure.
Please hold back on the v2 until I either comment on somethign
requring substantial changes or tell you I'm done with this set.
It is a big one, so I
Hi Nhi,
Well, that simplifies things, so sure.
Please hold back on the v2 until I either comment on somethign
requring substantial changes or tell you I'm done with this set.
It is a big one, so I
|
By
Leif Lindholm <leif@...>
·
#68717
·
|
|
Re: [PATCH v2 0/4] Add extra pci roots support for Arm
By
Ni, Ray
·
#68716
·
|
|
[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
·
|