diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-06-17 02:13:16 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-07-12 13:46:01 +0800 |
commit | 79c2c257cf66da5ac90b5c53954310361e41bb0a (patch) | |
tree | 306df386c03d0f8f158bc3cfde79495816b5d049 /doc/README.x86 | |
parent | cf7108b320e1851b829d6adc9bd4f4462c5f5072 (diff) | |
download | u-boot-79c2c257cf66da5ac90b5c53954310361e41bb0a.tar.gz |
x86: acpi: Pack global NVS into ACPI table
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>
Diffstat (limited to 'doc/README.x86')
-rw-r--r-- | doc/README.x86 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index a548b54b5b..7d694b19cc 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -1020,8 +1020,6 @@ Features not supported so far (to make it a complete ACPI solution): * S3 (Suspend to RAM), S4 (Suspend to Disk). Features that are optional: - * ACPI global NVS support. We may need it to simplify ASL code logic if - utilizing NVS variables. Most likely we will need this sooner or later. * Dynamic AML bytecodes insertion at run-time. We may need this to support SSDT table generation and DSDT fix up. * SMI support. Since U-Boot is a modern bootloader, we don't want to bring |