aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: Convert existing long help messages to the new macroTom Rini2023-10-161-4/+2
* acpi: Add a comment to set the acpi tablesSimon Glass2023-07-171-3/+21
* acpi: Move the table-finding functions into the libarySimon Glass2023-05-111-39/+1
* acpi: Create a new Kconfig for ACPISimon Glass2023-05-111-0/+4
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* acpi: Fix buffer overflow in do_acpi_dump()Andrew Scull2022-04-291-1/+1
* acpi: Tidy up the table listSimon Glass2022-01-251-4/+5
* x86: Move the acpi table to generic global_dataSimon Glass2022-01-251-3/+3
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* cmd: Add missing check for CONFIG_SYS_LONGHELPSimon Glass2021-03-271-0/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* cmd: acpi: Print revisions in hex formatAndy Shevchenko2020-09-211-1/+1
* acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass2020-07-171-2/+13
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* acpi: Add an acpi commandSimon Glass2020-04-301-0/+186