1. f3aaa0e acpi: Rename acpi_create_dmar_drhd by Shuo Liu · 5 days ago
  2. a911b75 mb/*: Remove old USB configurations from SNB/bd82x6x boards by Keith Hui · 5 months ago
  3. ee12634 nb/sandybridge,sb/bd82x6x: Configure USB from southbridge devicetree by Keith Hui · 5 months ago
  4. 317a982 nb/intel/sandybridge: Refactor pei_data building code by Keith Hui · 6 weeks ago
  5. bfb3980 nb/intel/haswell: Synchronize lists of graphics PCI IDs by Nico Huber · 4 weeks ago
  6. c770ad6 cpu/x86: Make 1GB paging the default by Julius Werner · 4 weeks ago
  7. ca3764a nb/intel/haswell: Use <device/dram/ddr3.h> by Elyes Haouas · 7 weeks ago
  8. 8bcd821 dram/ddr3: Use the same naming convention as DDR4 by Elyes Haouas · 8 weeks ago
  9. 78ba7a7 device/dram/ddr{3,4}: Rename spd_raw_data for specific DDR by Elyes Haouas · 8 weeks ago
  10. 8b5aacc nb/intel/gm45: Call `mb_post_raminit_setup()` later by Angel Pons · 2 months ago
  11. 7d3e161 nb/intel/gm45: Fill in memory info by Angel Pons · 3 months ago
  12. 76a0159 nb/intel/haswell: Fix building BDW MRC.bin path with clang by Angel Pons · 3 months ago
  13. 6f75dd0 sandybridge,haswell,broadwell: Use DIV_ROUND_CLOSEST macro by Angel Pons · 3 years, 2 months ago
  14. b7341da nb/intel/sandybridge/raminit: Add tCPDED corner case by Patrick Rudolph · 6 months ago
  15. 220bd26 nb/intel/sandybridge/raminit: Only write register on Ivy Bridge by Patrick Rudolph · 6 months ago
  16. d81324e nb/intel/sandybridge/raminit: Drop write to BANDTIMERS_SNB by Patrick Rudolph · 6 months ago
  17. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 3 months ago
  18. 327a0a7 tree: Drop unused <string.h> by Elyes Haouas · 3 months ago
  19. 520dae1 tree: Drop unused <delay.h> by Elyes Haouas · 3 months ago
  20. 54c9bf8 tree: Drop unused <console/console.h> by Elyes Haouas · 3 months ago
  21. e27a26b nb/intel/sandybridge/raminit: Update PM_DLL_CONFIG to match MRC.bin by Patrick Rudolph · 6 months ago
  22. d293b20 cpu/x86/Kconfig: Mark 64bit support as stable by Arthur Heymans · 5 months ago
  23. 1e28218 nb/haswell: Disable iGPU when dGPU is used by Leah Rowe · 4 months ago
  24. b506020 commonlib: Change GCD function to always use 64 bits by Julius Werner · 5 months ago
  25. de37109 lib: Move IP checksum to commonlib by Julius Werner · 5 months ago
  26. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 10 months ago
  27. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 5 months ago
  28. 8b1aa38 northbridge: Rename Makefiles from .inc to .mk by Martin Roth · 5 months ago
  29. 0509009 nb/intel/gm45/raminit: Use read32p() by Elyes Haouas · 10 months ago
  30. 1d718de northbridge/intel/sandybridge: Enable x86_64 for mrc.bin by Patrick Rudolph · 6 months ago
  31. 68642ca nb/intel/sandybridge/raminit: Honor SPD's dll_off_mode by Patrick Rudolph · 6 months ago
  32. b14b96d northbridge/intel/sandybridge/raminit: Prepare MRC path for x86_64 by Patrick Rudolph · 6 months ago
  33. 893d77e nb/intel/{gm45,sandybridge}: Use same indent levels for switch/case by Felix Singer · 7 months ago
  34. 903454e sb/intel/bd82x6x: assign EHCI controller ops in chipset devicetree by Felix Held · 7 months ago
  35. afebab1 sb/intel/bd82x6x: assign PCH XHCI controller ops in chipset devicetree by Felix Held · 7 months ago
  36. 898757f sb/intel/bd82x6x: assign PCH PCI bridge ops in chipset devicetree by Felix Held · 7 months ago
  37. 1bb327f sb/intel/bd82x6x: assign PCH SMBus controller ops in chipset devicetree by Felix Held · 7 months ago
  38. 372dfe0 sb/intel/bd82x6x: assign PCH LPC bridge ops in chipset devicetree by Felix Held · 7 months ago
  39. b164d7a nb/intel/sandybridge/pcie: drop unneeded HAVE_ACPI_TABLES guards by Felix Held · 8 months ago
  40. 51518e5 nb/intel/sandybridge: Use SA devid to identify PC type by Patrick Rudolph · 8 months ago
  41. caa0c0e nb/intel/sandybridge: Fix unitialized variable issue by Jeremy Compostella · 8 months ago
  42. a56ff90 sb/intel/bd82x6x: assign PCH HDA controller ops in chipset devicetree by Felix Held · 8 months ago
  43. 58a5374 sb/intel/bd82x6x: assign PCIe root port ops in chipset devicetree by Felix Held · 8 months ago
  44. 61f22cf nb/intel/sandybridge: assign gma ops in chipset devicetree by Felix Held · 8 months ago
  45. 4c4d194 nb/intel/sandybridge: assign host bridge ops in chipset devicetree by Felix Held · 8 months ago
  46. 0f8cd41 nb/intel/sandybridge: Drop raminit_native.h by Keith Hui · 8 months ago
  47. adaeb11 nb/intel/sandybridge: Clean up post Haswell SPD mapping API migration by Keith Hui · 11 months ago
  48. 1e9601c nb/intel/sandybridge: Standardize MRC vs. native SPD mapping API by Keith Hui · 12 months ago
  49. 2751d29 Use common GCD function by Yidi Lin · 8 months ago
  50. 052fb7c x86: Add pre-memory stages CBFS cache scratchpad support by Jeremy Compostella · 11 months ago
  51. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 10 months ago
  52. 9d450b2 nb/intel: Remove space between function name and '(' by Elyes Haouas · 10 months ago
  53. 1b25422 haswell NRI: Collect SPD info by Angel Pons · 2 years, 2 months ago
  54. ba7ab73 nb/intel/haswell/nri: Only do CPU replacement check on cold boots by Angel Pons · 2 years ago
  55. f362bbd commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles by Martin Roth · 11 months ago
  56. 9802f1e nb/intel/sandybridge: Clarify RAM overclock options by Angel Pons · 3 years, 8 months ago
  57. 8e9906c treewide: Get rid of "NO_DDRx" selection by Elyes Haouas · 12 months ago
  58. 43a9ffb nb/sandybridge: Remove redundant include of "ddr3.c" by Elyes Haouas · 12 months ago
  59. a9a92ac acpi: Move ECAM resource below PNP0C02 device in a common place by Arthur Heymans · 1 year, 1 month ago
  60. 8554954 nb/intel/i945: Rework nb resource reading by Arthur Heymans · 12 months ago
  61. a5543ae nb/haswell: Use newer function for resource declarations by Arthur Heymans · 12 months ago
  62. f06e993 nb/intel/gm45: Rework nb resource reading by Arthur Heymans · 12 months ago
  63. 5acb1a0 nb/intel/ironlake: Use newer resource declaration code by Arthur Heymans · 12 months ago
  64. 9a71983 nb/e7505: Rework nb resource reading by Arthur Heymans · 12 months ago
  65. ca0436f nb/intel/x4x: Rework nb resource reading by Arthur Heymans · 12 months ago
  66. 4141394 nb/intel/pineview: Rework nb resource reading by Arthur Heymans · 12 months ago
  67. a4b391b nb/i440bx: Use newer function for resource declarations by Arthur Heymans · 12 months ago
  68. 9b3e5cd nb/intel/pineview: Drop unused attributes from sysinfo struct by Elyes Haouas · 1 year ago
  69. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year ago
  70. 6c42d14 nb/intel/haswell: Allow using Broadwell MRC.bin by Angel Pons · 3 years, 1 month ago
  71. 2f7e3db nb/intel/gm45/gma: Fix debug note about missing panel data by Nico Huber · 1 year, 1 month ago
  72. eae7506 nb/intel/gm45/gma: Centralize call to gm45_get_lvds_edid_str() by Nico Huber · 1 year, 1 month ago
  73. e55825f nb/intel/gm45/gma: Use res2mmio() directly for GTT access by Nico Huber · 1 year, 1 month ago
  74. e5888da nb/intel/gm45/gma: Probe PCI resource once and first by Nico Huber · 1 year, 1 month ago
  75. 049e77e nb/intel/i440bx: Roll sdram_set_spd_registers() into parent by Keith Hui · 1 year, 3 months ago
  76. d118b8e nb/intel/i440bx: Compact debug messages by Keith Hui · 1 year, 3 months ago
  77. 6554873 nb/intel/i440bx: Clear memory errors before ending raminit by Keith Hui · 1 year, 3 months ago
  78. a491f2f nb/intel/i440bx, mb/asus/p3b-f: Abolish disable_spd() by Keith Hui · 1 year, 3 months ago
  79. f63cdcf nb/intel/gm45: Export EDID-reading routine as a function by Bill XIE · 1 year, 3 months ago
  80. 9c3407b nb/intel/gm45: Prevent null-deref in get_blc_pwm_freq_value() by Bill XIE · 1 year, 3 months ago
  81. b1cb895 nb/intel/i440bx/debug.c: Refactor newlines and save some printk calls by Keith Hui · 1 year, 4 months ago
  82. 9492788 nb/intel/i440bx: Die with standard POST code on fatal conditions by Keith Hui · 1 year, 4 months ago
  83. c5d6af4 nb/intel/snb: Abolish mainboard_should_reset_usb() by Keith Hui · 1 year, 3 months ago
  84. 08391d2 nb/intel/haswell/pcie.c: Make UBSAN not complain by Angel Pons · 1 year, 5 months ago
  85. 3a54f4a nb/intel/pineview/raminit.c: Get rid of duplicated branches by Elyes Haouas · 1 year, 7 months ago
  86. 72de822 nb/intel/haswell: Add 9-series PCH IDs by Angel Pons · 1 year, 8 months ago
  87. b5df65a mb/*: Replace SNB PCI devices with references from chipset.cb by Arthur Heymans · 1 year, 8 months ago
  88. b184e6e nb/intel/{sandybridge,haswell}: Generate IOAPIC DMAR entries from hw by Bill XIE · 1 year, 5 months ago
  89. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 5 months ago
  90. 87b5fa7 nb/intel/gm45: Add remaining raminit code to support DDR2 by Nico Huber · 4 years, 11 months ago
  91. d131183 nb/intel/gm45: Split DDR2 I/O init out by Nico Huber · 4 years, 11 months ago
  92. c984788 nb/intel/gm45: Split DDR2 JEDEC init out by Nico Huber · 5 years ago
  93. 0c314f9 nb/intel/gm45: Wedge DDR2 SPD support in by Nico Huber · 5 years ago
  94. 06545e0 nb/intel/haswell: Specify supported memory type by Elyes Haouas · 1 year, 6 months ago
  95. f82e68c spd.h: Move enum ddr3_module_type to ddr3.h by Elyes Haouas · 1 year, 6 months ago
  96. d2ebc4d nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONS by Elyes Haouas · 1 year, 6 months ago
  97. 0461005 nb/intel/ironlake: Specify supported memory type by Elyes Haouas · 1 year, 6 months ago
  98. 6a4c517 nb/intel/e7505: Specify supported memory type by Elyes Haouas · 1 year, 7 months ago
  99. bfcea14 nb/intel/i440bx: Specify supported memory type by Elyes Haouas · 1 year, 7 months ago
  100. e007893 nb/intel/ironlake/acpi: Replace Index(a, b) with ASL 2.0 syntax by Elyes Haouas · 1 year, 6 months ago