Unleashed v1.4
[unleashed.git] / usr / src / cmd / acpi / Readme
blob2b2c4747f26165fc3281ad51dc37a314c541d245
1 This file and its contents are supplied under the terms of the
2 Common Development and Distribution License ("CDDL"), version 1.0.
3 You may only use this file in accordance with the terms of version
4 1.0 of the CDDL.
6 A full copy of the text of the CDDL should have accompanied this
7 source.  A copy of the CDDL is also available via the Internet at
8 http://www.illumos.org/license/CDDL.
10 Copyright (c) 2018, Joyent, Inc.
12 ---
14 The ACPI code is currently based on 'joyent/20180629', which is based on
15 the '20180629' release.
17 The ACPI utilities are based on the Intel ACPI source code drops.  Most
18 of the ACPI source code lives in the following directories:
20    usr/src/uts/common/acpica            Common to kernel and commands
21    usr/src/uts/intel/io/acpica          Kernel
22    usr/src/uts/intel/sys/acpi           Headers
23    usr/src/cmd/acpi                     Commands
25 We maintain an ACPI repository that has the tools to sync up the ACPI
26 data in illumos. The repository README has more information on the
27 repository. It has the following information:
29 1. Branches with all of our modification on top of our data.
31 2. Instructions and tools with all of our updates.
33 3. The tool 'tools/acpica-update' in the repository can be used to
34 update the ACPI source code in illumos.