All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/4] x86: acpi: Pack global NVS into ACPI table
Date: Sat, 18 Jun 2016 22:18:53 +0800	[thread overview]
Message-ID: <CAEUhbmWWHY1jTpS1v0RdV3ncY3ovwcPLCsekXmg33+uR8iyMtA@mail.gmail.com> (raw)
In-Reply-To: <1466154797-4532-4-git-send-email-bmeng.cn@gmail.com>

On Fri, Jun 17, 2016 at 5:13 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> Now that platform-specific ACPI global NVS is added, pack it into
> ACPI table and get its address fixed up.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: George McCollister <george.mccollister@gmail.com>
> Tested-by: George McCollister <george.mccollister@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
>
> ---
>
> Changes in v2:
> - Don't use hardcoded 0xdeadbeef, use defines instead
> - Simplify the casting of gnvs by declaring it as "u32 *"
>
>  arch/x86/include/asm/acpi_table.h                  |  4 ++++
>  .../include/asm/arch-baytrail/acpi/platform.asl    |  3 +++
>  arch/x86/include/asm/arch-quark/acpi/platform.asl  |  3 +++
>  arch/x86/lib/acpi_table.c                          | 22 ++++++++++++++++++++++
>  doc/README.x86                                     |  2 --
>  5 files changed, 32 insertions(+), 2 deletions(-)
>

applied to u-boot-x86/next, thanks!

  reply	other threads:[~2016-06-18 14:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17  9:13 [U-Boot] [PATCH v2 0/4] x86: acpi: Introduce ACPI global NVS support Bin Meng
2016-06-17  9:13 ` [U-Boot] [PATCH v2 1/4] x86: baytrail: Introduce ACPI global NVS Bin Meng
2016-06-18 14:18   ` Bin Meng
2016-06-17  9:13 ` [U-Boot] [PATCH v2 2/4] x86: quark: " Bin Meng
2016-06-18 14:18   ` Bin Meng
2016-06-17  9:13 ` [U-Boot] [PATCH v2 3/4] x86: acpi: Pack global NVS into ACPI table Bin Meng
2016-06-18 14:18   ` Bin Meng [this message]
2016-06-17  9:13 ` [U-Boot] [PATCH v2 4/4] x86: baytrail: acpi: Hide internal UART per GNVS setting Bin Meng
2016-06-17 22:59   ` Simon Glass
2016-06-18 14:18     ` 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=CAEUhbmWWHY1jTpS1v0RdV3ncY3ovwcPLCsekXmg33+uR8iyMtA@mail.gmail.com \
    --to=bmeng.cn@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.