1. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  2. 98a9174 device: Replace ugly cases of dev_find_slot() by Kyösti Mälkki · 6 years ago
  3. c859f10 intel/e7505: Drop ECC scrubber code by Kyösti Mälkki · 6 years ago
  4. 66b462d nb/intel/pineview/raminit.c: Remove unused variable by Elyes HAOUAS · 6 years ago
  5. 334be32 nb/intel/haswell: Add support for PEG by Tristan Corrick · 6 years ago
  6. c5d367b nb/intel/haswell: Handle boards that do not support IGD by Tristan Corrick · 6 years ago
  7. cf65627 nb/intel/haswell: Don't unconditionally set DEVEN by Tristan Corrick · 6 years ago
  8. bc896cd nb/intel/haswell: Use DEVEN to disable devices by Tristan Corrick · 6 years ago
  9. 1f4cb32 northbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  10. 586f24d northbridge: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  11. 0766c98 nb/intel/haswell: Add server processor host bridge device ID by Iru Cai · 6 years ago
  12. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  13. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  14. 4d2d171 nb/intel/gm45: Make fetching the blc_pwm freq global by Arthur Heymans · 6 years ago
  15. c679b1f nb/intel/gm45: Make fetching the blc_pwm freq its own function by Arthur Heymans · 6 years ago
  16. de6bda6 nb/intel/pineview: Use common code for SMM in TSEG by Arthur Heymans · 6 years ago
  17. 4c65bfc nb/intel/x4x: Use common code for SMM in TSEG by Arthur Heymans · 6 years ago
  18. cf3076e nb/intel/i945: Use common SMM_TSEG code by Arthur Heymans · 6 years ago
  19. 009518e nb/intel/gm45: Correctly cache TSEG by Arthur Heymans · 6 years ago
  20. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  21. a6634f1 nb/intel/i945: Add and use defines for registers of device 0:01.0 by Elyes HAOUAS · 6 years ago
  22. a9068aa nb/intel/i945/early_init.c: Correct the PEG_LC address of DEV(0:01.0) by Elyes HAOUAS · 6 years ago
  23. 48fa922 nb/intel/gm45/northbridge.c: Check for NULL pointers by Arthur Heymans · 6 years ago
  24. ef169d6 nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig by Elyes HAOUAS · 6 years ago
  25. 3313a78 northbridge/intel/fsp_*: Remove legacy SoCs by zaolin · 6 years ago
  26. 0ce41f1 src: Add required space after "switch" by Elyes HAOUAS · 6 years ago
  27. 68aed91 intel/i945: Fix booting on a dual channel configuration by Patrick Georgi · 6 years ago
  28. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  29. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  30. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  31. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  32. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  33. 1e8c9ad src: Remove unneeded include <pc80/keyboard.h> by Elyes HAOUAS · 6 years ago
  34. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  35. 771328f intel/i945: add timestamps in romstage by Patrick Georgi · 9 years ago
  36. f33e835 nb/intel/gm45: Use macro instead of magic number by Elyes HAOUAS · 6 years ago
  37. 0f14df4 nb/intel/x4x/raminit: Add missing space by Jonathan Neuschäfer · 6 years ago
  38. 2a1c430 nb/intel/i945: Remove irrelevant conditional statement by Elyes HAOUAS · 6 years ago
  39. d385624 nb/intel/haswell: Consolidate memory controller PCI driver structs by Tristan Corrick · 6 years ago
  40. 1a73eb0 nb/intel/haswell/gma: Support boards that have DDI E connected by Tristan Corrick · 6 years ago
  41. f3127d4 sb/intel/lynxpoint: Automatically generate the ACPI PCI routing table by Tristan Corrick · 6 years ago
  42. 3ffbc7c nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller by Tristan Corrick · 6 years ago
  43. 4817012 nb/intel/haswell: Add a PCI ID for a desktop memory controller by Tristan Corrick · 6 years ago
  44. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  45. d522db0 nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardware by Arthur Heymans · 6 years ago
  46. 17ad459 nb/intel/*: Account for cbmem_top alignment by Arthur Heymans · 6 years ago
  47. 794f56b nb/intel/i945: Fix domain resources by Arthur Heymans · 6 years ago
  48. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  49. 45022ae intel: Use CF9 reset (part 1) by Patrick Rudolph · 6 years ago
  50. 4fe0cba nb/intel/nehalem: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  51. b1ba662 nb/intel/x4x: Fix P45 CAPID max frequency by Arthur Heymans · 6 years ago
  52. 8ddd7d1 nb/intel/x4x: Program read training results to all ranks by Arthur Heymans · 6 years ago
  53. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  54. 603963e src: Replace MSR addresses with macros by Elyes HAOUAS · 6 years ago
  55. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  56. 88607a4 src: Use tabs for indentation by Elyes HAOUAS · 6 years ago
  57. ef20ecc nb/intel/{gm45,i945,pineview}: Use macro instead of GGC address by Elyes HAOUAS · 6 years ago
  58. 5b2a2d0 src/*: normalize Google copyright headers by Patrick Georgi · 6 years ago
  59. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  60. b0c6cff nb/intel/x4x: Don't use cached settings if CPU FSB has been changed by Arthur Heymans · 6 years ago
  61. 9ce5974 nb/intel/sandybridge: Don't add SMBIOS Table 17 entries on resume by Nico Huber · 6 years ago
  62. 75a62e7 complier.h: add __always_inline and use it in code base by Aaron Durbin · 6 years ago
  63. 3e3bae0 nb/intel/x4x/gma.c: fix skipping of native graphics init by Stefan Tauner · 6 years ago
  64. e6c8f7e nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled by Arthur Heymans · 6 years ago
  65. 24efe73 nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c by Patrick Rudolph · 6 years ago
  66. eb6f2f5 nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS by Arthur Heymans · 6 years ago
  67. 015339f nb/intel/pineview: Use the correct address for the RCVEN strobe by Arthur Heymans · 6 years ago
  68. 1f6369e nb/intel/pineview: Use i2c block read to fetch SPD by Arthur Heymans · 6 years ago
  69. 2de750b nb/intel/raminit: Remove unused headers by Patrick Rudolph · 6 years ago
  70. 08c9a7c nb/intel/sandybridge/raminit: Fix DIMM type mapping by Patrick Rudolph · 6 years ago
  71. 15e6469 nb/intel/sandybridge: Fill in DIMM serial number by Patrick Rudolph · 6 years ago
  72. 89af71c sandybridge/raminit_common.c: fix printram statement by Iru Cai · 6 years ago
  73. 1faa11e Fix PCI ACPI _OSC methods by Marc Jones · 6 years ago
  74. 8da2fa0 nb/intel/haswell: Always locate mrc.bin in the COREBOOT fmap region by Arthur Heymans · 6 years ago
  75. 3d45000 src: Fix typo by Elyes HAOUAS · 6 years ago
  76. 64f6b71 src/northbridge: Fix typo by Elyes HAOUAS · 6 years ago
  77. 3a2f900 x4x/raminit_ddr23: use MCHBAR AND/OR/AND_OR macros [2/2] by Felix Held · 6 years ago
  78. f83d80b nehalem/raminit: remove read_mchbar functions by Felix Held · 6 years ago
  79. 22ca8cb nehalem/raminit: clean up code and remove write_mchbar functions by Felix Held · 6 years ago
  80. 752cdbc northbridge/nehalem: add MCHBAR8/16 AND_OR macros by Felix Held · 6 years ago
  81. 04be2dd nehalem/raminit: clean up code and use MCHBAR macros by Felix Held · 6 years ago
  82. 29a9c07 nehalem/raminit: remove REAL define and most dead code by Felix Held · 6 years ago
  83. ad691ad sandybridge/raminit_mrc: remove reference to report_platform_info() by Matt DeVillier · 6 years ago
  84. 9fe248f sandybridge/raminit_common: use MCHBAR AND/OR macros in remaining places by Felix Held · 6 years ago
  85. 9cf1dd2 sandybridge/raminit_common: use macro for execute command queue register by Felix Held · 6 years ago
  86. f9b826a sandybridge/raminit_common: use FOR_ALL_CHANNELS macro by Felix Held · 6 years ago
  87. b802c07 sandybridge/raminit_common: use MCHBAR AND/OR/AND_OR macros [2/2] by Felix Held · 6 years ago
  88. 2463aa9 sandybridge/raminit_common: use MCHBAR AND/OR/AND_OR macros [1/2] by Felix Held · 6 years ago
  89. fe68a77 northbridge/sandybridge: add MCHBAR32 AND/OR/AND_OR access macros by Felix Held · 6 years ago
  90. 8908931 nb/intel/gm45: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  91. 15e1b39 nb/intel/pineview: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  92. c6e13b6 nb/intel/x4x: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  93. 1704120 nb/intel/sandybridge: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  94. 432575c x4x/raminit_ddr23: use MCHBAR AND/OR/AND_OR macros [1/2] by Felix Held · 6 years ago
  95. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 7 years ago
  96. 6cd2c2f northbridge/x4x: add MCHBAR AND/OR/AND_OR access macros by Felix Held · 6 years ago
  97. 86b299a northbridge/nehalem: add MCHBAR AND/OR/AND_OR macros by Felix Held · 6 years ago
  98. 00d2b91 northbridge/nehalem: clean up header file by Felix Held · 6 years ago
  99. 2bb3cdf sandybridge/raminit_common: use MCHBAR32 macro everywhere by Felix Held · 6 years ago
  100. 55823c3 sandybridge/raminit: use MCHBAR32 macro everywhere by Felix Held · 6 years ago