1. f44ac13 Add TCPA table. by Vladimir Serbinenko · 9 years ago
  2. f728408 AGESA: Split S3 backup in CBMEM by Kyösti Mälkki · 9 years ago
  3. 807127f Make acpi_fill_hest into parameter by Vladimir Serbinenko · 10 years ago
  4. 351fefc ACPI: slic support by Vladimir Serbinenko · 10 years ago
  5. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  6. 5e59757 acpi: make fill_slit and fill_srat into arguments. by Vladimir Serbinenko · 10 years ago
  7. 9e94dbf ACPI: Get S3 resume state from romstage_handoff by Kyösti Mälkki · 10 years ago
  8. 7a846e7 ACPI: Prepare for HAVE_ACPI_RESUME changes by Kyösti Mälkki · 10 years ago
  9. 134f504 RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI by Kyösti Mälkki · 10 years ago
  10. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  11. 8d70e94 Make acpi_fill_dmar into parameter by Vladimir Serbinenko · 10 years ago
  12. ab83ef0 i82801gx: Handle whole FADT in southbridge. by Vladimir Serbinenko · 10 years ago
  13. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  14. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  15. c21e073 i945: Consolidate FADT code by Vladimir Serbinenko · 10 years ago classic-2014.10
  16. 9310df8 acpi: Don't add an empty SSDT. by Vladimir Serbinenko · 10 years ago
  17. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  18. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  19. 60fccdc acpi_create_mcfg_mmconfig: Zero-out the structure before filling. by Vladimir Serbinenko · 10 years ago
  20. 2d7bd8a Implement ACPI in a per device way by Vladimir Serbinenko · 10 years ago
  21. db8693b ACPI: Recover type of wakeup in acpi_is_wakeup() by Kyösti Mälkki · 10 years ago
  22. 4d9b772 ACPI: Add acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  23. 2ca2afe ACPI S3 support: Add acpi_s3_resume_allowed() by Kyösti Mälkki · 10 years ago
  24. cb28f3f CBMEM ACPI: Move resume handler by Kyösti Mälkki · 11 years ago
  25. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  26. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  27. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  28. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  29. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  30. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  31. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 12 years ago
  32. a146d58 ramstage: prepare for relocation by Aaron Durbin · 12 years ago
  33. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  34. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  35. c5f4926 Fix a compare against undefined variable in acpi.c by Martin Roth · 12 years ago
  36. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  37. 11290c4 SMM: Restore GNVS pointer in the resume path by Duncan Laurie · 12 years ago
  38. 04c5bae Define post codes for OS boot and resume by Duncan Laurie · 12 years ago
  39. 3b590ff acpi: Add support for DMAR tables (Intel IOMMU support) by Patrick Georgi · 12 years ago
  40. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  41. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  42. caf494c8 ACPI HEST table. by zbao · 12 years ago
  43. cb91e15 Add support for mainboard specific suspend/resume handler by Stefan Reinauer · 12 years ago
  44. 1551183 Drop verified boot code from acpi.c by Stefan Reinauer · 12 years ago
  45. cde7801 Add timestamps for selfboot and acpi wake by Duncan Laurie · 13 years ago
  46. 3008bbad Add TPM support to coreboot by Stefan Reinauer · 13 years ago
  47. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  48. 4e22a3b Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods by Tobias Diedrich · 14 years ago
  49. ba48281 whitespace-only changes in acpi.c, replaced spaces with tabs by Cristian Măgherușan-Stanciu · 13 years ago
  50. 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]
  51. 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
  52. 622824c Cosmetic fixes and comment additions in acpi.c. by Uwe Hermann · 14 years ago
  53. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  54. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  55. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  56. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  57. c0ac7e9 by Stefan Reinauer · 15 years ago
  58. d18faac if x86emu was running for VGA init a corrupted low table RSDP by Stefan Reinauer · 15 years ago
  59. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  60. 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
  61. cdfe376 clean up acpi table strings, as discussed on the list by Stefan Reinauer · 15 years ago
  62. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  63. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  64. 69390db acpi.c: add a cast to remove warning (trivial) by Stefan Reinauer · 15 years ago
  65. da65fbf Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. by Stefan Reinauer · 15 years ago
  66. 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
  67. 33cafe5 Following patch implements ACPI resume support for coreboot. The hardware main by Rudolf Marek · 15 years ago
  68. 0b4c9f0 This patch makes the boards use a single amdk8_util.asl. There are only by Myles Watson · 15 years ago
  69. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago
  70. 293b5f5 Following patch adds dynamic ACPI AML code generator which can be used to by Rudolf Marek · 16 years ago
  71. 26d431a fix coding style (trivial) by Stefan Reinauer · 16 years ago
  72. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  73. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  74. e6409f2 This patch adds support for MCFG table, which allows OS to find the by Rudolf Marek · 17 years ago
  75. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  76. d6edf7a update comments by Stefan Reinauer · 19 years ago
  77. f622d59 by Stefan Reinauer · 19 years ago
  78. e30042d fix comment by Stefan Reinauer · 20 years ago
  79. 777224c - make acpi usable for more than one motherboard. by Stefan Reinauer · 20 years ago
  80. 02fa3b2 epia-m support by Ronald G. Minnich · 20 years ago
  81. 06feb88 create MADT tables, too. by Stefan Reinauer · 21 years ago
  82. a7648c2 acpi fixes: by Stefan Reinauer · 21 years ago
  83. 688b385 please forgive me... ;) * initial acpi support code * fix header by Stefan Reinauer · 21 years ago