]> git.ipfire.org Git - thirdparty/u-boot.git/commit
acpi: Move the table-finding functions into the libary
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:54:58 +0000 (16:54 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commit37bf44073bf2a51f25d82856d51ae16bc8fd8f76
tree01cb02c82a508168f26583c5d17602e92601b6bf
parent0992a90daa80a17f9e7e33a56fd3f9660ee84c97
acpi: Move the table-finding functions into the libary

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
cmd/acpi.c
include/acpi/acpi_table.h
lib/acpi/Makefile
lib/acpi/acpi.c [new file with mode: 0644]