[edk2-devel] [PATCH v3 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements

Rebecca Cran via groups.io posted 3 patches 3 months, 4 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h    |  6 ++-
ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c | 60 +++++++++++++++++-------------
2 files changed, 40 insertions(+), 26 deletions(-)
[edk2-devel] [PATCH v3 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements
Posted by Rebecca Cran via groups.io 3 months, 4 weeks ago
Fixes and improvements to GenericWatchdogDxe.

PR: https://github.com/tianocore/edk2/pull/5176

Rebecca Cran (3):
  ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
  ArmPkg: Introduce global mTimerPeriod and remove calculation
  ArmPkg: Disable watchdog interaction after exiting boot services

 ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h    |  6 ++-
 ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c | 60 +++++++++++++++++-------------
 2 files changed, 40 insertions(+), 26 deletions(-)

-- 
2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113217): https://edk2.groups.io/g/devel/message/113217
Mute This Topic: https://groups.io/mt/103538117/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v3 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements
Posted by Ard Biesheuvel 3 months, 4 weeks ago
On Fri, 5 Jan 2024 at 06:15, Rebecca Cran
<rebecca@os.amperecomputing.com> wrote:
>
> Fixes and improvements to GenericWatchdogDxe.
>

What is the difference between v2 and v3?

> PR: https://github.com/tianocore/edk2/pull/5176
>
> Rebecca Cran (3):
>   ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
>   ArmPkg: Introduce global mTimerPeriod and remove calculation
>   ArmPkg: Disable watchdog interaction after exiting boot services
>
>  ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h    |  6 ++-
>  ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c | 60 +++++++++++++++++-------------
>  2 files changed, 40 insertions(+), 26 deletions(-)
>
> --
> 2.34.1
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113221): https://edk2.groups.io/g/devel/message/113221
Mute This Topic: https://groups.io/mt/103538117/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v3 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements
Posted by Rebecca Cran via groups.io 3 months, 4 weeks ago
On 1/5/2024 1:26 AM, Ard Biesheuvel via groups.io wrote:
> On Fri, 5 Jan 2024 at 06:15, Rebecca Cran
> <rebecca@os.amperecomputing.com> wrote:
>>
>> Fixes and improvements to GenericWatchdogDxe.
>>
> 
> What is the difference between v2 and v3?

Sorry, I should have said that. I forgot to build v2 and it had a bug in 
the exit boot services handler where I'd forgotten to update a line.

-- 
Rebecca Cran


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113298): https://edk2.groups.io/g/devel/message/113298
Mute This Topic: https://groups.io/mt/103538117/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-