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