1. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 6 months ago
  2. 09b8bab soc/intel/baytrail: Fix indentation for the PMC (pm.h) macros by Elyes Haouas · 1 year, 6 months ago
  3. c9cd886 treewide: Remove unused <cpu/x86/smm.h> by Elyes Haouas · 1 year, 6 months ago
  4. 7cfedc8 soc/intel/baytrail: add _HRV to GPIO ACPI devices by Matt DeVillier · 7 years ago
  5. e20165d soc/intel/baytrail: add _HRV to I2C ACPI devices by Matt DeVillier · 8 years ago
  6. 9df60d3 tree/acpi: Replace constant "Zero" with actual number by Felix Singer · 1 year, 7 months ago
  7. 7b8ac00 {acpi,arch,soc}/acpi: Replace constant "One" with actual number by Felix Singer · 1 year, 7 months ago
  8. f451bfb soc/intel/baytrail/acpi: Replace Index(a, b) with ASL 2.0 syntax by Elyes Haouas · 1 year, 7 months ago
  9. d252776 tree: Replace And(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  10. 35e65a8 tree: Replace And(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  11. 86bc2e7 tree: Replace Or(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  12. 3c9291b tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  13. 251d86b tree: Replace LAnd(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  14. 476fe6a soc/intel/baytrail/acpi: Replace Store(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  15. bc849b5 soc/intel/baytrail/pmutil.c: Use {read,write}32p() by Elyes Haouas · 1 year, 7 months ago
  16. 447c399 soc/intel/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  17. 4bbd807 soc/intel/acpi: Replace Subtract(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  18. bf1de40 {soc,superio}/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  19. fe33b4c soc/intel/acpi: Replace Add(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  20. e4c3004 soc/intel/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  21. 8f75d79 soc/intel/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  22. 26c7672 soc/intel/baytrail/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  23. 43b5730 soc/intel/acpi: Replace Decrement(a) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  24. 521e046 sb,soc/intel,mb: Drop leftover comments and TODOs in ASL by Kyösti Mälkki · 1 year, 8 months ago
  25. 2c3ebd8 mb,sb,soc/intel: Drop useless IO trap handlers by Kyösti Mälkki · 1 year, 8 months ago
  26. 9916648 sb,soc/intel: Drop spurious SMI entry message by Kyösti Mälkki · 1 year, 8 months ago
  27. 307320c sb,soc/intel: Address TCO SECOND_TO_STS name collision by Kyösti Mälkki · 1 year, 8 months ago
  28. e8a3af1 sb,soc/intel: Apply transitional flag TCO_SPACE_NOT_YET_SPLIT by Kyösti Mälkki · 1 year, 8 months ago
  29. 9018dee src/soc/intel: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  30. c87814d ACPI MADT: Add LINT1 as NMI source by Kyösti Mälkki · 1 year, 8 months ago
  31. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  32. c045735 sb,soc/intel: Use acpi_create_madt_ioapic_from_hw() by Kyösti Mälkki · 3 years, 1 month ago
  33. def74aa soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 9 months ago
  34. 9231f0b soc: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 9 months ago
  35. 96fa237 treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' by Felix Held · 1 year, 9 months ago
  36. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 9 months ago
  37. c60f3b2 treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' by Elyes Haouas · 1 year, 9 months ago
  38. 987f1f4 treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' by Elyes Haouas · 1 year, 9 months ago
  39. c929f09 treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' by Elyes Haouas · 1 year, 9 months ago
  40. fdcf698 acpi/acpi_pm.c: refactor acpi_pm_state_for_* functions by Fabio Aiuto · 1 year, 10 months ago
  41. 0a18d64 nb,soc/intel: Handle upper RAM boundary by Kyösti Mälkki · 3 years, 1 month ago
  42. 5c3cbcd soc/intel/baytrail,braswell,quark: Drop RES_IN_KIB by Kyösti Mälkki · 3 years, 1 month ago
  43. 5a55a45 soc/intel/baytrail,braswell: Do resource transition by Kyösti Mälkki · 3 years, 1 month ago
  44. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  45. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 4 months ago
  46. 910a63c soc/intel: Remove unused <cpu/x86/tsc.h> by Elyes HAOUAS · 2 years, 6 months ago
  47. bd87ea9 soc/intel: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 7 months ago
  48. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  49. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  50. 972d9f2 arch/x86: consolidate HPET base address definitions by Felix Held · 2 years, 5 months ago
  51. 4b2464f arch/x86: factor out and commonize HPET_BASE_ADDRESS definition by Felix Held · 2 years, 5 months ago
  52. 46a3a04 soc/intel/baytrail,braswell/include/iomap: drop unused HPET_BASE_SIZE by Felix Held · 2 years, 5 months ago
  53. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  54. 0bc5d9d src/{drivers,soc}: Fix some code indents by Elyes HAOUAS · 2 years, 6 months ago
  55. b7ec42d src: Use 'stdint.h' when appropriate by Elyes HAOUAS · 2 years, 7 months ago
  56. ccc27d2 soc/intel/baytrail,denverton_ns: Call setup_lapic() by Dmitry Ponamorev · 2 years, 10 months ago
  57. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  58. dc4f46e soc/intel/baytrail: Make `num_cpus` unsigned by Angel Pons · 2 years, 8 months ago
  59. c1bfbe0 soc/intel: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  60. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 9 months ago
  61. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 9 months ago
  62. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 9 months ago
  63. 37e160e soc/intel/baytrail: use mp_cpu_bus_init by Felix Held · 2 years, 9 months ago
  64. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 9 months ago
  65. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 9 months ago
  66. d2794ce acpi/acpigen: Constify CST functions' pointers by Angel Pons · 2 years, 9 months ago
  67. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 5 months ago
  68. 2353cd9 soc/intel: drop P_BLK support by Michael Niewöhner · 2 years, 9 months ago
  69. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  70. 477647c {sb,soc}/intel: Drop unused globalnvs.asl methods by Angel Pons · 2 years, 10 months ago
  71. 2fd1e47 {sb,soc}/intel: Drop PRMx from GNVS by Angel Pons · 2 years, 10 months ago
  72. 286c771 {sb,soc}/intel: Drop LCKF from GNVS by Angel Pons · 2 years, 10 months ago
  73. 3606b93 soc/intel/baytrail: Always handle MRC as ELF file by Angel Pons · 2 years, 10 months ago
  74. d1c9644 soc/intel/baytrail: Drop invalid `VGA_BIOS_FILE` default by Angel Pons · 3 years, 2 months ago
  75. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 2 years, 10 months ago
  76. d581137 acpi: Fill fadt->century based on Kconfig by Nico Huber · 3 years ago
  77. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 1 month ago
  78. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 1 month ago
  79. 4bd9187 ACPI: Refactor use of global and device NVS by Kyösti Mälkki · 3 years, 4 months ago
  80. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 2 months ago
  81. 4cedb8c baytrail: Factor out INT15 handler by Angel Pons · 3 years, 2 months ago
  82. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 9 months ago
  83. 0db4b27 soc/intel/baytrail/pmutil.c: Define __SIMPLE_DEVICE__ by Angel Pons · 3 years, 3 months ago
  84. afb3d7e device/dram/ddr3: Get rid of useless typedefs by Angel Pons · 3 years, 4 months ago
  85. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 7 months ago
  86. c5c3e3c soc/intel/baytrail: Use cbmem_recovery() by Kyösti Mälkki · 3 years, 5 months ago
  87. 6ceec16 soc/intel/baytrail: Use a variable for s3resume by Kyösti Mälkki · 3 years, 5 months ago
  88. 4a3fab0 soc/intel/{baytrail,braswell,broadwell}: Remove unused <string.h> by Elyes HAOUAS · 3 years, 5 months ago
  89. fce36e4 vc/google/chromeos: Always use CHROMEOS_RAMOOPS_DYNAMIC by Kyösti Mälkki · 3 years, 5 months ago
  90. 11c6b8b nb,soc/intel: Switch to CHROMEOS_RAMOOPS_DYNAMIC by Kyösti Mälkki · 3 years, 5 months ago
  91. dc0c02f soc/intel: Switch guard to CHROMEOS_RAMOOPS by Kyösti Mälkki · 3 years, 5 months ago
  92. 4de1a31 ACPI: Add acpi_reset_gnvs_for_wake() by Kyösti Mälkki · 3 years, 6 months ago
  93. 6d08544 soc/intel/baytrail,braswell: Drop aliases on MMCONF_BASE_ADDRESS by Kyösti Mälkki · 3 years, 5 months ago
  94. 7cb4cb6 soc/intel: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 5 months ago
  95. aa969e8 ACPI: Move PICM declaration by Kyösti Mälkki · 3 years, 6 months ago
  96. f6f1215 sb,soc/intel: Drop OSYS from GNVS by Kyösti Mälkki · 3 years, 7 months ago
  97. d6ccbb9 mainboards: Drop PWRS from GNVS by Kyösti Mälkki · 3 years, 6 months ago
  98. e4c8dc8 soc/intel/{baytrail,broadwell}: Add missing <cbmem.h> by Angel Pons · 3 years, 5 months ago
  99. 8fee995 sb,soc/intel: Add wake source fields in GNVS by Kyösti Mälkki · 3 years, 6 months ago
  100. 0322bc5 src: Remove unused <cbmem.h> by Elyes HAOUAS · 3 years, 6 months ago