aboutsummaryrefslogtreecommitdiff
path: root/lib/acpi
AgeCommit message (Expand)AuthorFilesLines
8 daysacpi: set creator_revision in acpi_fill_headerHeinrich Schuchardt2-2/+1
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt2-3/+3
2024-01-07acpi: Kconfig symbol CONFIG_QFW_ACPIHeinrich Schuchardt2-3/+3
2024-01-07acpi: support 64bit in acpi_find_table for DSDT and FACSHeinrich Schuchardt1-5/+24
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass3-10/+10
2023-12-21lib: Remove <common.h> inclusion from these filesWIP/2023-12-21-header-inclusion-cleanupTom Rini12-12/+11
2023-12-13acpi: consider XSDT in acpi_find_table()Heinrich Schuchardt1-4/+16
2023-12-13acpi: simplify acpi_write_ssdt()Heinrich Schuchardt1-2/+1
2023-12-13acpi: cannot have RSDT above 4 GiBHeinrich Schuchardt1-7/+16
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini2-0/+51
2023-05-31acpi: 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-17dm: 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-18x86: Simplify acpi_device_infer_name()Simon Glass1-24/+3
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: 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