1. ffbb4b2 intel/txt: Add `txt_get_chipset_dpr` function by Angel Pons · 3 years, 10 months ago
  2. 4b290b7 nb/intel/haswell: Account for DPR region in memory map by Angel Pons · 3 years, 11 months ago
  3. dddd1cc src/northbridge: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  4. 75594e9 nb/intel/haswell: Put DMIBAR/EPBAR registers into separate files by Angel Pons · 4 years ago
  5. e4156c3 nb/intel/haswell: Move register headers into a subfolder by Angel Pons · 4 years ago
  6. 122e4eb nb/intel/haswell: Clean up register definitions by Angel Pons · 4 years ago
  7. e5ec50c nb/intel/haswell: Guard DMIBAR/EPBAR macro parameters by Angel Pons · 4 years ago
  8. a3cb322 nb/intel/haswell: Introduce memmap.h by Angel Pons · 4 years ago
  9. d049579 nb/intel/haswell: Drop `gpu_panel_port_select` by Angel Pons · 4 years ago
  10. 3655bca src: Drop redundant 'select BOOTBLOCK_CONSOLE' by Elyes HAOUAS · 4 years ago
  11. 694cbc0 {nb,soc}/intel/{haswell,broadwell}/memmap.c: Use ALIGN_DOWN(x, a) by Elyes HAOUAS · 4 years ago
  12. ad9cd68 mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms by Shelley Chen · 4 years, 1 month ago
  13. b7db12b {nb,soc}/intel: Use get_current_microcode_rev() for ucode version by Subrata Banik · 4 years ago
  14. 1850396 nb/intel/haswell: Use ASL 2.0 syntax by Angel Pons · 4 years ago
  15. f4fa1e1 nb/intel/haswell: Deduplicate PCIEXBAR decoding by Angel Pons · 4 years ago
  16. 12a13e1 nb/intel/haswell: Add Crystal Well PCI IDs by Iru Cai · 4 years, 3 months ago
  17. 028b8e4 nb/intel/haswell: Configure VCs on Egress Port by Angel Pons · 4 years, 1 month ago
  18. 42609d8 nb/intel/*: Fill in SMBIOS type 16 on SNB/HSW by Patrick Rudolph · 4 years, 1 month ago
  19. 598ec6a nb/intel/haswell: Enable DMI ASPM by Angel Pons · 4 years, 1 month ago
  20. f48acbd src: Change BOOL CONFIG_ to CONFIG() in comments & strings by Martin Roth · 4 years, 1 month ago
  21. 7d964ae nb/intel/haswell: Use macro for dimm->bus_width by Elyes HAOUAS · 4 years, 1 month ago
  22. eecd684 nb/intel/haswell/hostbridge_regs.h: Clean up registers by Angel Pons · 4 years, 1 month ago
  23. e220e31 nb/intel/haswell: Put host bridge registers into its own file by Angel Pons · 4 years, 1 month ago
  24. b21bffa sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE by Angel Pons · 4 years, 2 months ago
  25. ae0eeb2 nb/intel/haswell/romstage.c: Align pei_data initializers by Angel Pons · 4 years, 1 month ago
  26. 8aab787 haswell: Move some MRC settings to devicetree by Angel Pons · 4 years, 1 month ago
  27. 39a6093 haswell: Automatically check if Intel GbE is to be enabled by Angel Pons · 4 years, 1 month ago
  28. d37b7d8 haswell: Add function to retrieve SPD addresses by Angel Pons · 4 years, 1 month ago
  29. 3ac92b7 haswell: Automatically determine system type by Angel Pons · 4 years, 1 month ago
  30. 1be9f58 haswell: Introduce ENABLE_DDR_2X_REFRESH Kconfig option by Angel Pons · 4 years, 1 month ago
  31. 9a36971 haswell: Factor out `max_ddr3_freq` by Angel Pons · 4 years, 1 month ago
  32. d7bf3ad haswell: Compute disabled channel masks at runtime by Angel Pons · 4 years, 1 month ago
  33. dd7470c mb/asrock/b85m_pro4: Factor out common MRC settings by Angel Pons · 4 years, 1 month ago
  34. 45f448f haswell: Relocate `mainboard_romstage_entry` to northbridge by Angel Pons · 4 years, 1 month ago
  35. 14c4f4f haswell: Drop `struct romstage_params` type by Angel Pons · 4 years, 1 month ago
  36. 6eea191 haswell: Make `copy_spd` a weak function by Angel Pons · 4 years, 1 month ago
  37. 73fa035 nb/intel/haswell: Add `mb_late_romstage_setup` function by Angel Pons · 4 years, 2 months ago
  38. 03f0e43 haswell: Drop GPIO indirection layers by Angel Pons · 4 years, 1 month ago
  39. 6e1c471 haswell: Turn RCBA configuration into a function by Angel Pons · 4 years, 2 months ago
  40. 2e25ac6 haswell: relocate `romstage_common` to northbridge by Angel Pons · 4 years, 2 months ago
  41. e816829 haswell: drop unused function parameter by Angel Pons · 4 years, 2 months ago
  42. 9d69d88 nb/intel/haswell/acpi: Update to ASL 2.0 syntax by Angel Pons · 4 years, 1 month ago
  43. 05f996d nb/intel/haswell/acpi: Fix host bridge registers by Angel Pons · 4 years, 1 month ago
  44. eb86016 nb/intel/haswell: Use 16-bit ops on PCI COMMAND by Angel Pons · 4 years, 2 months ago
  45. 2688607 nb/intel/haswell: Use PCI bitwise ops by Angel Pons · 4 years, 2 months ago
  46. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 3 months ago
  47. abf51ab src: Remove unused '#include <cpu/x86/smm.h>' by Elyes HAOUAS · 4 years, 3 months ago
  48. 506479d northbridge/intel/haswell: Mask lower 20 bits of TOLUD and TOLM in hostbridge.asl by Furquan Shaikh · 4 years, 3 months ago
  49. 181e2d4 northbridge/intel/haswell: Update hostbridge.asl to ASL2.0 by Furquan Shaikh · 4 years, 3 months ago
  50. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 4 months ago
  51. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 4 months ago
  52. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 4 months ago
  53. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  54. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 3 months ago
  55. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  56. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 3 months ago
  57. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  58. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  59. 29fbfcc vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled() by Julius Werner · 4 years, 6 months ago
  60. d8abb26 nb/intel/haswell/northbridge.c: Fix typo by Angel Pons · 4 years, 3 months ago
  61. 36787b0 northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  62. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  63. 6ba3a07 nb/intel/haswell/pei_data.h: Add ULT system type by Angel Pons · 4 years, 4 months ago
  64. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  65. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 4 months ago
  66. e8abb5a nb/intel/haswell: Deprecate WDB params in pei_data by Angel Pons · 4 years, 4 months ago
  67. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  68. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  69. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  70. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  71. 41c4eb5 nb/intel/haswell: Simplify GMA SSDT generator by Matt DeVillier · 4 years, 5 months ago
  72. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  73. 6343cd8 drivers/intel/gma: fold gma.asl into default_brightness_levels.asl by Matt DeVillier · 4 years, 5 months ago
  74. c2e4642 nb/intel/haswell: Implement proper backlight PWM config by Nico Huber · 4 years, 5 months ago
  75. 612a867 drivers/intel/gma/acpi: Add Kconfigs for backlight registers by Nico Huber · 5 years ago
  76. be3979c acpi: Change Processor ACPI Name (Intel only) by Christian Walter · 4 years, 8 months ago
  77. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  78. 1db5bc7 nb/intel/haswell: Tidy up code and comments by Angel Pons · 4 years, 7 months ago
  79. 3cd4327 src/nb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 5 months ago
  80. 8247cc3 northbridge: Remove unused include <device/pci.h> by Elyes HAOUAS · 4 years, 8 months ago
  81. 5e5e789 nb/intel/haswell/peg: Add PEG driver stub by Chris Morgan · 4 years, 6 months ago
  82. 2806ec9 nb/intel/haswell: Fix type definition of dev in PCI_FUNC(dev) by Chris Morgan · 4 years, 6 months ago
  83. 4058122 arch/x86: Remove <arch/cbfs.h> by Kyösti Mälkki · 4 years, 8 months ago
  84. b5b8a7d nb/haswell/minihd: correct subsystem ID by Matt DeVillier · 4 years, 8 months ago
  85. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  86. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 9 months ago
  87. 442fb05 nb/{haswell,i945,sandybridge}: Drop outdated comment by Elyes HAOUAS · 4 years, 8 months ago
  88. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  89. 4ec67fc nb/intel: Use defined DEFAULT_RCBA by Elyes HAOUAS · 4 years, 10 months ago
  90. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  91. c7783a3 nb/intel: Remove unused 'barrier()' by Elyes HAOUAS · 4 years, 10 months ago
  92. 468d02c src/[northbridge,security]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  93. fcdb033 acpi: Drop wrong _ADR objects for PCI host bridges by Elyes HAOUAS · 4 years, 10 months ago
  94. bec78e3 src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' by Elyes HAOUAS · 4 years, 10 months ago
  95. df128a5 intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROL by Kyösti Mälkki · 5 years ago
  96. d7205be nb,sb/intel: Clean up some __BOOTBLOCK__ and __SIMPLE_DEVICE__ use by Kyösti Mälkki · 5 years ago
  97. c27014b src/{northbridge,soc}: Remove not used #include <elog.h> by Elyes HAOUAS · 5 years ago
  98. 540151f intel/haswell: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  99. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  100. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago