1. 8e9906c treewide: Get rid of "NO_DDRx" selection by Elyes Haouas · 1 year ago
  2. c876762 soc/intel/baytrail: Specify supported memory type by Elyes Haouas · 1 year ago
  3. 88decca ACPI: Add helper fill_fadt_extended_pm_io() by Kyösti Mälkki · 1 year, 3 months ago
  4. a9a92ac acpi: Move ECAM resource below PNP0C02 device in a common place by Arthur Heymans · 1 year, 1 month ago
  5. d821c72 soc/intel/baytrail: Use newer function for resource declarations by Arthur Heymans · 1 year ago
  6. cde4f3b acpi/gnvs.c: Drop unused pointer to the cbmem console by Arthur Heymans · 2 years, 2 months ago
  7. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  8. 85556ac soc/intel: Clean up some includes by Kyösti Mälkki · 1 year, 2 months ago
  9. 83faa5d mb/google,intel: Use common ChromeEC code for lid shutdown by Kyösti Mälkki · 1 year, 6 months ago
  10. 02a1901 sb,soc/amd,intel: Drop include <cpu/x86/smm.h> by Kyösti Mälkki · 1 year, 3 months ago
  11. 240baa3 ACPI: Make FADT entries for RTC/CMOS architectural by Kyösti Mälkki · 1 year, 3 months ago
  12. 121d3d5 ACPI: Make FADT entries for SMI architectural by Kyösti Mälkki · 1 year, 3 months ago
  13. 6437409 soc/intel/baytrail,braswell: Use COMMON_MADT_IOAPIC by Kyösti Mälkki · 1 year, 3 months ago
  14. e742b68 arch/x86/ioapic: Promote ioapic_get_sci_pin() by Kyösti Mälkki · 1 year, 3 months ago
  15. ae1b2d4 soc/intel: Introduce ioapic_get_sci_pin() by Kyösti Mälkki · 1 year, 3 months ago
  16. d521b96 cpu,soc/intel: Separate single SSDT CPU entry by Kyösti Mälkki · 1 year, 3 months ago
  17. 71fd3be soc/intel/baytrail: Make acpi_madt_irq_overrides() static by Kyösti Mälkki · 1 year, 3 months ago
  18. 69a1396 sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC by Kyösti Mälkki · 1 year, 3 months ago
  19. 9ac50e1 cpu,soc/intel: Use acpigen_write_processor_device() by Elyes Haouas · 1 year, 6 months ago
  20. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  21. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago
  22. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 6 months ago
  23. 09b8bab soc/intel/baytrail: Fix indentation for the PMC (pm.h) macros by Elyes Haouas · 1 year, 6 months ago
  24. c9cd886 treewide: Remove unused <cpu/x86/smm.h> by Elyes Haouas · 1 year, 6 months ago
  25. 7cfedc8 soc/intel/baytrail: add _HRV to GPIO ACPI devices by Matt DeVillier · 7 years ago
  26. e20165d soc/intel/baytrail: add _HRV to I2C ACPI devices by Matt DeVillier · 8 years ago
  27. 9df60d3 tree/acpi: Replace constant "Zero" with actual number by Felix Singer · 1 year, 7 months ago
  28. 7b8ac00 {acpi,arch,soc}/acpi: Replace constant "One" with actual number by Felix Singer · 1 year, 7 months ago
  29. f451bfb soc/intel/baytrail/acpi: Replace Index(a, b) with ASL 2.0 syntax by Elyes Haouas · 1 year, 7 months ago
  30. d252776 tree: Replace And(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  31. 35e65a8 tree: Replace And(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  32. 86bc2e7 tree: Replace Or(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  33. 3c9291b tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  34. 251d86b tree: Replace LAnd(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  35. 476fe6a soc/intel/baytrail/acpi: Replace Store(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  36. bc849b5 soc/intel/baytrail/pmutil.c: Use {read,write}32p() by Elyes Haouas · 1 year, 7 months ago
  37. 447c399 soc/intel/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  38. 4bbd807 soc/intel/acpi: Replace Subtract(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  39. bf1de40 {soc,superio}/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  40. fe33b4c soc/intel/acpi: Replace Add(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  41. e4c3004 soc/intel/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  42. 8f75d79 soc/intel/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  43. 26c7672 soc/intel/baytrail/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  44. 43b5730 soc/intel/acpi: Replace Decrement(a) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  45. 521e046 sb,soc/intel,mb: Drop leftover comments and TODOs in ASL by Kyösti Mälkki · 1 year, 8 months ago
  46. 2c3ebd8 mb,sb,soc/intel: Drop useless IO trap handlers by Kyösti Mälkki · 1 year, 8 months ago
  47. 9916648 sb,soc/intel: Drop spurious SMI entry message by Kyösti Mälkki · 1 year, 8 months ago
  48. 307320c sb,soc/intel: Address TCO SECOND_TO_STS name collision by Kyösti Mälkki · 1 year, 8 months ago
  49. e8a3af1 sb,soc/intel: Apply transitional flag TCO_SPACE_NOT_YET_SPLIT by Kyösti Mälkki · 1 year, 8 months ago
  50. 9018dee src/soc/intel: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  51. c87814d ACPI MADT: Add LINT1 as NMI source by Kyösti Mälkki · 1 year, 8 months ago
  52. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  53. c045735 sb,soc/intel: Use acpi_create_madt_ioapic_from_hw() by Kyösti Mälkki · 3 years, 1 month ago
  54. def74aa soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 9 months ago
  55. 9231f0b soc: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 9 months ago
  56. 96fa237 treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' by Felix Held · 1 year, 9 months ago
  57. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 9 months ago
  58. c60f3b2 treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' by Elyes Haouas · 1 year, 9 months ago
  59. 987f1f4 treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' by Elyes Haouas · 1 year, 9 months ago
  60. c929f09 treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' by Elyes Haouas · 1 year, 9 months ago
  61. fdcf698 acpi/acpi_pm.c: refactor acpi_pm_state_for_* functions by Fabio Aiuto · 1 year, 10 months ago
  62. 0a18d64 nb,soc/intel: Handle upper RAM boundary by Kyösti Mälkki · 3 years, 1 month ago
  63. 5c3cbcd soc/intel/baytrail,braswell,quark: Drop RES_IN_KIB by Kyösti Mälkki · 3 years, 1 month ago
  64. 5a55a45 soc/intel/baytrail,braswell: Do resource transition by Kyösti Mälkki · 3 years, 1 month ago
  65. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  66. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 4 months ago
  67. 910a63c soc/intel: Remove unused <cpu/x86/tsc.h> by Elyes HAOUAS · 2 years, 6 months ago
  68. bd87ea9 soc/intel: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 7 months ago
  69. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  70. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  71. 972d9f2 arch/x86: consolidate HPET base address definitions by Felix Held · 2 years, 5 months ago
  72. 4b2464f arch/x86: factor out and commonize HPET_BASE_ADDRESS definition by Felix Held · 2 years, 5 months ago
  73. 46a3a04 soc/intel/baytrail,braswell/include/iomap: drop unused HPET_BASE_SIZE by Felix Held · 2 years, 5 months ago
  74. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  75. 0bc5d9d src/{drivers,soc}: Fix some code indents by Elyes HAOUAS · 2 years, 6 months ago
  76. b7ec42d src: Use 'stdint.h' when appropriate by Elyes HAOUAS · 2 years, 7 months ago
  77. ccc27d2 soc/intel/baytrail,denverton_ns: Call setup_lapic() by Dmitry Ponamorev · 2 years, 10 months ago
  78. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  79. dc4f46e soc/intel/baytrail: Make `num_cpus` unsigned by Angel Pons · 2 years, 8 months ago
  80. c1bfbe0 soc/intel: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  81. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 9 months ago
  82. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 9 months ago
  83. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 9 months ago
  84. 37e160e soc/intel/baytrail: use mp_cpu_bus_init by Felix Held · 2 years, 9 months ago
  85. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 9 months ago
  86. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 9 months ago
  87. d2794ce acpi/acpigen: Constify CST functions' pointers by Angel Pons · 2 years, 9 months ago
  88. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 5 months ago
  89. 2353cd9 soc/intel: drop P_BLK support by Michael Niewöhner · 2 years, 9 months ago
  90. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  91. 477647c {sb,soc}/intel: Drop unused globalnvs.asl methods by Angel Pons · 2 years, 10 months ago
  92. 2fd1e47 {sb,soc}/intel: Drop PRMx from GNVS by Angel Pons · 2 years, 10 months ago
  93. 286c771 {sb,soc}/intel: Drop LCKF from GNVS by Angel Pons · 2 years, 10 months ago
  94. 3606b93 soc/intel/baytrail: Always handle MRC as ELF file by Angel Pons · 2 years, 10 months ago
  95. d1c9644 soc/intel/baytrail: Drop invalid `VGA_BIOS_FILE` default by Angel Pons · 3 years, 2 months ago
  96. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 2 years, 10 months ago
  97. d581137 acpi: Fill fadt->century based on Kconfig by Nico Huber · 3 years ago
  98. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 1 month ago
  99. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 1 month ago
  100. 4bd9187 ACPI: Refactor use of global and device NVS by Kyösti Mälkki · 3 years, 4 months ago