1. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 2 months ago
  2. abf51ab src: Remove unused '#include <cpu/x86/smm.h>' by Elyes HAOUAS · 4 years, 2 months ago
  3. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 2 months ago
  4. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  5. d8abb26 nb/intel/haswell/northbridge.c: Fix typo by Angel Pons · 4 years, 2 months ago
  6. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  7. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  8. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  9. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  10. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  11. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  12. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  13. 1db5bc7 nb/intel/haswell: Tidy up code and comments by Angel Pons · 4 years, 6 months ago
  14. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  15. 442fb05 nb/{haswell,i945,sandybridge}: Drop outdated comment by Elyes HAOUAS · 4 years, 7 months ago
  16. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  17. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  18. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  19. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  20. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  21. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  22. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  23. c5d367b nb/intel/haswell: Handle boards that do not support IGD by Tristan Corrick · 6 years ago
  24. bc896cd nb/intel/haswell: Use DEVEN to disable devices by Tristan Corrick · 6 years ago
  25. 0766c98 nb/intel/haswell: Add server processor host bridge device ID by Iru Cai · 6 years ago
  26. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  27. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  28. d385624 nb/intel/haswell: Consolidate memory controller PCI driver structs by Tristan Corrick · 6 years ago
  29. f3127d4 sb/intel/lynxpoint: Automatically generate the ACPI PCI routing table by Tristan Corrick · 6 years ago
  30. 4817012 nb/intel/haswell: Add a PCI ID for a desktop memory controller by Tristan Corrick · 6 years ago
  31. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  32. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  33. 77f7a6e nb/intel/haswell: Get rid of device_t by Elyes HAOUAS · 6 years ago
  34. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  35. a51e379 nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APIC by Matt DeVillier · 6 years ago
  36. 85d98d9 nb/intel/haswell: Generate ACPI DMAR table by Matt DeVillier · 6 years ago
  37. fa0725d northbridge/intel/haswell: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  38. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  39. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 8 years ago
  40. 6e8b3c1 src/northbridge: Improve code formatting by Elyes HAOUAS · 8 years ago
  41. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  42. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  43. 9e94dbf ACPI: Get S3 resume state from romstage_handoff by Kyösti Mälkki · 10 years ago
  44. 9f74462 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  45. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  46. c6e566a haswell: Move to per-device ACPI by Vladimir Serbinenko · 10 years ago
  47. 6a36004 haswell: backup the default SMM region on resume by Aaron Durbin · 10 years ago
  48. cb08e16 CBMEM intel: Define get_top_of_ram() once per chipset by Kyösti Mälkki · 11 years ago
  49. 118d105 haswell: Export functions for CPU family+model and stepping by Duncan Laurie · 11 years ago
  50. c70353f haswell: Misc power management setup and fixes by Duncan Laurie · 11 years ago
  51. 697927c CBMEM: Define cbmem_top() just once for x86 by Kyösti Mälkki · 11 years ago
  52. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  53. 27435d3 haswell: fix overflow handling TOUUD by Aaron Durbin · 11 years ago
  54. 243aa44 boot: remove cbmem_post_handling() by Aaron Durbin · 11 years ago
  55. c965076 resources: introduce reserved_ram_resource() by Aaron Durbin · 11 years ago
  56. c0cbd6e haswell: use dynamic cbmem by Aaron Durbin · 11 years ago
  57. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  58. bf396ff haswell: use s3_resume field in romstage_handoff by Aaron Durbin · 11 years ago
  59. 605ca1b haswell: cbmem_get_table_location() implementation by Aaron Durbin · 11 years ago
  60. 21efd8c haswell: fix ACPI MCFG table by Aaron Durbin · 11 years ago
  61. 7af2069 haswell: enable caching before SMM initialization by Aaron Durbin · 12 years ago
  62. e6c3b1d haswell: include TSEG region in cacheable memory by Aaron Durbin · 12 years ago
  63. 5c66f08 haswell: don't add a 0-sized memory range resource by Aaron Durbin · 12 years ago
  64. 1570260 haswell: Fix BDSM and BGSM indicies in memory map by Aaron Durbin · 12 years ago
  65. 1fef1f5 haswell: reserve default SMRAM space by Aaron Durbin · 12 years ago
  66. c12ef97 haswell: resource allocation by Aaron Durbin · 12 years ago
  67. df7be71 haswell: Add ULT device IDs by Duncan Laurie · 12 years ago
  68. c1989c4 haswell: add PCI id support by Aaron Durbin · 12 years ago
  69. 76c3700 haswell: Add initial support for Haswell platforms by Aaron Durbin · 12 years ago