On Tue, Mar 03, 2026 at 10:25:12AM +0100, Igor Mammedov wrote: > Date: Tue, 3 Mar 2026 10:25:12 +0100 > From: Igor Mammedov <[email protected]> > Subject: [PATCH v2 01/21] acpi: add API to build WDAT instructions > > Add definitions for WDAT[1] actions/instructions > and build_append_wdat_ins() API to build table entries. > > 1) > "Hardware Watchdog Timers Design Specification" > https://uefi.org/acpi 'Watchdog Action Table (WDAT)' > > Signed-off-by: Igor Mammedov <[email protected]> > Reviewed-by: Ani Sinha <[email protected]> > --- > include/hw/acpi/wdat.h | 118 +++++++++++++++++++++++++++++++++++++++++ > hw/acpi/aml-build.c | 14 +++++ > 2 files changed, 132 insertions(+) > create mode 100644 include/hw/acpi/wdat.h
Reviewed-by: Zhao Liu <[email protected]>
