[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
1 file changed
tree: 8b015fca1fbd3165b92b15daa8f5fac4586d2bf9
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.