summaryrefslogtreecommitdiff
path: root/test/dm/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass1-3/+3
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+73
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass1-0/+5
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-10/+54
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-1/+15
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-0/+28
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-3/+71
2020-04-16acpi: Add support for DMARSimon Glass1-0/+16
2020-04-16acpi: Add a central location for table version numbersSimon Glass1-0/+14
2020-04-16acpi: Add a simple sandbox testSimon Glass1-0/+55