
4 May
2023
4 May
'23
3:18 p.m.
On Mon, Mar 27, 2023 at 12:16 PM Simon Glass sjg@chromium.org wrote:
This is useful for other features. Move the function into library code so it can be used outside just the 'acpi' command.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Avoid a build error with the ASL compiler
Changes in v2:
- Add new patch to move acpi-table-finding functions into the library
cmd/acpi.c | 40 +--------------------------------- include/acpi/acpi_table.h | 8 +++++++ lib/acpi/Makefile | 2 ++ lib/acpi/acpi.c | 45 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+), 39 deletions(-) create mode 100644 lib/acpi/acpi.c
Reviewed-by: Bin Meng bmeng.cn@gmail.com