- 9838d34 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · 7 months ago
- 10de8a8 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · 10 months ago
- 223605f acpi: Kconfig symbol CONFIG_QFW_ACPI by Heinrich Schuchardt · 11 months ago
- fc7a0ee acpi: support 64bit in acpi_find_table for DSDT and FACS by Heinrich Schuchardt · 11 months ago
- 919f835 acpi: Write pointers to tables instead of addresses by Simon Glass · 11 months ago
- a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · 12 months ago
- 23c14e1 acpi: consider XSDT in acpi_find_table() by Heinrich Schuchardt · 1 year ago
- f252dfc acpi: simplify acpi_write_ssdt() by Heinrich Schuchardt · 1 year ago
- 266e8e2 acpi: cannot have RSDT above 4 GiB by Heinrich Schuchardt · 1 year ago
- 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 6 months ago
- 90b0127 acpi: Put the version numbers in a central place by Simon Glass · 1 year, 7 months ago
- 7ae6976 acpi: Move the table-finding functions into the libary by Simon Glass · 1 year, 7 months ago
- e264be4 acpi: Create a new Kconfig for ACPI by Simon Glass · 1 year, 7 months ago
- ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 1 month ago
- c656172 acpi: Move MCFG implementation to common lib by Moritz Fischer · 2 years, 10 months ago
- 877205e acpi: Collect tables in the acpi_item list by Simon Glass · 3 years ago
- 5f47f23 x86: Move acpi_get_rsdp_addr() ACPI tables to the writer by Simon Glass · 3 years ago
- 5da1e3c x86: Move device-specific ACPI tables to a writer function by Simon Glass · 3 years ago
- 89ce519 x86: acpi: Update acpi_fill_csrt() to use acpi_ctx by Simon Glass · 3 years ago
- 6e6bc9b x86: Move CSRT table to a writer function by Simon Glass · 3 years ago
- 6800095 x86: Move SSDT table to a writer function by Simon Glass · 3 years ago
- 83c3cb5 x86: Move DSDT table to a writer function by Simon Glass · 3 years ago
- f53f57d x86: Move FACS table to a writer function by Simon Glass · 3 years ago
- e9f6e6a x86: Move base tables to a writer function by Simon Glass · 3 years ago
- 1617088 x86: Use the ACPI table writer by Simon Glass · 3 years ago
- 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
- 4ecb97e acpi: Add a linker list for ACPI tables by Simon Glass · 3 years ago
- 29e64b5 acpi: Use finer-grained control of ACPI-table generation by Simon Glass · 3 years ago
- b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · 3 years ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- f0de20e acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 5 months ago
- 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 4 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 9a65513 x86: Simplify acpi_device_infer_name() by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- c235fe6 acpi: Correct reset handling in acpi_device_add_power_res() by Simon Glass · 4 years, 1 month ago
- 5d093f3 x86: Allow putting some tables in the bloblist by Simon Glass · 4 years, 1 month ago
- 6e4116a acpi: Use I2cSerialBusV2() instead of I2cSerialBus() by Simon Glass · 4 years, 2 months ago
- 2f8b6af acpi: Add more support for generating processor tables by Simon Glass · 4 years, 2 months ago
- 412dc4b acpi: Add support for generating processor tables by Simon Glass · 4 years, 2 months ago
- 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
- 2f3c6ba dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years, 2 months ago
- 4c8cbbd acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years, 2 months ago
- ca72763 acpi: Add support for conditions and return values by Simon Glass · 4 years, 2 months ago
- 77dfd03 acpi: Add support for writing a _PRW by Simon Glass · 4 years, 2 months ago
- b4df078 acpi: Support writing named values by Simon Glass · 4 years, 5 months ago
- a186d93 acpi: Support generation of a device by Simon Glass · 4 years, 5 months ago
- 837127f acpi: Support generation of a generic register by Simon Glass · 4 years, 5 months ago
- 6fcdaf1 acpi: Support generation of a scope by Simon Glass · 4 years, 5 months ago
- 0964239 dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 5 months ago
- cec3af0 acpi: Add support for a generic power sequence by Simon Glass · 4 years, 5 months ago
- 8a20076 acpi: Add support for writing a GPIO power sequence by Simon Glass · 4 years, 5 months ago
- d0f7d9b acpi: Add support for writing a Power Resource by Simon Glass · 4 years, 5 months ago
- 9238fac acpi: Add support for various misc ACPI opcodes by Simon Glass · 4 years, 5 months ago
- dd0ed90 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 5 months ago
- 5953449 acpi: Support writing a GPIO by Simon Glass · 4 years, 5 months ago
- c993ff7 acpi: Support writing Device Properties objects via _DSD by Simon Glass · 4 years, 5 months ago
- 48342b0 acpi: Support writing a UUID by Simon Glass · 4 years, 5 months ago
- 0dc3d51 acpi: Support writing a name by Simon Glass · 4 years, 5 months ago
- 45d6d95 acpi: Support writing a string by Simon Glass · 4 years, 5 months ago
- 8715ce0 acpi: Support writing an integer by Simon Glass · 4 years, 5 months ago
- edc2680 acpigen: Support writing a package by Simon Glass · 4 years, 5 months ago
- 0f27763 acpigen: Support writing a length by Simon Glass · 4 years, 5 months ago
- 711fd98 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 5 months ago
- 39ab867 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 5 months ago
- e2bbb13 acpi: Support generation of a GPIO/irq for a device by Simon Glass · 4 years, 5 months ago
- 4fa6331 acpi: Support generation of GPIO descriptor by Simon Glass · 4 years, 5 months ago
- 071c4a5 acpi: Support string output by Simon Glass · 4 years, 5 months ago
- 3d39c13 acpi: Support generation of interrupt descriptor by Simon Glass · 4 years, 5 months ago
- 98528d4 acpi: Support generation of ACPI code by Simon Glass · 4 years, 5 months ago
- 8965cc9 acpi: Add a way to check device status by Simon Glass · 4 years, 5 months ago
- ebb2e83 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 5 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- faf08c7 acpi: Add an acpi command by Simon Glass · 4 years, 7 months ago
- abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 7 months ago
- 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
- 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
- 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
- 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
- e962989 acpi: Add support for DMAR by Simon Glass · 4 years, 8 months ago
- b2672ea acpi: Add a central location for table version numbers by Simon Glass · 4 years, 8 months ago