x86: acpi: Align FACS table to a 64 byte boundary
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:27 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit25e133ecb760a46f6b4a88b4b17aecfb0d6af8dd
tree2925b4e0dece4bd5c4dfc52fa952b159e13b3f68
parent7e79a6bc2edb7a7dd82cdabaceaa34dbb4ab5a55
x86: acpi: Align FACS table to a 64 byte boundary

Per ACPI spec, the FACS table address must be aligned to a 64 byte
boundary (Windows checks this, but Linux does not).

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c