1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  2. 8b036e1 device/device.h: Drop acpi_inject_dsdt by Arthur Heymans · 1 year, 7 months ago
  3. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  4. 017003c acpi: Add support for WDAT table by Marek Maslanka · 7 months ago
  5. 87837df acpi.c: Fix generating pointer to cb_tables located >4G by Arthur Heymans · 1 year ago
  6. 4a9ed70 acpi: add missing device/device.h include by Felix Held · 7 months ago
  7. 6920c6f acpi: Add IO Remapping Table structures by Naresh Solanki · 10 months ago
  8. 67b3c8f acpi/acpi: make sure that table_ptr is non-NULL in acpidump_print by Felix Held · 11 months ago
  9. d982274 acpi: Add PPTT support by David Milosevic · 10 months ago
  10. 3ea3fbe soc/amd: Add DBG2 ACPI table by Zheng Bao · 8 months ago
  11. c2830c9 acpi.c: Add XSDT on QEMU by Arthur Heymans · 11 months ago
  12. 4d0b184 acpi/acpi.c: Accomodate 64bit MMCONF base in MCFG table by Naresh Solanki · 11 months ago
  13. 736d4d2 acpi: Add function to add ARM PL011 to ACPI DBG2 by Arthur Heymans · 1 year ago
  14. ce10b6f src/acpi/acpi.c: make BOOT0000 APCI device visible to OS by Matt DeVillier · 1 year, 9 months ago
  15. a07b09a acpi.c: Find FACS using 64bit address fields by Arthur Heymans · 1 year ago
  16. d8f2dce acpi.c: Swap XSDT and RSDT for adding/finding tables by Arthur Heymans · 1 year, 1 month ago
  17. eb988df acpi/acpi.c: Move setting FADT SCI INT to arch specific code by Arthur Heymans · 1 year ago
  18. cd46e5f acpi/acpi.c: Add and use acpi_arch_fill_madt() by Arthur Heymans · 1 year, 1 month ago
  19. 1cdeaea acpi.c: Add FACS and DSDT to debug hex printing by Arthur Heymans · 1 year ago
  20. 8473e8f acpi.c: Fill in >4G FADT entries correctly by Arthur Heymans · 1 year ago
  21. 6af7261 acpi.c: Guard FACS generation by Arthur Heymans · 1 year ago
  22. 2e3cb63 acpi.c: Add functions to create GTDT by Arthur Heymans · 1 year ago
  23. 92a3b67 acpi/acpi.c: Split of ACPI table generation into separate files by Arthur Heymans · 1 year, 1 month ago
  24. 0bcdd40 acpi/acpi.c: Fix regression with DSDT by Kyösti Mälkki · 1 year ago
  25. adb8007 acpi/acpi.c: Move ACPI header creation to a function by Arthur Heymans · 1 year ago
  26. 01af0f8 acpi/acpi.c: Reduce boilerplate by Arthur Heymans · 1 year ago
  27. feb27dc acpi: Set checksum for SPCR table by Nico Huber · 1 year ago
  28. 9046407 acpi: Add SPCR table by Arthur Heymans · 1 year, 1 month ago
  29. 0600aa6 acpi/acpi.c: Return function argument when bailing out by Arthur Heymans · 1 year, 1 month ago
  30. 7ebebf7 acpi/acpi.c: Change signature of write_acpi_tables by Arthur Heymans · 1 year, 1 month ago
  31. 3e523b4 acpi/acpi.c: Fix printing all ACPI tables by Arthur Heymans · 1 year, 1 month ago
  32. 0ad766c acpi: Add a debug option to print out tables in ACPICA compatible hex by Arthur Heymans · 1 year, 1 month ago
  33. 9362dd7 acpi/acpi.c: Reduce scope of functions used locally by Arthur Heymans · 1 year, 1 month ago
  34. f3027b8 acpi/acpi.c: Assign coreboot_rsdp for QEMU by Bin Meng · 1 year, 2 months ago
  35. 042ac35 acpi: Add missing cbfs_unmap() by Grzegorz Bernacki · 1 year, 3 months ago
  36. 240baa3 ACPI: Make FADT entries for RTC/CMOS architectural by Kyösti Mälkki · 1 year, 3 months ago
  37. 10bdee1 ACPI: Add COMMON_ACPI_MADT_IOAPIC and CUSTOM_ACPI_MADT by Kyösti Mälkki · 1 year, 3 months ago
  38. e742b68 arch/x86/ioapic: Promote ioapic_get_sci_pin() by Kyösti Mälkki · 1 year, 3 months ago
  39. ae1b2d4 soc/intel: Introduce ioapic_get_sci_pin() by Kyösti Mälkki · 1 year, 3 months ago
  40. 9368cf9 acpi/acpi.c: Reduce scope of some functions by Arthur Heymans · 1 year, 2 months ago
  41. 9ff9797 ACPI: Obsolete FADT duty_offset and duty_width fields by Kyösti Mälkki · 1 year, 3 months ago
  42. 67c48a3 ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields by Kyösti Mälkki · 1 year, 3 months ago
  43. 69a1396 sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC by Kyösti Mälkki · 1 year, 3 months ago
  44. 8547429 acpi/acpi.c: Follow spec more closely for MADT by Arthur Heymans · 1 year, 8 months ago
  45. 2e9f0d3 ACPI: Add helper for MADT LAPICs by Kyösti Mälkki · 1 year, 3 months ago
  46. 9ac1fb7 ACPI: Add helper for MADT LAPIC NMIs by Kyösti Mälkki · 1 year, 3 months ago
  47. 899c713 binaryPI: Use common code for LAPIC NMIs by Kyösti Mälkki · 3 years, 1 month ago
  48. 76835cc acpi: Add SRAT x2APIC table support by Naresh Solanki · 1 year, 6 months ago
  49. bc8f859 acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw by Arthur Heymans · 1 year, 7 months ago
  50. a3311b9 acpi/acpi.c: update ACPI table revisions by Jonathan Zhang · 1 year, 7 months ago
  51. a5fa534 ACPI: Flag boards with ACPI_NO_MADT by Kyösti Mälkki · 1 year, 8 months ago
  52. 66b5e1b ACPI: Use common code for MADT LAPIC NMIs by Kyösti Mälkki · 1 year, 8 months ago
  53. 3141fbad src/acpi: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  54. 3dcafa8 acpi: Add initial support for CEDT by Jonathan Zhang · 2 years, 2 months ago
  55. d5d9b28 acpi/acpi.c: Fix einj generation pointer arithmetics by Jonathan Zhang · 1 year, 8 months ago
  56. c7da027 ACPI: Add acpi_create_madt_ioapic_from_hw() by Kyösti Mälkki · 3 years, 1 month ago
  57. 45aae7f treewide: use is_enabled_cpu() on cycles over device list by Fabio Aiuto · 1 year, 10 months ago
  58. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 4 months ago
  59. 8565b94a device/mmio.h: Move readXp/writeXp helpers to device/mmio.h by Jianjun Wang · 2 years, 4 months ago
  60. 89d6764 acpi/acpi: drop weak cpu_get_lapic_addr implementation by Felix Held · 2 years, 4 months ago
  61. 972d9f2 arch/x86: consolidate HPET base address definitions by Felix Held · 2 years, 4 months ago
  62. 7f8c737 acpi/acpi: use read32p instead of pointer dereferencing by Felix Held · 2 years, 4 months ago
  63. 532e043 treewide: Write minor version at acpi_create_fadt() function by Elyes Haouas · 2 years, 5 months ago
  64. 8b950f4 src/acpi: Add macro for FADT Minor Version and use it by Elyes Haouas · 2 years, 5 months ago
  65. 6b446b9 acpi,Makefile: Add preload_acpi_dsdt by Raul E Rangel · 2 years, 8 months ago
  66. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  67. 32d09be treewide: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  68. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 5 months ago
  69. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 9 months ago
  70. d581137 acpi: Fill fadt->century based on Kconfig by Nico Huber · 3 years ago
  71. 3dc1792 ChromeOS: Separate NVS from global GNVS by Kyösti Mälkki · 3 years, 4 months ago
  72. f7dbf4a acpi: drop weak implementation of acpi_soc_get_bert_region by Felix Held · 3 years, 1 month ago
  73. fba47926 acpi: rework BERT ACPI table generation logic by Felix Held · 3 years, 1 month ago
  74. 2940548 acpi: rename acpi_soc_fill_bert and add return value by Felix Held · 3 years, 1 month ago
  75. 35efba2 acpi: drop unused parameter from acpi_soc_fill_bert by Felix Held · 3 years, 1 month ago
  76. 3164b64 acpi: add SRAT Generic Initiator Affinity structure by Jonathan Zhang · 3 years, 3 months ago
  77. b46a9e5 acpi/acpi: fix invalid checksum by Rocky Phagura · 3 years, 2 months ago
  78. 2a4e1f4 src/acpi: Add initial support for HMAT by Jonathan Zhang · 3 years, 3 months ago
  79. eff0713 src/acpi: Add APEI EINJ support by Rocky Phagura · 3 years, 6 months ago
  80. 091532d ACPI: Fix the devices scope in the SATC structure by John Zhao · 3 years, 3 months ago
  81. 6edbb18 ACPI: Add SATC structure for DMAR table by John Zhao · 3 years, 4 months ago
  82. cdd2f63 src/acpi: Add missing <types.h> by Elyes HAOUAS · 3 years, 5 months ago
  83. 522e0db acpi: Add support for reporting CrashLog in BERT table by Francois Toguo · 3 years, 6 months ago
  84. 37eb24b ACPI: Clean up GNVS initialisation by Kyösti Mälkki · 3 years, 6 months ago
  85. 2ab4a96 ACPI: Add common acpi_fill_gnvs() by Kyösti Mälkki · 4 years ago
  86. f0a44ae acpi,soc/intel/common: add support for Intel Low Power Idle Table by Michael Niewöhner · 3 years, 6 months ago
  87. 61624b2 acpi: Add cb support to publish CRAT ACPI object by Jason Glenesk · 3 years, 8 months ago
  88. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 4 months ago
  89. e0d3868 ACPI: Define acpi_get_preferred_pm_profile() by Kyösti Mälkki · 4 years, 1 month ago
  90. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 8 months ago
  91. d1c0f95 acpi: Call acpi_fill_ssdt() only for enabled devices by Karthikeyan Ramasubramanian · 3 years, 8 months ago
  92. 2b2dc0c acpi: Support MSDM table signature as SLIC by Benjamin Doron · 3 years, 10 months ago
  93. 1916f89 soc/amd/acpi: Move ACPI IVRS generation to coreboot by Jason Glenesk · 4 years ago
  94. 04071f4 src: Use ACPI macros by Elyes HAOUAS · 4 years ago
  95. 79572e4 src: Make HAVE_CF9_RESET set the FADT reset register by Angel Pons · 4 years ago
  96. cfc3c35 ACPI: Remove Kconfig COMMON_FADT by Kyösti Mälkki · 4 years, 1 month ago
  97. d4acee8 ACPI: Move redundant FADT reserved entry by Kyösti Mälkki · 4 years, 1 month ago
  98. 02fd15d acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt() by Kyösti Mälkki · 4 years, 1 month ago
  99. f9aac92 acpi,soc/intel: Make soc/motherboard_fill_fadt() global by Kyösti Mälkki · 4 years, 1 month ago
  100. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago