1. a16cd9c ACPI S3: Move SMP trampoline recovery by Kyösti Mälkki · 8 years ago
  2. 072d436b ACPI S3: Cleanup RSDP reference by Kyösti Mälkki · 8 years ago
  3. f3f654d src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI table by Jacob Laska · 8 years ago
  4. 730d475 x86: Drop CONFIG_COMPILE_IN_DSDT by Stefan Reinauer · 8 years ago
  5. 9df9e939 arch/x86: add missing license headers by Martin Roth · 9 years ago
  6. 07a1b28 x86 acpi: remove ALIGN_CURRENT macro by Aaron Durbin · 9 years ago
  7. 7c38e1e8 Remove #ifdef checks on Kconfig symbols by Martin Roth · 9 years ago
  8. ff8ccf0 arch/x86/acpi: Add IVRS table generation routines by Timothy Pearson · 9 years ago
  9. 1897c2c AMD Bettong: Enable S4 feature for Windows 7 by zbao · 9 years ago
  10. 6c4751d ACPI: Add functions for DMAR I/O-APIC and HPET entries by Nico Huber · 9 years ago
  11. e561f35 ACPI: Make DMAR flags settable by Nico Huber · 9 years ago
  12. 71a3018 acpi: 64bit fixes by Stefan Reinauer · 9 years ago
  13. 133108a acpi: Align FACS to 64 bytes by Patrick Georgi · 9 years ago
  14. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/boot/acpi.c]
  15. 06f1f8f timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPS by Aaron Durbin · 10 years ago
  16. c32a52c acpi: bring back ability to link DSDT into ramstage by Patrick Georgi · 9 years ago
  17. defee17 x86: Make ACPI 64bit clean by Stefan Reinauer · 9 years ago
  18. 83fc32f device_ops: add device_t argument to write_acpi_tables by Alexander Couzens · 9 years ago
  19. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  20. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  21. a4cf83d cbfs: Fix mismerge. by Vladimir Serbinenko · 9 years ago
  22. 36f8d27 Make DSDT a file in CBFS rather than embedding it into ramstage. by Vladimir Serbinenko · 9 years ago
  23. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  24. 2cb2978 SLIC: Check SLIC signature. by Vladimir Serbinenko · 9 years ago
  25. f44ac13 Add TCPA table. by Vladimir Serbinenko · 9 years ago
  26. f728408 AGESA: Split S3 backup in CBMEM by Kyösti Mälkki · 9 years ago
  27. 807127f Make acpi_fill_hest into parameter by Vladimir Serbinenko · 10 years ago
  28. 351fefc ACPI: slic support by Vladimir Serbinenko · 10 years ago
  29. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  30. 5e59757 acpi: make fill_slit and fill_srat into arguments. by Vladimir Serbinenko · 10 years ago
  31. 9e94dbf ACPI: Get S3 resume state from romstage_handoff by Kyösti Mälkki · 10 years ago
  32. 7a846e7 ACPI: Prepare for HAVE_ACPI_RESUME changes by Kyösti Mälkki · 10 years ago
  33. 134f504 RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI by Kyösti Mälkki · 10 years ago
  34. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  35. 8d70e94 Make acpi_fill_dmar into parameter by Vladimir Serbinenko · 10 years ago
  36. ab83ef0 i82801gx: Handle whole FADT in southbridge. by Vladimir Serbinenko · 10 years ago
  37. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  38. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  39. c21e073 i945: Consolidate FADT code by Vladimir Serbinenko · 10 years ago classic-2014.10
  40. 9310df8 acpi: Don't add an empty SSDT. by Vladimir Serbinenko · 10 years ago
  41. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  42. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  43. 60fccdc acpi_create_mcfg_mmconfig: Zero-out the structure before filling. by Vladimir Serbinenko · 10 years ago
  44. 2d7bd8a Implement ACPI in a per device way by Vladimir Serbinenko · 10 years ago
  45. db8693b ACPI: Recover type of wakeup in acpi_is_wakeup() by Kyösti Mälkki · 10 years ago
  46. 4d9b772 ACPI: Add acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  47. 2ca2afe ACPI S3 support: Add acpi_s3_resume_allowed() by Kyösti Mälkki · 10 years ago
  48. cb28f3f CBMEM ACPI: Move resume handler by Kyösti Mälkki · 11 years ago
  49. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  50. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  51. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  52. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  53. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  54. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  55. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 11 years ago
  56. a146d58 ramstage: prepare for relocation by Aaron Durbin · 11 years ago
  57. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  58. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  59. c5f4926 Fix a compare against undefined variable in acpi.c by Martin Roth · 12 years ago
  60. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  61. 11290c4 SMM: Restore GNVS pointer in the resume path by Duncan Laurie · 12 years ago
  62. 04c5bae Define post codes for OS boot and resume by Duncan Laurie · 12 years ago
  63. 3b590ff acpi: Add support for DMAR tables (Intel IOMMU support) by Patrick Georgi · 12 years ago
  64. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  65. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  66. caf494c8 ACPI HEST table. by zbao · 12 years ago
  67. cb91e15 Add support for mainboard specific suspend/resume handler by Stefan Reinauer · 12 years ago
  68. 1551183 Drop verified boot code from acpi.c by Stefan Reinauer · 12 years ago
  69. cde7801 Add timestamps for selfboot and acpi wake by Duncan Laurie · 13 years ago
  70. 3008bbad Add TPM support to coreboot by Stefan Reinauer · 13 years ago
  71. c8feedd Unify Local APIC address definitions by Patrick Georgi · 12 years ago
  72. 4e22a3b Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods by Tobias Diedrich · 14 years ago
  73. ba48281 whitespace-only changes in acpi.c, replaced spaces with tabs by Cristian Măgherușan-Stanciu · 13 years ago
  74. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago[Renamed from src/arch/i386/boot/acpi.c]
  75. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  76. 622824c Cosmetic fixes and comment additions in acpi.c. by Uwe Hermann · 14 years ago
  77. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  78. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  79. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  80. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  81. c0ac7e9 by Stefan Reinauer · 15 years ago
  82. d18faac if x86emu was running for VGA init a corrupted low table RSDP by Stefan Reinauer · 15 years ago
  83. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  84. 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
  85. cdfe376 clean up acpi table strings, as discussed on the list by Stefan Reinauer · 15 years ago
  86. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  87. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  88. 69390db acpi.c: add a cast to remove warning (trivial) by Stefan Reinauer · 15 years ago
  89. da65fbf Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. by Stefan Reinauer · 15 years ago
  90. 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
  91. 33cafe5 Following patch implements ACPI resume support for coreboot. The hardware main by Rudolf Marek · 15 years ago
  92. 0b4c9f0 This patch makes the boards use a single amdk8_util.asl. There are only by Myles Watson · 15 years ago
  93. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago
  94. 293b5f5 Following patch adds dynamic ACPI AML code generator which can be used to by Rudolf Marek · 15 years ago
  95. 26d431a fix coding style (trivial) by Stefan Reinauer · 15 years ago
  96. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  97. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  98. e6409f2 This patch adds support for MCFG table, which allows OS to find the by Rudolf Marek · 17 years ago
  99. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  100. d6edf7a update comments by Stefan Reinauer · 19 years ago