summaryrefslogtreecommitdiff
path: root/lib/acpi
Commit message (Expand)AuthorAgeFilesLines
* acpi: Move the table-finding functions into the libarySimon Glass2023-05-112-0/+47
* acpi: Create a new Kconfig for ACPISimon Glass2023-05-111-0/+4
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-171-1/+1
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-092-0/+65
* acpi: Collect tables in the acpi_item listSimon Glass2022-01-251-0/+5
* x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass2022-01-251-0/+8
* x86: Move device-specific ACPI tables to a writer functionSimon Glass2022-01-251-0/+12
* x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass2022-01-251-7/+6
* x86: Move CSRT table to a writer functionSimon Glass2022-01-252-0/+51
* x86: Move SSDT table to a writer functionSimon Glass2022-01-252-0/+50
* x86: Move DSDT table to a writer functionSimon Glass2022-01-254-0/+65
* x86: Move FACS table to a writer functionSimon Glass2022-01-252-0/+34
* x86: Move base tables to a writer functionSimon Glass2022-01-254-76/+101
* x86: Use the ACPI table writerSimon Glass2022-01-251-1/+3
* x86: acpi: Split out context creation from base tablesSimon Glass2022-01-253-15/+19
* acpi: Add a linker list for ACPI tablesSimon Glass2022-01-251-0/+91
* acpi: Use finer-grained control of ACPI-table generationSimon Glass2022-01-251-4/+4
* x86: Move the acpi table to generic global_dataSimon Glass2022-01-251-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-4/+4
* acpi: Use U-Boot version for OEM_REVISIONPali Rohár2021-10-061-1/+17
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* x86: Simplify acpi_device_infer_name()Simon Glass2020-12-181-24/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass2020-11-061-1/+1
* x86: Allow putting some tables in the bloblistSimon Glass2020-11-061-2/+2
* acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass2020-09-251-1/+1
* acpi: Add more support for generating processor tablesSimon Glass2020-09-251-0/+167
* acpi: Add support for generating processor tablesSimon Glass2020-09-251-0/+55
* x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+64
* dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass2020-09-251-2/+2
* acpi: Support generating a multi-function _DSM for devicesSimon Glass2020-09-252-0/+97
* acpi: Add support for conditions and return valuesSimon Glass2020-09-251-0/+68
* acpi: Add support for writing a _PRWSimon Glass2020-09-251-0/+10
* acpi: Support writing named valuesSimon Glass2020-07-171-0/+49
* acpi: Support generation of a deviceSimon Glass2020-07-171-0/+7
* acpi: Support generation of a generic registerSimon Glass2020-07-171-0/+71
* acpi: Support generation of a scopeSimon Glass2020-07-171-0/+7
* dm: acpi: Enhance acpi_get_name()Simon Glass2020-07-171-0/+106
* acpi: Add support for a generic power sequenceSimon Glass2020-07-171-0/+99
* acpi: Add support for writing a GPIO power sequenceSimon Glass2020-07-171-0/+85
* acpi: Add support for writing a Power ResourceSimon Glass2020-07-171-0/+22
* acpi: Add support for various misc ACPI opcodesSimon Glass2020-07-171-0/+86
* acpi: Support copying properties from device tree to ACPISimon Glass2020-07-171-0/+56
* acpi: Support writing a GPIOSimon Glass2020-07-171-0/+23
* acpi: Support writing Device Properties objects via _DSDSimon Glass2020-07-172-0/+324
* acpi: Support writing a UUIDSimon Glass2020-07-171-0/+38
* acpi: Support writing a nameSimon Glass2020-07-171-0/+96
* acpi: Support writing a stringSimon Glass2020-07-171-0/+6