commit | 1c03efc01485e2f0ba0a8c7eaa94b1bbbf393251 | [log] [tgz] |
---|---|---|
author | Maximilian Brune <maximilian.brune@9elements.com> | Wed Oct 23 15:19:44 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 27 17:12:44 2024 -0600 |
tree | 8a618c00aa7a3b9d3edd7180faa1c3b578309729 | |
parent | 0d28900dd171d3444ea16d9cc18af35a90c03e27 [diff] |
acpi: x86: Move SPCR and DBG2 into common code This moves the SPCR and DBG2 table generation into common code, so that they can be used by architectures other than x86. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com>