Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: beefa753f3fc944891b2183049b70c2a0d10d3ed
https://github.com/tianocore/edk2/commit/beefa753f3fc944891b2183049b70c2a0d10d3ed
Author: Rebecca Cran <[email protected]>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h
M ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c
Log Message:
-----------
ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
The generic watchdog offset register is 48 bits wide, and can be set by
performing two 32-bit writes.
Add support for writing the high 16 bits of the offset register and
update the signature of the WatchdogWriteOffsetRegister function to take
a UINT64 value.
Signed-off-by: Rebecca Cran <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>
Commit: 9ac93da5b55bab8eed81016dbf33509b9d98f370
https://github.com/tianocore/edk2/commit/9ac93da5b55bab8eed81016dbf33509b9d98f370
Author: Rebecca Cran <[email protected]>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c
Log Message:
-----------
ArmPkg: Introduce global mTimerPeriod and remove calculation
The calculation of the timer period was broken. Introduce a global
mTimerPeriod so the calculation can be removed. Since mTimerFrequencyHz
is only used in one place, remove the global and make it a local
variable. Do the same with mNumTimerTicks.
Signed-off-by: Rebecca Cran <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>
Commit: 909a9a5ae4b8236c1ca7cad7f214c752a579bd67
https://github.com/tianocore/edk2/commit/909a9a5ae4b8236c1ca7cad7f214c752a579bd67
Author: Rebecca Cran <[email protected]>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c
Log Message:
-----------
ArmPkg: Disable watchdog interaction after exiting boot services
Update GenericWatchdogDxe to disable watchdog interaction after exiting
boot services. Also, move the mEfiExitBootServicesEvent event to the top
of the file with the other static variables.
Signed-off-by: Rebecca Cran <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/98c7cb3be73d...909a9a5ae4b8
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits