commit | 4ecb97e9bd68ed1f11f7b5d970451f279af8c07a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:02:47 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 9b6852cab568303cc98ab6a6f0f6faa9f0d40a72 | |
parent | f93b904f86d7004f75d4478a6ee56daf2770135f [diff] |
acpi: Add a linker list for ACPI tables At present we call lots of functions to generate the required ACPI tables. It would be better to standardise these functions and allow them to be automatically collected and used when needed. Add a linker list to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>