public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH v1 0/2] edison: Enable ACPI
Date: Wed, 30 Aug 2017 18:04:57 +0300	[thread overview]
Message-ID: <20170830150459.67452-1-andriy.shevchenko@linux.intel.com> (raw)

This RFC series based on discussion [1] to show how we may unleash the
powerfulness of ACPI on the board, which initially didn't support it,
via U-Boot.

The series is highly experimental, though I'm using it on daily basis
since my main work on ACPI pin control glue layer.

More information is available on [2].

Note, I dunno the split of DSL pieces is fully correct since we need to
understand the difference between SoC, platform, and board terms. Even
though some stuff here declared under 'tangier' folder it's related to
Intel Merrifield platform (like Wi-Fi chip connected to SDIO port of
Intel Tangier). Because of some restrictions of ACPI language /
interpreter I may not split some of those parts. Thus, it needs to be
revisited.

P.S. It would be nice if someone who possess the board can check and
test this independently.

[1]: https://lists.denx.de/pipermail/u-boot/2017-August/303997.html
[2]: https://edison.internet-share.com/wiki/ACPI

Andy Shevchenko (2):
  x86: tangier: Enable ACPI support for Intel Tangier
  x86: edison: Bring ACPI minimal support to the board

 arch/x86/cpu/tangier/Makefile                      |   1 +
 arch/x86/cpu/tangier/acpi.c                        |  86 ++++++
 .../include/asm/arch-tangier/acpi/global_nvs.asl   |  16 ++
 .../x86/include/asm/arch-tangier/acpi/platform.asl |  31 +++
 .../include/asm/arch-tangier/acpi/southcluster.asl | 306 +++++++++++++++++++++
 arch/x86/include/asm/arch-tangier/global_nvs.h     |  22 ++
 board/intel/edison/.gitignore                      |   3 +
 board/intel/edison/Kconfig                         |   6 +
 board/intel/edison/Makefile                        |   1 +
 board/intel/edison/dsdt.asl                        |  13 +
 include/configs/edison.h                           |   3 +
 11 files changed, 488 insertions(+)
 create mode 100644 arch/x86/cpu/tangier/acpi.c
 create mode 100644 arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl
 create mode 100644 arch/x86/include/asm/arch-tangier/acpi/platform.asl
 create mode 100644 arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
 create mode 100644 arch/x86/include/asm/arch-tangier/global_nvs.h
 create mode 100644 board/intel/edison/.gitignore
 create mode 100644 board/intel/edison/dsdt.asl

-- 
2.14.1

             reply	other threads:[~2017-08-30 15:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 15:04 Andy Shevchenko [this message]
2017-08-30 15:04 ` [U-Boot] [PATCH v1 1/2] x86: tangier: Enable ACPI support for Intel Tangier Andy Shevchenko
2017-09-03  9:46   ` Bin Meng
2017-10-02 11:26     ` Andy Shevchenko
2017-08-30 15:04 ` [U-Boot] [PATCH v1 2/2] x86: edison: Bring ACPI minimal support to the board Andy Shevchenko
2017-09-03  9:46   ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170830150459.67452-1-andriy.shevchenko@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox