Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions alioth/src/firmware/acpi/reg.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down