1. 4735d03 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · 9 months ago
  2. b2f088c acpi: Kconfig symbol CONFIG_QFW_ACPI by Heinrich Schuchardt · 10 months ago
  3. f47c86f acpi: support 64bit in acpi_find_table for DSDT and FACS by Heinrich Schuchardt · 10 months ago
  4. a8efebe acpi: Write pointers to tables instead of addresses by Simon Glass · 10 months ago
  5. 467382c lib: Remove <common.h> inclusion from these files by Tom Rini · 10 months ago
  6. 5574d82 acpi: consider XSDT in acpi_find_table() by Heinrich Schuchardt · 11 months ago
  7. fef4896 acpi: simplify acpi_write_ssdt() by Heinrich Schuchardt · 11 months ago
  8. c7b31a9 acpi: cannot have RSDT above 4 GiB by Heinrich Schuchardt · 11 months ago
  9. 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 4 months ago
  10. 1e4d965 acpi: Put the version numbers in a central place by Simon Glass · 1 year, 6 months ago
  11. 37bf440 acpi: Move the table-finding functions into the libary by Simon Glass · 1 year, 6 months ago
  12. 0992a90 acpi: Create a new Kconfig for ACPI by Simon Glass · 1 year, 6 months ago
  13. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  14. 058fb9f acpi: Move MCFG implementation to common lib by Moritz Fischer · 2 years, 9 months ago
  15. 2d7c738 acpi: Collect tables in the acpi_item list by Simon Glass · 2 years, 11 months ago
  16. 9d2adca x86: Move acpi_get_rsdp_addr() ACPI tables to the writer by Simon Glass · 2 years, 11 months ago
  17. a7e53b9 x86: Move device-specific ACPI tables to a writer function by Simon Glass · 2 years, 11 months ago
  18. 78031ad x86: acpi: Update acpi_fill_csrt() to use acpi_ctx by Simon Glass · 2 years, 11 months ago
  19. 85b8161 x86: Move CSRT table to a writer function by Simon Glass · 2 years, 11 months ago
  20. d953137 x86: Move SSDT table to a writer function by Simon Glass · 2 years, 11 months ago
  21. eacb6d0 x86: Move DSDT table to a writer function by Simon Glass · 2 years, 11 months ago
  22. a53d38f x86: Move FACS table to a writer function by Simon Glass · 2 years, 11 months ago
  23. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 11 months ago
  24. 31c27eb x86: Use the ACPI table writer by Simon Glass · 2 years, 11 months ago
  25. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 11 months ago
  26. 6afa63a acpi: Add a linker list for ACPI tables by Simon Glass · 2 years, 11 months ago
  27. 437992d acpi: Use finer-grained control of ACPI-table generation by Simon Glass · 2 years, 11 months ago
  28. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 11 months ago
  29. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  30. a3423b3 acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 3 months ago
  31. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 3 months ago
  32. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  33. d1e8530 x86: Simplify acpi_device_infer_name() by Simon Glass · 3 years, 10 months ago
  34. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  35. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  36. be1cee1 acpi: Correct reset handling in acpi_device_add_power_res() by Simon Glass · 4 years ago
  37. d2cb7a2 x86: Allow putting some tables in the bloblist by Simon Glass · 4 years ago
  38. 9c6aaf1 acpi: Use I2cSerialBusV2() instead of I2cSerialBus() by Simon Glass · 4 years, 1 month ago
  39. 350c7f5 acpi: Add more support for generating processor tables by Simon Glass · 4 years, 1 month ago
  40. 1540328 acpi: Add support for generating processor tables by Simon Glass · 4 years, 1 month ago
  41. f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 1 month ago
  42. 23dd0ea dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years, 1 month ago
  43. 88490e1 acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years, 1 month ago
  44. da7cff3 acpi: Add support for conditions and return values by Simon Glass · 4 years, 1 month ago
  45. e0a896b acpi: Add support for writing a _PRW by Simon Glass · 4 years, 1 month ago
  46. bb6772c acpi: Support writing named values by Simon Glass · 4 years, 3 months ago
  47. 91c2f9c acpi: Support generation of a device by Simon Glass · 4 years, 3 months ago
  48. d7d631d acpi: Support generation of a generic register by Simon Glass · 4 years, 3 months ago
  49. 82659cc acpi: Support generation of a scope by Simon Glass · 4 years, 3 months ago
  50. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 3 months ago
  51. 740630b acpi: Add support for a generic power sequence by Simon Glass · 4 years, 3 months ago
  52. f8054dd acpi: Add support for writing a GPIO power sequence by Simon Glass · 4 years, 3 months ago
  53. f9189d5 acpi: Add support for writing a Power Resource by Simon Glass · 4 years, 3 months ago
  54. 9c70e7e acpi: Add support for various misc ACPI opcodes by Simon Glass · 4 years, 3 months ago
  55. 0667900 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 3 months ago
  56. 2357234 acpi: Support writing a GPIO by Simon Glass · 4 years, 3 months ago
  57. 0e5a0a0 acpi: Support writing Device Properties objects via _DSD by Simon Glass · 4 years, 3 months ago
  58. 29df845 acpi: Support writing a UUID by Simon Glass · 4 years, 3 months ago
  59. 7aed90d acpi: Support writing a name by Simon Glass · 4 years, 3 months ago
  60. 3df33bd acpi: Support writing a string by Simon Glass · 4 years, 3 months ago
  61. 83b2bd5 acpi: Support writing an integer by Simon Glass · 4 years, 3 months ago
  62. 03967ce acpigen: Support writing a package by Simon Glass · 4 years, 3 months ago
  63. 7e148f2 acpigen: Support writing a length by Simon Glass · 4 years, 3 months ago
  64. 70e5e67 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 3 months ago
  65. 31e1787 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 3 months ago
  66. 4ebc940 acpi: Support generation of a GPIO/irq for a device by Simon Glass · 4 years, 3 months ago
  67. a9e0a07 acpi: Support generation of GPIO descriptor by Simon Glass · 4 years, 3 months ago
  68. 7fb8da4 acpi: Support string output by Simon Glass · 4 years, 3 months ago
  69. ff715c6 acpi: Support generation of interrupt descriptor by Simon Glass · 4 years, 3 months ago
  70. 61cc933 acpi: Support generation of ACPI code by Simon Glass · 4 years, 3 months ago
  71. 2715b36 acpi: Add a way to check device status by Simon Glass · 4 years, 3 months ago
  72. 1361a53 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 3 months ago
  73. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  74. 0b885bc acpi: Add an acpi command by Simon Glass · 4 years, 6 months ago
  75. b38309b acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 6 months ago
  76. 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 6 months ago
  77. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 6 months ago
  78. 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 6 months ago
  79. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 6 months ago
  80. bfeb5d4 acpi: Add support for DMAR by Simon Glass · 4 years, 6 months ago
  81. 91fe8b7 acpi: Add a central location for table version numbers by Simon Glass · 4 years, 6 months ago