1. 567ece4 haswell/lynxpoint: Add native DMI init by Angel Pons · 2 years, 2 months ago
  2. d6c4538 nb/intel/haswell: Move PEG registers to a separate header by Angel Pons · 3 years, 3 months ago
  3. 6237175 nb/intel/haswell: Uniformize include guards by Angel Pons · 3 years, 3 months ago
  4. 9fa1418 nb/intel/haswell: Clean up haswell.h header by Angel Pons · 3 years, 3 months ago
  5. 7720f1d nb/intel: Factor out remaining MCHBAR macros by Angel Pons · 3 years, 3 months ago
  6. 7adfe80 nb/intel/haswell: Replace `DMIBAR64` and `EPBAR64` by Angel Pons · 3 years, 3 months ago
  7. 34be1be nb/intel/haswell: Finalize northbridge in ramstage by Angel Pons · 3 years, 4 months ago
  8. ae99950 nb/intel/haswell/pcie.c: Add missing pre-ASPM init by Angel Pons · 3 years, 8 months ago
  9. f95b9b4 nb/intel/haswell: Use common {DMI,EP,MCH}BAR accessors by Angel Pons · 3 years, 6 months ago
  10. 32770f8 nb/intel/haswell: Define and use MMCONF_BUS_NUMBER by Angel Pons · 3 years, 6 months ago
  11. e2ec60f nb/intel/haswell/haswell.h: Do not include `pch.h` by Angel Pons · 3 years, 5 months ago
  12. fe152de nb/intel/haswell/gma.c: Drop unused `set_translation_table` function by Angel Pons · 3 years, 9 months ago
  13. 76b8bc2 nb/intel/haswell: Set up Root Complex topology by Angel Pons · 4 years ago
  14. dddd1cc src/northbridge: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  15. 75594e9 nb/intel/haswell: Put DMIBAR/EPBAR registers into separate files by Angel Pons · 3 years, 10 months ago
  16. e4156c3 nb/intel/haswell: Move register headers into a subfolder by Angel Pons · 3 years, 10 months ago
  17. 122e4eb nb/intel/haswell: Clean up register definitions by Angel Pons · 3 years, 10 months ago
  18. e5ec50c nb/intel/haswell: Guard DMIBAR/EPBAR macro parameters by Angel Pons · 3 years, 10 months ago
  19. a3cb322 nb/intel/haswell: Introduce memmap.h by Angel Pons · 3 years, 10 months ago
  20. f4fa1e1 nb/intel/haswell: Deduplicate PCIEXBAR decoding by Angel Pons · 4 years ago
  21. 598ec6a nb/intel/haswell: Enable DMI ASPM by Angel Pons · 4 years ago
  22. e220e31 nb/intel/haswell: Put host bridge registers into its own file by Angel Pons · 4 years ago
  23. 45f448f haswell: Relocate `mainboard_romstage_entry` to northbridge by Angel Pons · 4 years ago
  24. 14c4f4f haswell: Drop `struct romstage_params` type by Angel Pons · 4 years ago
  25. 6eea191 haswell: Make `copy_spd` a weak function by Angel Pons · 4 years ago
  26. 73fa035 nb/intel/haswell: Add `mb_late_romstage_setup` function by Angel Pons · 4 years ago
  27. 03f0e43 haswell: Drop GPIO indirection layers by Angel Pons · 4 years ago
  28. 6e1c471 haswell: Turn RCBA configuration into a function by Angel Pons · 4 years ago
  29. 2e25ac6 haswell: relocate `romstage_common` to northbridge by Angel Pons · 4 years ago
  30. e816829 haswell: drop unused function parameter by Angel Pons · 4 years ago
  31. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  32. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 2 months ago
  33. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  34. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  35. 1db5bc7 nb/intel/haswell: Tidy up code and comments by Angel Pons · 4 years, 6 months ago
  36. c7783a3 nb/intel: Remove unused 'barrier()' by Elyes HAOUAS · 4 years, 9 months ago
  37. df128a5 intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROL by Kyösti Mälkki · 4 years, 10 months ago
  38. d7205be nb,sb/intel: Clean up some __BOOTBLOCK__ and __SIMPLE_DEVICE__ use by Kyösti Mälkki · 4 years, 9 months ago
  39. 2c430c8 intel/smm: Define struct ied_header just once by Kyösti Mälkki · 5 years ago
  40. 503d324 Remove DEFAULT_PCIEXBAR alias by Kyösti Mälkki · 5 years ago
  41. 0a656f0 Drop leftover debug function declarations by Kyösti Mälkki · 5 years ago
  42. c2c1dc9 {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() by Elyes HAOUAS · 6 years ago
  43. 334be32 nb/intel/haswell: Add support for PEG by Tristan Corrick · 6 years ago
  44. c5d367b nb/intel/haswell: Handle boards that do not support IGD by Tristan Corrick · 6 years ago
  45. d385624 nb/intel/haswell: Consolidate memory controller PCI driver structs by Tristan Corrick · 6 years ago
  46. 4817012 nb/intel/haswell: Add a PCI ID for a desktop memory controller by Tristan Corrick · 6 years ago
  47. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  48. 77f7a6e nb/intel/haswell: Get rid of device_t by Elyes HAOUAS · 6 years ago
  49. a51e379 nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APIC by Matt DeVillier · 6 years ago
  50. 85d98d9 nb/intel/haswell: Generate ACPI DMAR table by Matt DeVillier · 6 years ago
  51. a886974 nb/intel/*.h: Remove left-over register definitions by Patrick Rudolph · 6 years ago
  52. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  53. 9aca643 nb/intel/haswell/gma: Use common init_igd_opregion method by Patrick Rudolph · 7 years ago
  54. 45a0dbc nb/intel: Deduplicate vbt header by Patrick Rudolph · 7 years ago
  55. 92fc072 northbridge/intel: move mrccache.c of sandybridge + haswell to common by Alexander Couzens · 8 years ago
  56. 81c5c76 northbridge/intel: move mrc_cache definition into a common header by Alexander Couzens · 8 years ago
  57. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  58. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  59. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  60. 089a510 northbridge/intel: Do not define include guard as 1 by Edward O'Callaghan · 10 years ago
  61. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  62. c6e566a haswell: Move to per-device ACPI by Vladimir Serbinenko · 10 years ago
  63. 4c8465c Peppy, Haswell: refactor and create set_translation_table function in haswell/gma.c by Ronald G. Minnich · 11 years ago
  64. 0a7c49e HDA: Enable Mini-HDA and fix up PCH-HDA init by Duncan Laurie · 11 years ago
  65. 118d105 haswell: Export functions for CPU family+model and stepping by Duncan Laurie · 11 years ago
  66. c70353f haswell: Misc power management setup and fixes by Duncan Laurie · 11 years ago
  67. 5bcca7e haswell: pull in the init code for FUI by Ronald G. Minnich · 11 years ago
  68. 243aa44 boot: remove cbmem_post_handling() by Aaron Durbin · 11 years ago
  69. 8ce667e haswell: add multipurpose SMM memory region by Aaron Durbin · 11 years ago
  70. 21efd8c haswell: fix ACPI MCFG table by Aaron Durbin · 11 years ago
  71. c12ef97 haswell: resource allocation by Aaron Durbin · 12 years ago
  72. 76c3700 haswell: Add initial support for Haswell platforms by Aaron Durbin · 12 years ago