[U-Boot] [PATCH v2 3/4] x86: acpi: Pack global NVS into ACPI table
Bin Meng
bmeng.cn at gmail.com
Sat Jun 18 16:18:53 CEST 2016
On Fri, Jun 17, 2016 at 5:13 PM, Bin Meng <bmeng.cn at 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 at gmail.com>
> Reviewed-by: George McCollister <george.mccollister at gmail.com>
> Tested-by: George McCollister <george.mccollister at gmail.com>
> Reviewed-by: Simon Glass <sjg at 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!
More information about the U-Boot
mailing list