]> git.baikalelectronics.ru Git - uboot.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)
commit420cb974f104466f72b308ff0153243b686a60eb
tree01cb02c82a508168f26583c5d17602e92601b6bf
parent19da063026e01d75a40126128173abf921e6d7e5
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]