commit | 3dfc601757f8b81e8b2123202d492c594fcbd200 | [log] [tgz] |
---|---|---|
author | Sarah Pham <smpham@fuchsia.infra.roller.google.com> | Mon Nov 22 23:46:08 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 22 15:47:07 2021 -0800 |
tree | 8b015fca1fbd3165b92b15daa8f5fac4586d2bf9 | |
parent | e6b5371087939aac22d0057f1a3f71ac46aa89d3 [diff] |
[roll] Roll fuchsia [acpica] Only support S5 state from AcpiOsEnterSleep. AcpiOsEnterSleep is used by ACPICA code to validate whether we want to transition to a particular sleep state. Since the ACPICA functions used to transition S-states require interrupts to be disabled and in Fuchsia ACPICA runs in usermode and we don't expose a mechanism for it to disable interrupts, we do not want to allow S-state transitions except shutdown (sleep state S5) where cache corruption does not matter. When we do support other S-state transitions we will do so by jumping to the kernel to disable interrupts and make the transition so this function will not be called. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/605221 Original-Revision: 7ac60b28c214f45bee71498f596f461f841a48e7 GitOrigin-RevId: 15d4d24c4ea5e2561fa5abd15181be8c8d3a5b96 Change-Id: I34fb49eaf118342cbdc8ef1538195a4df5d328ba
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.