summaryrefslogtreecommitdiff
path: root/lib/acpi
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini2-0/+51
2023-06-01acpi: Put the version numbers in a central placeSimon Glass1-8/+7
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass2-0/+47
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass1-0/+4
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer2-0/+65
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-0/+5
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass1-0/+8
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass1-0/+12
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass1-7/+6
2022-01-25x86: Move CSRT table to a writer functionSimon Glass2-0/+51
2022-01-25x86: Move SSDT table to a writer functionSimon Glass2-0/+50
2022-01-25x86: Move DSDT table to a writer functionSimon Glass4-0/+65
2022-01-25x86: Move FACS table to a writer functionSimon Glass2-0/+34
2022-01-25x86: Move base tables to a writer functionSimon Glass4-76/+101
2022-01-25x86: Use the ACPI table writerSimon Glass1-1/+3
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass3-15/+19
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass1-0/+91
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass1-4/+4
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-4/+4
2021-10-06acpi: Use U-Boot version for OEM_REVISIONPali Rohár1-1/+17
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-19x86: Simplify acpi_device_infer_name()Simon Glass1-24/+3
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-11-06acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass1-1/+1
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass1-2/+2
2020-09-25acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass1-1/+1
2020-09-25acpi: Add more support for generating processor tablesSimon Glass1-0/+167
2020-09-25acpi: Add support for generating processor tablesSimon Glass1-0/+55
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass1-0/+64
2020-09-25dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass1-2/+2
2020-09-25acpi: Support generating a multi-function _DSM for devicesSimon Glass2-0/+97
2020-09-25acpi: Add support for conditions and return valuesSimon Glass1-0/+68
2020-09-25acpi: Add support for writing a _PRWSimon Glass1-0/+10
2020-07-17acpi: Support writing named valuesSimon Glass1-0/+49
2020-07-17acpi: Support generation of a deviceSimon Glass1-0/+7
2020-07-17acpi: Support generation of a generic registerSimon Glass1-0/+71
2020-07-17acpi: Support generation of a scopeSimon Glass1-0/+7
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass1-0/+106
2020-07-17acpi: Add support for a generic power sequenceSimon Glass1-0/+99
2020-07-17acpi: Add support for writing a GPIO power sequenceSimon Glass1-0/+85
2020-07-17acpi: Add support for writing a Power ResourceSimon Glass1-0/+22
2020-07-17acpi: Add support for various misc ACPI opcodesSimon Glass1-0/+86
2020-07-17acpi: Support copying properties from device tree to ACPISimon Glass1-0/+56
2020-07-17acpi: Support writing a GPIOSimon Glass1-0/+23
2020-07-17acpi: Support writing Device Properties objects via _DSDSimon Glass2-0/+324
2020-07-17acpi: Support writing a UUIDSimon Glass1-0/+38