From 454d6340f0b89d8145971c25a7f948bfc28553c0 Mon Sep 17 00:00:00 2001 From: Changyuan Lyu Date: Fri, 6 Mar 2026 10:58:28 -0800 Subject: [PATCH] docs: add Intel copyright for ACPI PM timer The ACPI PM timer implementation is derived from Cloud Hypervisor. This commit adds the original Intel copyright notice, which was previously missing. Fixes: a5c466e578b9 ("feat(acpi): add an ACPI power management timer") Signed-off-by: Changyuan Lyu --- alioth/src/firmware/acpi/reg.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alioth/src/firmware/acpi/reg.rs b/alioth/src/firmware/acpi/reg.rs index d8e9de49..1e4c8dd8 100644 --- a/alioth/src/firmware/acpi/reg.rs +++ b/alioth/src/firmware/acpi/reg.rs @@ -1,4 +1,5 @@ // Copyright 2024 Google LLC +// Copyright © 2019 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -63,6 +64,9 @@ impl Mmio for FadtSleepControl { } } +// The following AcpiPmTimer implementation is derived from Cloud Hypervisor. +// Copyright © 2019 Intel Corporation + /// Power Management Timer /// /// ACPI v6.5, Sec. 4.8.2.1