aboutsummaryrefslogtreecommitdiff
path: root/cmd/acpi.c
AgeCommit message (Expand)Author
2024-01-07cmd: acpi: check HW reduced flag in acpi listHeinrich Schuchardt
2024-01-07cmd: acpi: fix listing DSDT and FACSHeinrich Schuchardt
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass
2023-12-13cmd: check argc for acpi dumpHeinrich Schuchardt
2023-12-13cmd: acpi: fix acpi list commandHeinrich Schuchardt
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-07-17acpi: Add a comment to set the acpi tablesSimon Glass
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-04-29acpi: Fix buffer overflow in do_acpi_dump()Andrew Scull
2022-01-25acpi: Tidy up the table listSimon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-03-27cmd: Add missing check for CONFIG_SYS_LONGHELPSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-09-21cmd: acpi: Print revisions in hex formatAndy Shevchenko
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-30acpi: Add an acpi commandSimon Glass