1. fb49379 device/pci_rom: Fix redundant pci_rom_probe() calls by Kyösti Mälkki · 5 years ago
  2. e2d152c arch: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  3. c469712 arch/x86/acpi: use ALIGN_UP instead of ALIGN by Felix Held · 5 years ago
  4. 9d98e5a acpi: Add SPMI table by Patrick Rudolph · 5 years ago
  5. 2ba303e src/arch/x86: Prevent attack on null pointer dereference by John Zhao · 5 years ago
  6. 76e7067 ACPI: Add RHSA and ANDD structures for DMAR table by John Zhao · 5 years ago
  7. 9df72e0 x86/acpi: Add Kconfig to toggle 8259 reporting by Nico Huber · 6 years ago
  8. fedb36e x86/acpi: Only sort CPU IDs if more than one available by Werner Zeh · 5 years ago
  9. 423adfb x86/acpi: Fix Coverity issue CID 1399153 by Werner Zeh · 5 years ago
  10. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  11. f288b39 src/arch/x86/acpi.c: Update ACPI table's revision numbers by Elyes HAOUAS · 6 years ago
  12. f8f2e8c ACPI: Fill asl_compiler_revision field left empty by Elyes HAOUAS · 5 years ago
  13. db561e6 acpi: Sort the reported APIC-IDs in the MADT table by Werner Zeh · 5 years ago
  14. 26071aa ACPI: Correct asl_compiler_revision value by Elyes HAOUAS · 6 years ago
  15. fa9c6f1 x86/acpi: Use PM_TABLET where appropriate by Duncan Laurie · 6 years ago
  16. 8312df4 Kconfig: Add system type entries for common enclosures by Duncan Laurie · 6 years ago
  17. 6e8692e src/arch/x86/acpi.c: Create log area and extend TPM2 table by Michał Żygowski · 6 years ago
  18. 98a68ad x86/acpi.c: Be more verbose when finding the wakeup vector by Angel Pons · 6 years ago
  19. 296164e0 arch/x86/acpi: Add TPM2 table support by Philipp Deppenwiese · 6 years ago
  20. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  21. 1d8d369 x86/acpi: Add BERT table by Marshall Dawson · 6 years ago
  22. 44705c6 x86/acpi: Add BERT to the revision table by Marshall Dawson · 6 years ago
  23. 5dff396 acpi: Hide Chrome and coreboot specific devices by David Wu · 6 years ago
  24. 4ddd476 x86/acpi: Update MADT table version by Marc Jones · 6 years ago
  25. 93a5176 x86/acpi: Add ACPI table revision function by Marc Jones · 6 years ago
  26. 5846d57 acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry by Joel Kitching · 6 years ago
  27. 791ba97 security/tpm: Use unique CBMEM names for TCPA logs by Philipp Deppenwiese · 6 years ago
  28. 7866d49 arch/x86/acpi: Add DMAR RMRR helper functions by Matt DeVillier · 6 years ago
  29. 9dd89cd arch/x86/acpi: Get rid of device_t by Elyes HAOUAS · 6 years ago
  30. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  31. f1eb0ea arch/x86: Write ACPI DBG2 table only if the device has been enabled by Mario Scheithauer · 7 years ago
  32. e4a36c7 arch/x86/acpi: Add support for writing ACPI DBG2 table by Duncan Laurie · 7 years ago
  33. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  34. 0b5678f arch/x86: Fix most of remaining issues detected by checkpatch by Lee Leahy · 7 years ago
  35. 6f80ccc arch/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  36. 024b13d arch/x86: Fix space issues detected by checkpatch by Lee Leahy · 7 years ago
  37. 9c7c6f7 arch/x86: Fix issues with braces detected by checkpatch by Lee Leahy · 7 years ago
  38. a5c2ac6 x86/acpi: Add VFCT table by Patrick Rudolph · 8 years ago
  39. 7d87e76 src/arch: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  40. 1f6e681 x86: acpi: Add function for querying GPE status by Duncan Laurie · 8 years ago
  41. 1efcfcf Revert "x86: acpi: Add function for querying GPE status" by Duncan Laurie · 8 years ago
  42. 884dfe6 x86: acpi: Add function for querying GPE status by Duncan Laurie · 8 years ago
  43. a66df49 x86/acpi.c: use #define for IVRS revision field by Martin Roth · 8 years ago
  44. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  45. 3731903 acpi: Generate object for coreboot table region by Duncan Laurie · 8 years ago
  46. 21a5bff ACPI: Add code to create root port entry in DMAR table by Werner Zeh · 8 years ago
  47. d4d7695 ACPI: Add code to include ATSR structure in DMAR table by Werner Zeh · 8 years ago
  48. d132c99 ACPI S3: Split support for HAVE_ACPI_RESUME by Kyösti Mälkki · 8 years ago
  49. a16cd9c ACPI S3: Move SMP trampoline recovery by Kyösti Mälkki · 8 years ago
  50. 072d436b ACPI S3: Cleanup RSDP reference by Kyösti Mälkki · 8 years ago
  51. f3f654d src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI table by Jacob Laska · 8 years ago
  52. 730d475 x86: Drop CONFIG_COMPILE_IN_DSDT by Stefan Reinauer · 8 years ago
  53. 9df9e939 arch/x86: add missing license headers by Martin Roth · 9 years ago
  54. 07a1b28 x86 acpi: remove ALIGN_CURRENT macro by Aaron Durbin · 9 years ago
  55. 7c38e1e8 Remove #ifdef checks on Kconfig symbols by Martin Roth · 9 years ago
  56. ff8ccf0 arch/x86/acpi: Add IVRS table generation routines by Timothy Pearson · 9 years ago
  57. 1897c2c AMD Bettong: Enable S4 feature for Windows 7 by zbao · 9 years ago
  58. 6c4751d ACPI: Add functions for DMAR I/O-APIC and HPET entries by Nico Huber · 9 years ago
  59. e561f35 ACPI: Make DMAR flags settable by Nico Huber · 9 years ago
  60. 71a3018 acpi: 64bit fixes by Stefan Reinauer · 9 years ago
  61. 133108a acpi: Align FACS to 64 bytes by Patrick Georgi · 9 years ago
  62. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/boot/acpi.c]
  63. 06f1f8f timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPS by Aaron Durbin · 10 years ago
  64. c32a52c acpi: bring back ability to link DSDT into ramstage by Patrick Georgi · 9 years ago
  65. defee17 x86: Make ACPI 64bit clean by Stefan Reinauer · 9 years ago
  66. 83fc32f device_ops: add device_t argument to write_acpi_tables by Alexander Couzens · 9 years ago
  67. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  68. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  69. a4cf83d cbfs: Fix mismerge. by Vladimir Serbinenko · 9 years ago
  70. 36f8d27 Make DSDT a file in CBFS rather than embedding it into ramstage. by Vladimir Serbinenko · 9 years ago
  71. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  72. 2cb2978 SLIC: Check SLIC signature. by Vladimir Serbinenko · 9 years ago
  73. f44ac13 Add TCPA table. by Vladimir Serbinenko · 9 years ago
  74. f728408 AGESA: Split S3 backup in CBMEM by Kyösti Mälkki · 9 years ago
  75. 807127f Make acpi_fill_hest into parameter by Vladimir Serbinenko · 10 years ago
  76. 351fefc ACPI: slic support by Vladimir Serbinenko · 10 years ago
  77. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  78. 5e59757 acpi: make fill_slit and fill_srat into arguments. by Vladimir Serbinenko · 10 years ago
  79. 9e94dbf ACPI: Get S3 resume state from romstage_handoff by Kyösti Mälkki · 10 years ago
  80. 7a846e7 ACPI: Prepare for HAVE_ACPI_RESUME changes by Kyösti Mälkki · 10 years ago
  81. 134f504 RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI by Kyösti Mälkki · 10 years ago
  82. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  83. 8d70e94 Make acpi_fill_dmar into parameter by Vladimir Serbinenko · 10 years ago
  84. ab83ef0 i82801gx: Handle whole FADT in southbridge. by Vladimir Serbinenko · 10 years ago
  85. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  86. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  87. c21e073 i945: Consolidate FADT code by Vladimir Serbinenko · 10 years ago classic-2014.10
  88. 9310df8 acpi: Don't add an empty SSDT. by Vladimir Serbinenko · 10 years ago
  89. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  90. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  91. 60fccdc acpi_create_mcfg_mmconfig: Zero-out the structure before filling. by Vladimir Serbinenko · 10 years ago
  92. 2d7bd8a Implement ACPI in a per device way by Vladimir Serbinenko · 10 years ago
  93. db8693b ACPI: Recover type of wakeup in acpi_is_wakeup() by Kyösti Mälkki · 10 years ago
  94. 4d9b772 ACPI: Add acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  95. 2ca2afe ACPI S3 support: Add acpi_s3_resume_allowed() by Kyösti Mälkki · 10 years ago
  96. cb28f3f CBMEM ACPI: Move resume handler by Kyösti Mälkki · 11 years ago
  97. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  98. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  99. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  100. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago