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