summaryrefslogtreecommitdiff
path: root/cmd/acpi.c
AgeCommit message (Expand)AuthorFilesLines
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-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+186