diff options
| author | Bin Meng <[email protected]> | 2016-06-17 02:13:16 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2016-07-12 13:46:01 +0800 |
| commit | 79c2c257cf66da5ac90b5c53954310361e41bb0a (patch) | |
| tree | 306df386c03d0f8f158bc3cfde79495816b5d049 /doc | |
| parent | cf7108b320e1851b829d6adc9bd4f4462c5f5072 (diff) | |
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 <[email protected]>
Reviewed-by: George McCollister <[email protected]>
Tested-by: George McCollister <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc')
| -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 a548b54b5b3..7d694b19cc6 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 |
