On Sat, Nov 1, 2025 at 3:59 AM Heinrich Schuchardt <[email protected]> wrote: > > Check that some mandatory ACPI tables exist: > > - RSDP > - RSDT or XSDT > - FADT > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > test/cmd/Makefile | 3 +++ > test/cmd/acpi.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 55 insertions(+) > create mode 100644 test/cmd/acpi.c >
Reviewed-by: Bin Meng <[email protected]>

