1. d953137 x86: Move SSDT table to a writer function by Simon Glass · 3 years ago
  2. 379d3c1 x86: Move FACP table into separate functions by Simon Glass · 3 years ago
  3. 138d7ec x86: Move FADT table to a writer function by Simon Glass · 3 years ago
  4. 32af326 x86: Move GNVS table to a writer function by Simon Glass · 3 years ago
  5. eacb6d0 x86: Move DSDT table to a writer function by Simon Glass · 3 years ago
  6. a53d38f x86: Move FACS table to a writer function by Simon Glass · 3 years ago
  7. 94ba15a x86: Move base tables to a writer function by Simon Glass · 3 years ago
  8. 31c27eb x86: Use the ACPI table writer by Simon Glass · 3 years ago
  9. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
  10. a79f823 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 4 months ago
  11. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  12. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  13. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  14. 98bf740 x86: acpi: Don't show the UART address by default by Simon Glass · 4 years ago
  15. 7f061e0 x86: acpi: Include the TPMv1 table only if needed by Simon Glass · 4 years ago
  16. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years ago
  17. 01e3c9d x86: acpi: Put the generated code first in DSDT by Simon Glass · 4 years ago
  18. 2de4744 x86: acpi: Allow the SSDT to be empty by Simon Glass · 4 years ago
  19. 5019e20 x86: acpi: Store the ACPI context in global_data by Simon Glass · 4 years ago
  20. 2da4b69 x86: acpi: Set the log category for x86 table generation by Simon Glass · 4 years, 2 months ago
  21. 77bb1c6 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years, 2 months ago
  22. 9179c35 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years, 2 months ago
  23. 4ff3591 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 2 months ago
  24. 540f0ba x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 2 months ago
  25. f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
  26. d262898 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 2 months ago
  27. 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 2 months ago
  28. 40edea3 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · 4 years, 2 months ago
  29. 3f6966a x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · 4 years, 2 months ago
  30. 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 4 months ago
  31. 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 4 months ago
  32. 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 4 months ago
  33. 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 4 months ago
  34. 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 4 months ago
  35. 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 4 months ago
  36. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  37. 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
  38. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
  39. 288edc7 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 7 months ago
  40. 5f5ab0d x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 7 months ago
  41. 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
  42. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  43. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 7 months ago
  44. 98036fb x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 9 months ago
  45. ddcccb2 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 9 months ago
  46. ddd2a42 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · 5 years ago
  47. edf18a8 x86: acpi: Not every platform has serial console a first device by Andy Shevchenko · 6 years ago
  48. a61cbad dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · 6 years ago
  49. 67d1b05 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · 6 years ago
  50. b288cd9 x86: acpi: Generate SPCR table by Andy Shevchenko · 6 years ago
  51. 474a62b x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 6 years ago
  52. a0609a8 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  53. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  54. 45410da x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  55. 3469bf4 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  56. 7b36dbd x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · 7 years ago
  57. 382fabb x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · 7 years ago
  58. ace7762 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  59. b156da9 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · 7 years ago
  60. 684c4cd x86: acpi: Fill OEM revision by Andy Shevchenko · 7 years ago
  61. 0f4e258 x86: acpi: Refactor acpi_resume() by Bin Meng · 8 years ago
  62. 9957278 x86: acpi: Make enter_acpi_mode() public by Bin Meng · 8 years ago
  63. b208d19 x86: apci: Change PM1_CNT register access to RMW by Bin Meng · 8 years ago
  64. e76bf38 x86: acpi: Add one API to find OS wakeup vector by Bin Meng · 8 years ago
  65. 42fd8c1 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  66. 79c2c25 x86: acpi: Pack global NVS into ACPI table by Bin Meng · 8 years ago
  67. 8a1a759 x86: acpi: Fix madt lapic generation by George McCollister · 8 years ago
  68. 10fcabe x86: acpi: Remove header length check when writing tables by Bin Meng · 9 years ago
  69. 17b63c8 x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · 9 years ago
  70. 6aef68d x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · 9 years ago
  71. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 9 years ago
  72. fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 9 years ago
  73. 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 9 years ago
  74. 25e133e x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 9 years ago
  75. 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 9 years ago
  76. ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 9 years ago
  77. dfbb18b x86: acpi: Change fill_header() by Bin Meng · 9 years ago
  78. cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 9 years ago
  79. 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 9 years ago
  80. dca4d1a x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 9 years ago
  81. 358bb3f x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
  82. fa287b1 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
  83. 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago