[PATCH v3 05/16] acpi: Move the table-finding functions into the libary
Bin Meng
bmeng.cn at gmail.com
Thu May 4 15:18:33 CEST 2023
On Mon, Mar 27, 2023 at 12:16 PM Simon Glass <sjg at 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 at 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 at gmail.com>
More information about the U-Boot
mailing list