commit | f53f57d8b8d2cb43e452b4a8083615ab886326fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:02:51 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 85eff932833cf3db206f243458ef1530d80d427c | |
parent | e9f6e6a74a452d139ff4a6ffe477f12cc5aae3f5 [diff] |
x86: Move FACS table to a writer function Move this table over to use a writer function, moving the code from the x86 implementation. Add a pointer to the DSDT in struct acpi_ctx so we can reference it later. Signed-off-by: Simon Glass <sjg@chromium.org>