aboutsummaryrefslogtreecommitdiff
path: root/lib/acpi
AgeCommit message (Expand)Author
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt
2024-01-07acpi: Kconfig symbol CONFIG_QFW_ACPIHeinrich Schuchardt
2024-01-07acpi: support 64bit in acpi_find_table for DSDT and FACSHeinrich Schuchardt
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini
2023-12-13acpi: consider XSDT in acpi_find_table()Heinrich Schuchardt
2023-12-13acpi: simplify acpi_write_ssdt()Heinrich Schuchardt
2023-12-13acpi: cannot have RSDT above 4 GiBHeinrich Schuchardt
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-05-31acpi: Put the version numbers in a central placeSimon Glass
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass
2022-01-25x86: Move CSRT table to a writer functionSimon Glass
2022-01-25x86: Move SSDT table to a writer functionSimon Glass
2022-01-25x86: Move DSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACS table to a writer functionSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: Use the ACPI table writerSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-06acpi: Use U-Boot version for OEM_REVISIONPali Rohár
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-18x86: Simplify acpi_device_infer_name()Simon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-11-06acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass
2020-09-25acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass
2020-09-25acpi: Add more support for generating processor tablesSimon Glass
2020-09-25acpi: Add support for generating processor tablesSimon Glass
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass
2020-09-25dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass
2020-09-25acpi: Support generating a multi-function _DSM for devicesSimon Glass
2020-09-25acpi: Add support for conditions and return valuesSimon Glass
2020-09-25acpi: Add support for writing a _PRWSimon Glass
2020-07-17acpi: Support writing named valuesSimon Glass
2020-07-17acpi: Support generation of a deviceSimon Glass
2020-07-17acpi: Support generation of a generic registerSimon Glass
2020-07-17acpi: Support generation of a scopeSimon Glass
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass