aboutsummaryrefslogtreecommitdiff
path: root/lib/acpi
AgeCommit message (Expand)AuthorFilesLines
2020-07-17acpi: Support generation of SPI descriptorSimon Glass1-0/+124
2020-07-17acpi: Support generation of I2C descriptorSimon Glass1-0/+107
2020-07-17acpi: Support generation of a GPIO/irq for a deviceSimon Glass1-1/+30
2020-07-17acpi: Support generation of GPIO descriptorSimon Glass1-0/+151
2020-07-17acpi: Support string outputSimon Glass1-0/+14
2020-07-17acpi: Support generation of interrupt descriptorSimon Glass1-0/+119
2020-07-17acpi: Support generation of ACPI codeSimon Glass3-0/+41
2020-07-17acpi: Add a way to check device statusSimon Glass1-0/+5
2020-07-17acpi: Add a function to get a device path and scopeSimon Glass2-0/+84
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+1
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass1-6/+4
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-0/+82
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-0/+61
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-1/+23
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-3/+10
2020-04-16acpi: Add support for DMARSimon Glass1-0/+31
2020-04-16acpi: Add a central location for table version numbersSimon Glass2-0/+66