1. 0180e43 soc/intel/common: Keep common non-IP code block inside basecode by Subrata Banik · 3 years ago
  2. 2854f40 src/soc/intel: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 1 month ago
  3. 77cc326 soc/intel: Refactor do_global_reset() function by Subrata Banik · 3 years ago
  4. 490546f soc/intel: rename get_prmrr_size by Michael Niewöhner · 3 years ago
  5. 1dac896 soc/intel/common/block/sgx: drop no-ops from PRMRR Kconfig by Michael Niewöhner · 3 years ago
  6. 028c0b6 soc/intel/common/block/sgx: make PRMRR size setting depend on SGX by Michael Niewöhner · 3 years ago
  7. cc05e31 soc/intel/common/cse_lite: Defer cse_fw_sync for JSL by Karthikeyan Ramasubramanian · 3 years ago
  8. f463dc0 soc/intel/common/block/cse: Refactor cse_request_global_reset() function by Subrata Banik · 3 years ago
  9. 7938ebc soc/intel/common/block/chip: Refactor chip_get_common_soc_structure() by Subrata Banik · 3 years ago
  10. 754de4d soc/intel/common/block: Add NULL check for 'ctx' pointer by Subrata Banik · 3 years ago
  11. 2ce386a soc/intel/common/block: Do not die if PRMRR size unsupported by Angel Pons · 3 years ago
  12. 11c1b94 soc/intel/common/block/cpu: Fix boot failure by Patrick Rudolph · 3 years ago
  13. 186250f common/block/pmc: Add a check to program the PchPmPwrCycDur by V Sowmya · 3 years, 1 month ago
  14. 7ad46df soc/intel/common/block: Use pci_dev_request_bus_master for BM enabling by Subrata Banik · 3 years ago
  15. c1d227d soc/intel/common/cpu: Update COS mask calculation for NEM enhanced mode by Aamir Bohra · 3 years, 2 months ago
  16. 1b89f5e soc/intel/common/block/*/Kconfig: Guard options with if-blocks by Angel Pons · 3 years, 1 month ago
  17. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years ago
  18. 43810cb soc/intel/common/block/imc: Drop unused code by Angel Pons · 3 years, 1 month ago
  19. 3ecee09 soc/intel/common/block/uart/Kconfig: Drop unused symbols by Angel Pons · 3 years, 1 month ago
  20. 9209817 pci_ids: Add Alder Lake DTT PCI IDs by Subrata Banik · 3 years ago
  21. 6273717 pci_ids: Add Alder Lake IPU PCI IDs by Subrata Banik · 3 years ago
  22. 4cba419 soc/intel/common: Add SMRR Lock Supported bit definition for MTRR_CAP by Tim Wawrzynczak · 3 years, 1 month ago
  23. b656e9b PCI IDs: Add PCI ID for CML DPTF/DTT PCI device by Edward O'Callaghan · 3 years, 1 month ago
  24. 21910f00 soc/intel/common: Include Elkhart Lake SA IDs by Tan, Lean Sheng · 3 years, 5 months ago
  25. 7337bdc soc/intel/common: Add Elkhart Lake B0 CPU ID by Tan, Lean Sheng · 3 years, 1 month ago
  26. 2f6d555 soc/intel/common: Add downgrade support for CSE Firmware by Sridhar Siricilla · 3 years, 5 months ago
  27. 9f8f115 SMM: Validate more user-provided pointers by Patrick Rudolph · 3 years, 5 months ago
  28. 9bc0411 cse_lite: Move global reset after MRC writeback by Caveh Jalali · 3 years, 2 months ago
  29. cfdcfdb src: Remove unused 'include <delay.h>' by Elyes HAOUAS · 3 years, 2 months ago
  30. ec17902 src: Remove unused 'include <lib.h>' by Elyes HAOUAS · 3 years, 2 months ago
  31. 38819a4 soc/intel/common/block/pmc/pmclib.c: Remove unused '<pc80/mc146818rtc.h>' by Elyes HAOUAS · 3 years, 2 months ago
  32. 49ae596 soc/intel/common: Add support for LPSS UART in ACPI mode by Patrick Rudolph · 3 years, 5 months ago
  33. a302205 {soc/intel/common,sb/intel/lynxpoint}/hda_verb.c: Reduce differences by Elyes HAOUAS · 3 years, 1 month ago
  34. 899d5bde soc/intel/common: Move common HDA registers to <device/azalia_device.h> by Elyes HAOUAS · 3 years, 2 months ago
  35. 166d930 soc/intel/jasperlake: Add IGD Device ID by Krishna Prasad Bhat · 3 years, 2 months ago
  36. f9cc637 soc/intel/common/cse_lite: Perform a board specific reset by Karthikeyan Ramasubramanian · 3 years, 2 months ago
  37. b2353a7 soc/intel/common/block: Stitch CSE blobs into FW_MAIN_X partitions by Sridhar Siricilla · 4 years ago
  38. 41934bf soc/intel/common/block/sata: Add common SATA driver by Subrata Banik · 3 years, 1 month ago
  39. 739c503 soc/intel/common/block/gspi: Recalculate BAR after resource allocation by Jes Klinke · 3 years, 2 months ago
  40. 33aa115 soc/intel/common: Log CSE FW Status Registers before triggering recovery by Sridhar Siricilla · 3 years, 3 months ago
  41. a3c33c6 soc/intel/common/block/cpu: Refactor init_cpus function by Subrata Banik · 3 years, 2 months ago
  42. 239272e src/soc/intel/common: Make top_of_ram till TOLUD region mmio_resource by Subrata Banik · 3 years, 2 months ago
  43. f672f7f soc/intel/common: Include Alder Lake device IDs by Subrata Banik · 3 years, 2 months ago
  44. 3e034b6 Change all assert(0) to BUG() by Julius Werner · 3 years, 2 months ago
  45. 5e00780 smbios: Fix type 17 for Windows 10 by Patrick Rudolph · 3 years, 2 months ago
  46. b82b431 src: Never set ISA Enable on PCI bridges by Angel Pons · 3 years, 2 months ago
  47. ec32109 soc/intel/common/basecode: Implement CSE update flow by Rizwan Qureshi · 4 years, 1 month ago
  48. 23a60fa src/soc/intel: Add include <types.h> by Elyes HAOUAS · 3 years, 2 months ago
  49. a76a648 soc/intel/common/gpio_defs: Remove PAD_CFG_NF_BUF_TRIG by Maxim Polyakov · 3 years, 2 months ago
  50. ea63f80 soc/intel/common/hda: Add HDA ID for Jasper Lake by yan.liu · 3 years, 2 months ago
  51. f48acbd src: Change BOOL CONFIG_ to CONFIG() in comments & strings by Martin Roth · 3 years, 2 months ago
  52. 60f178d soc/intel/tigerlake: Update Tiger Lake SA IDs by Derek Huang · 3 years, 3 months ago
  53. 06299a7 soc/intel/common/gpio_defs: Remove unused macro for NF by Maxim Polyakov · 3 years, 3 months ago
  54. 97b5b3b soc/intel/common/gpio_defs: Undo set TxDRxE in GPI_TRIG_OWN() by Maxim Polyakov · 3 years, 3 months ago
  55. fb2e711 soc/intel/common/gpio_defs: Improve some GPI macros by Maxim Polyakov · 3 years, 3 months ago
  56. 04071f4 src: Use ACPI macros by Elyes HAOUAS · 3 years, 2 months ago
  57. 12a4d05 src: Report word-sized access for PM1a_EVT by Angel Pons · 3 years, 2 months ago
  58. 79572e4 src: Make HAVE_CF9_RESET set the FADT reset register by Angel Pons · 3 years, 2 months ago
  59. 3eb8dba src: Drop useless cache flush settings in FADT by Angel Pons · 3 years, 2 months ago
  60. a208c6c src: Never overwrite `fadt->flags` by Angel Pons · 3 years, 2 months ago
  61. 1b5a7de src: Drop useless PM1b settings from FADT by Angel Pons · 3 years, 2 months ago
  62. 77653e3 src: Drop useless GPE1 settings from FADT by Angel Pons · 3 years, 2 months ago
  63. 75db8c8 soc/intel/common/gpio_defs: Fix coding style by Maxim Polyakov · 3 years, 3 months ago
  64. adb6922 soc/intel/common/block/pmc: Select PMC on mainboard basis by Tim Chu · 3 years, 2 months ago
  65. 0c0bcd4 PCI IDs: Add PCI ID for JSL DPTF/DTT PCI device by Tim Wawrzynczak · 3 years, 2 months ago
  66. 14aff23 src: Remove unused 'include <cpu/x86/msr.h>' by Elyes HAOUAS · 3 years, 2 months ago
  67. 8547823 src: Remove unused 'include <stdint.h> by Elyes HAOUAS · 3 years, 4 months ago
  68. 225be5f src: Remove unused 'include <types.h>' by Elyes HAOUAS · 3 years, 4 months ago
  69. 355d1c9 soc/intel/gpio: Convert PAD_CFG0_ROUTE_* to PAD_IRQ_ROUTE() by Maxim Polyakov · 3 years, 3 months ago
  70. c0dfa75 soc/intel/gpio: Convert PAD_CFG0_RX_POL_* to PAD_RX_POL() by Maxim Polyakov · 3 years, 3 months ago
  71. 3787b67 intel/gpio: Convert PAD_CFG0_TRIG_* to PAD_TRIG() by Maxim Polyakov · 3 years, 3 months ago
  72. 18d3159 soc/intel/common/block/pcie: Select ASPM on mainboard basis by Christian Walter · 3 years, 3 months ago
  73. 049ab12 soc/intel/tigerlake: Add new IGD device by Ravi Sarawadi · 3 years, 3 months ago
  74. c5316ec soc/intel/common/block: Add new block DTT by Tim Wawrzynczak · 3 years, 4 months ago
  75. c019991 soc/intel/common: Add a minimal PCI driver for IPU by Tim Wawrzynczak · 3 years, 3 months ago
  76. a106163 soc/intel/common: Only touch Time Window Tau bits in supported SoCs by Tim Wawrzynczak · 3 years, 3 months ago
  77. bd8e761 soc/intel/tigerlake: Switch to CSE Lite RW at BS_DEV_INIT_CHIPS entry by Jamie Ryu · 3 years, 3 months ago
  78. abd3cae soc/intel/common/cpu: Don't set any TCC settings if offset is 0 by Tim Wawrzynczak · 3 years, 3 months ago
  79. 239abaf ACPI GNVS: Replace uses of smm_get_gnvs() by Kyösti Mälkki · 3 years, 3 months ago
  80. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 3 years, 3 months ago
  81. bda27cd src: Remove whitespaces before tabs by Elyes HAOUAS · 3 years, 3 months ago
  82. 360684b soc/intel/common: add TCC activation functionality by Sumeet R Pawnikar · 3 years, 3 months ago
  83. 01e3855 drivers/intel/fsp2_0: decouple FSP_PEIM_TO_PEIM_INTERFACE from FSP 2.1 by Jonathan Zhang · 3 years, 3 months ago
  84. a23aff3 src: Report byte-sized access for GPE0 by Angel Pons · 3 years, 3 months ago
  85. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 3 years, 3 months ago
  86. 5daa1d3 ACPI: Replace uses of CBMEM_ID_ACPI_GNVS by Kyösti Mälkki · 3 years, 3 months ago
  87. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 3 years, 9 months ago
  88. 51e0fd9 soc/intel/common/acpi: rename dptf.asl to dptf_common.asl file by Sumeet R Pawnikar · 3 years, 3 months ago
  89. 5e53bd5 soc/intel/common: make dptf acpi device ids configurable by Sumeet R Pawnikar · 3 years, 4 months ago
  90. d182425 soc/intel/common: Introduce ASL2.0 syntax by Alexey Buyanov · 3 years, 3 months ago
  91. eadd251 cpu/x86: Define MTRR_CAP_PRMRR by Kyösti Mälkki · 3 years, 3 months ago
  92. 040c531 soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS) by Kyösti Mälkki · 3 years, 4 months ago
  93. ad882c3 sb/intel: Remove spurious HAVE_SMI_HANDLER test by Kyösti Mälkki · 3 years, 4 months ago
  94. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 3 years, 4 months ago
  95. 44ef38f arch/x86: Remove NO_FIXED_XIP_ROM_SIZE by Kyösti Mälkki · 3 years, 4 months ago
  96. 0324803 soc/intel/common: Introduce ASL2.0 syntax by Alexey Buyanov · 3 years, 4 months ago
  97. 9f71b17 soc/intel/common: Replace cse_bp and ME with cse_lite in all console logs by Sridhar Siricilla · 3 years, 4 months ago
  98. f9aac92 acpi,soc/intel: Make soc/motherboard_fill_fadt() global by Kyösti Mälkki · 3 years, 4 months ago
  99. 379aab4 src: Remove unused 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 3 years, 4 months ago
  100. 5131c6f soc/intel/tigerlake: Add CPU ID for TGL B0 by Jamie Ryu · 3 years, 4 months ago