1. 4b2464f arch/x86: factor out and commonize HPET_BASE_ADDRESS definition by Felix Held · 2 years, 6 months ago
  2. 3a260ad soc/apollolake: Allow configuring individual USB ports on GLK by Sean Rhodes · 2 years, 6 months ago
  3. e284ca2 soc/intel/apollolake: Create alias for GEN_PMCON1 as GEN_PMCON_A by Subrata Banik · 2 years, 6 months ago
  4. 34f26b2 drivers/fsp/fsp2_0: Rework FSP Notify Phase API configs by Subrata Banik · 2 years, 6 months ago
  5. bb052ce soc/intel/apollolake: Fix overlapping ACPI resource ranges by Matt DeVillier · 2 years, 6 months ago
  6. 42914fe soc/intel/apollolake: Add function to clear PMCON status bits by Subrata Banik · 2 years, 6 months ago
  7. 2d58d5c soc/apollolake: Make IO decode / enable register configurable by Sean Rhodes · 2 years, 7 months ago
  8. fafcb74 soc/intel/apl: Use Kconfig to enable CseRbp by Sean Rhodes · 2 years, 7 months ago
  9. 6efc7ed soc/intel/apollolake: Convert to ASL 2.0 by Elyes HAOUAS · 2 years, 7 months ago
  10. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  11. 526cc3e soc/intel/{adl, common}: Add routines into CSE IA-common code by Subrata Banik · 2 years, 7 months ago
  12. 480e7e5 soc/intel/apollolake: Rename PWRMBASE macro and function by Subrata Banik · 2 years, 7 months ago
  13. ea47c6b soc/intel/apollolake: Use PCR write to disable HECI1 by Subrata Banik · 2 years, 7 months ago
  14. 32e0673 soc/intel/common/cse: Rework heci_disable function by Subrata Banik · 2 years, 7 months ago
  15. b11f381 soc/intel/appololake: Allow to configure SATA ALPM via devicetree by Mario Scheithauer · 2 years, 7 months ago
  16. 56ab8e2 soc/intel/common/cpu: Use SoC overrides to get CPU privilege level by Subrata Banik · 2 years, 7 months ago
  17. 206b0bc soc/intel/apl: Use Kconfig to disable HECI1 by Subrata Banik · 2 years, 8 months ago
  18. 05865b8 soc/intel/apl: Rework on CPU privilege level implementation by Subrata Banik · 2 years, 7 months ago
  19. c104e4c soc/intel/apollolake/acpi: Replace Decrement() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  20. c8c312c soc/intel/apollolake/acpi: Replace Increment() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  21. a330382 soc/intel/apollolake/acpi: Replace Divide(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  22. 3dc8f56 soc/intel/apollolake/acpi: Replace Multiply(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  23. f3c313b soc/intel/apollolake/acpi: Replace Add(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  24. f94ec24e soc/intel/apollolake/acpi: Replace Subtract(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  25. 1bdac6a soc/intel/apollolake/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  26. 2c67087 soc/intel/apollolake/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  27. 5e0fc51 soc/intel/apollolake/acpi: Replace LAnd() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  28. 642508a Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" by Hsuan-ting Chen · 2 years, 10 months ago
  29. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  30. b48caad soc/intel: generate SSDT instead of using GNVS for SGX by Michael Niewöhner · 2 years, 10 months ago
  31. 69dcc1e soc/intel/apollolake: Fix BUG-message when checking for XDCI device by Werner Zeh · 2 years, 10 months ago
  32. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 10 months ago
  33. 3a79633 soc/*/Makefile: don't add cpu/x86/cache by Felix Held · 2 years, 10 months ago
  34. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 10 months ago
  35. c25ecb5 arch/x86/ioapic: Select IOAPIC with SMP by Kyösti Mälkki · 3 years, 2 months ago
  36. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  37. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 10 months ago
  38. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  39. bc5f51f soc/intel/{skl,apl}: don't run or even include SGX code if disabled by Michael Niewöhner · 2 years, 10 months ago
  40. e9f10ff soc/intel: Constify `soc_get_cstate_map()` by Angel Pons · 2 years, 10 months ago
  41. c9a12f2 soc/intel/{common,apl,glk}: guard PM Timer option on SoCs w/o PM Timer by Michael Niewöhner · 2 years, 11 months ago
  42. 9034689 soc/intel: deduplicate acpi_fill_soc_wake by Michael Niewöhner · 2 years, 11 months ago
  43. adb393b Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" by Hsuan-ting Chen · 2 years, 11 months ago
  44. 2353cd9 soc/intel: drop P_BLK support by Michael Niewöhner · 2 years, 11 months ago
  45. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  46. efe57eb soc/intel: Rename GNVS struct member to match ASL by Angel Pons · 2 years, 11 months ago
  47. 6260bf7 vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main by Hsuan Ting Chen · 3 years ago
  48. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 3 years ago
  49. 1a4496e soc/{apl,glk}: Allow to select the primary graphics device by Maxim Polyakov · 4 years, 2 months ago
  50. 957857d soc/intel/common/cse: Add argument for CSE fixed client addr by Rizwan Qureshi · 3 years ago
  51. d5d2555 soc/intel/apollolake: add 4Gb and 6Gb dram density by Jamie Chen · 3 years, 1 month ago
  52. adda399 soc/intel/apollolake: change LPDDR4 density enum definition by Jamie Chen · 3 years, 3 months ago
  53. dbb4e4b soc/intel/apollolake: Make use of `cpu/intel/cpu_ids.h' by Subrata Banik · 3 years, 1 month ago
  54. e92a982 arch/x86: Add X86_CUSTOM_BOOTMEDIA by Raul E Rangel · 3 years, 2 months ago
  55. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  56. c7cfe0b soc/intel: Refactor `xdci_can_enable()` function by Angel Pons · 3 years, 2 months ago
  57. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  58. f585c6e soc/intel: Drop casts around `soc_read_pmc_base()` by Angel Pons · 3 years, 2 months ago
  59. adeac8d soc/intel/apollolake: Drop `xdci_can_enable()` call by Angel Pons · 3 years, 2 months ago
  60. 50b92f9 soc/intel/apollolake/xdci.c: Use `dev` parameter by Angel Pons · 3 years, 2 months ago
  61. 6da7fa2 soc/intel/cache_as_ram.S: Fix SOC_INTEL_APOLLOLAKE by Arthur Heymans · 3 years, 2 months ago
  62. 5e8c906 soc/intel/{apl,cnl}: Remove FSP CAR option by Arthur Heymans · 3 years, 2 months ago
  63. d6d8776 soc/intel/apollolake: Use devfn_disable() function by Subrata Banik · 3 years, 2 months ago
  64. 54a3417 soc/intel/apollolake: Make use of is_devfn_enabled() function by Subrata Banik · 3 years, 2 months ago
  65. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 3 months ago
  66. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 10 months ago
  67. 6a21959 src: Drop "This file is part of the coreboot project" lines by Angel Pons · 3 years, 3 months ago
  68. 505e383 soc/intel: Move pmc_soc_set_afterg3_en() to pmutil.c by Angel Pons · 3 years, 4 months ago
  69. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 4 months ago
  70. 2ccc0a4 soc/intel: Rename and move MISCCFG_GPIO_PM_CONFIG_BITS definition to soc/gpio.h by Subrata Banik · 3 years, 5 months ago
  71. 61fcb7e acpi/acpigen.h: Add more intuitive AML package closing functions by Jakub Czapiga · 3 years, 6 months ago
  72. 405f229 soc/intel/*: drop UART pad configuration from common code by Michael Niewöhner · 3 years, 8 months ago
  73. 81e9263 soc/intel/apollolake: Add `GPE0_STS_BIT` macro by Angel Pons · 3 years, 6 months ago
  74. d3a65de soc/intel: Guard macro parameters in pm.h by Angel Pons · 3 years, 6 months ago
  75. 09f0605 soc/intel: Include gfx.asl from northbridge by Angel Pons · 3 years, 8 months ago
  76. aeb5268 soc/intel/{alderlake,apollolake}: Remove unused <string.h> by Elyes HAOUAS · 3 years, 6 months ago
  77. fce36e4 vc/google/chromeos: Always use CHROMEOS_RAMOOPS_DYNAMIC by Kyösti Mälkki · 3 years, 6 months ago
  78. 4de1a31 ACPI: Add acpi_reset_gnvs_for_wake() by Kyösti Mälkki · 3 years, 7 months ago
  79. 7cb4cb6 soc/intel: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 6 months ago
  80. fc36e9f soc/intel/*: Move prmrr_core_configure by Patrick Rudolph · 3 years, 7 months ago
  81. d6ccbb9 mainboards: Drop PWRS from GNVS by Kyösti Mälkki · 3 years, 7 months ago
  82. cc93c6e soc/amd,intel: Drop s3_resume parameter on FSP-S functions by Kyösti Mälkki · 3 years, 7 months ago
  83. 4949a3d drivers/intel/fsp1_1,fsp2_0: Refactor logo display by Kyösti Mälkki · 3 years, 7 months ago
  84. 0322bc5 src: Remove unused <cbmem.h> by Elyes HAOUAS · 3 years, 7 months ago
  85. 9849488 soc/intel: Replace `SA_PCIEX_LENGTH` Kconfig options by Angel Pons · 3 years, 7 months ago
  86. ae7ac8a ACPI: Separate ChromeOS NVS in ASL by Kyösti Mälkki · 3 years, 7 months ago
  87. fa5f9b5 ACPI: Declare GNVS variables globally by Kyösti Mälkki · 3 years, 7 months ago
  88. 2787237 ACPI: Add helpers for CBMEM_ID_POWER_STATE by Kyösti Mälkki · 3 years, 7 months ago
  89. 6b43055 ELOG: Add const qualifier for chipset_power_state by Kyösti Mälkki · 3 years, 7 months ago
  90. d509ee5 soc/intel/apl: drop LPC pad configuration code by Michael Niewöhner · 3 years, 7 months ago
  91. 71624cd soc/intel/*: drop broken LPC mmio code by Michael Niewöhner · 3 years, 7 months ago
  92. c196246 ACPI GNVS: Drop most dev_count_cpu() by Kyösti Mälkki · 3 years, 8 months ago
  93. 66c6413 ACPI: Refactor ChromeOS specific ACPI GNVS by Kyösti Mälkki · 3 years, 8 months ago
  94. f3faddc soc/intel: rename uart_max_index by Michael Niewöhner · 3 years, 7 months ago
  95. 4fa183f soc/intel/uart: Drop SoC callback `soc_uart_console_to_device` by Furquan Shaikh · 3 years, 7 months ago
  96. 98323cd ACPI: Add missing include in nvs.h by Kyösti Mälkki · 3 years, 8 months ago
  97. c2b0a4f soc/intel: Rename to soc_fill_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  98. d77b5e9 ACPI: Drop redundant ChromeOS setup for GNVS by Kyösti Mälkki · 4 years, 2 months ago
  99. 81b8472 ACPI: Drop redundant CONSOLE_CBMEM setup in GNVS by Kyösti Mälkki · 4 years, 2 months ago
  100. 3139c8d ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations by Kyösti Mälkki · 4 years, 2 months ago