1. ee12634 nb/sandybridge,sb/bd82x6x: Configure USB from southbridge devicetree by Keith Hui · 5 months ago
  2. 317a982 nb/intel/sandybridge: Refactor pei_data building code by Keith Hui · 7 weeks ago
  3. 8bcd821 dram/ddr3: Use the same naming convention as DDR4 by Elyes Haouas · 8 weeks ago
  4. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 3 months ago
  5. de37109 lib: Move IP checksum to commonlib by Julius Werner · 5 months ago
  6. 1d718de northbridge/intel/sandybridge: Enable x86_64 for mrc.bin by Patrick Rudolph · 6 months ago
  7. b14b96d northbridge/intel/sandybridge/raminit: Prepare MRC path for x86_64 by Patrick Rudolph · 6 months ago
  8. caa0c0e nb/intel/sandybridge: Fix unitialized variable issue by Jeremy Compostella · 8 months ago
  9. adaeb11 nb/intel/sandybridge: Clean up post Haswell SPD mapping API migration by Keith Hui · 11 months ago
  10. 1e9601c nb/intel/sandybridge: Standardize MRC vs. native SPD mapping API by Keith Hui · 12 months ago
  11. 9d450b2 nb/intel: Remove space between function name and '(' by Elyes Haouas · 10 months ago
  12. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year ago
  13. c5d6af4 nb/intel/snb: Abolish mainboard_should_reset_usb() by Keith Hui · 1 year, 4 months ago
  14. f82e68c spd.h: Move enum ddr3_module_type to ddr3.h by Elyes Haouas · 1 year, 6 months ago
  15. 5e6b0f0 nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" by Elyes Haouas · 1 year, 10 months ago
  16. 24f4e97 nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of comma by Elyes Haouas · 2 years ago
  17. 55f116a nb/intel/snb/raminit_mrc.c: Remove set but unused variable by Arthur Heymans · 2 years, 3 months ago
  18. 0f89a11 nb/intel/snb: Reduce scope of functions by Arthur Heymans · 2 years, 3 months ago
  19. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  20. 972d9f2 arch/x86: consolidate HPET base address definitions by Felix Held · 2 years, 4 months ago
  21. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 4 months ago
  22. 921b99e nb/intel/sandybridge/raminit_mrc.c: Use <device/dram/ddr3.h> macros by Elyes HAOUAS · 2 years, 5 months ago
  23. a233eb4 nb/intel/sandybridge/raminit_mrc.c: Use DDR3_SPD_SODIMM macro by Elyes HAOUAS · 2 years, 5 months ago
  24. 62b23c1 nb/intel/sandybridge/raminit_mrc.c: Use <smbios.h> macros by Elyes HAOUAS · 2 years, 5 months ago
  25. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  26. ff1ef8d nb/intel/sandybridge: Populate meminfo when using MRC by Matt DeVillier · 8 years ago
  27. c1328a6 MRC platforms: Fix MRC version printk format specifiers by Angel Pons · 3 years, 1 month ago
  28. 2a29d45 lib/hexdump: remove hexdump32 and use hexdump instead by Felix Held · 3 years, 1 month ago
  29. 66780a0 nb/intel/sandybridge: Use new fixed BAR accessors by Angel Pons · 3 years, 3 months ago
  30. b33c6fb nb/intel/x4x,sandybridge: Move INITRAM timestamps by Kyösti Mälkki · 3 years, 5 months ago
  31. d9e58dc nb/intel/sandybridge: Use common {DMI,EP,MCH}BAR accessors by Angel Pons · 3 years, 6 months ago
  32. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 4 months ago
  33. 6615c6e mrc_cache: Move code for triggering memory training into mrc_cache by Shelley Chen · 3 years, 8 months ago
  34. 9f3bc371 nb/intel/sandybridge: Correct designation of MRC version by Angel Pons · 3 years, 9 months ago
  35. 92717ff nb/intel/sandybridge: Drop invalid `DEFAULT_RCBABASE` macro by Angel Pons · 3 years, 10 months ago
  36. ad9cd68 mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms by Shelley Chen · 4 years ago
  37. 1d6484a nb/intel/sandybridge: Add missing includes by Elyes HAOUAS · 4 years ago
  38. 8be5b59 nb/intel/sandybridge: Remove unnecessary `struct sys_info` by Angel Pons · 4 years ago
  39. b21bffa sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE by Angel Pons · 4 years ago
  40. fcf7d99 src: Remove unused 'include <bootmode.h>' by Elyes HAOUAS · 4 years, 1 month ago
  41. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  42. 29fbfcc vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled() by Julius Werner · 4 years, 4 months ago
  43. 6e5aabd nb/intel/sandybridge: Use SPDX headers by Angel Pons · 4 years, 3 months ago
  44. 064c799 nb/intel/sandybridge: Deduplicate report_memory_config by Angel Pons · 4 years, 4 months ago
  45. 7c49cb8 nb/intel/sandybridge: Tidy up code and comments by Angel Pons · 4 years, 4 months ago
  46. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  47. 3cd4327 src/nb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  48. 8852188 nb/intel/sandybridge: Add a bunch of MCHBAR defines by Angel Pons · 4 years, 6 months ago
  49. 2879107 drivers/pc80/rtc: Swap cmos_write32() parameter order by Kyösti Mälkki · 4 years, 6 months ago
  50. 3473f76 nb/intel/sandybridge: Use the MC_BIOS_DATA define by Angel Pons · 4 years, 6 months ago
  51. dee167e nb/intel/sandybridge: add and use more MCHBAR register defines by Felix Held · 4 years, 6 months ago
  52. 4058122 arch/x86: Remove <arch/cbfs.h> by Kyösti Mälkki · 4 years, 7 months ago
  53. 47bf498 nb/intel/sandybridge/mrc: Handle P2P disabling via devicetree by Nico Huber · 4 years, 8 months ago
  54. 01c83a2 3rdparty/blobs: Update submodule, SNB improvements by Arthur Heymans · 5 years ago
  55. bb41aba post_code: add post code for invalid vendor binary by Keith Short · 5 years ago
  56. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  57. 5709e03 nb/intel/sandybridge: Migrate MRC settings to devicetree by Patrick Rudolph · 5 years ago
  58. 59b4255 mb/samsung/lumpy: Move onboard SPD to second channel by Patrick Rudolph · 5 years ago
  59. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  60. c056729 nb/intel/sandybridge: Use system_reset() by Elyes HAOUAS · 5 years ago
  61. 27fbbcf nb/intel/sandybridge: add pch.h include by Patrick Georgi · 5 years ago
  62. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  63. b697c90 nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINIT by Kyösti Mälkki · 5 years ago
  64. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  65. adc4753 usbdebug: Make the EHCI debug console work in the bootblock by Arthur Heymans · 6 years ago
  66. 63649d2 usbdebug: Refactor init calls by Kyösti Mälkki · 6 years ago
  67. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  68. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  69. ad691ad sandybridge/raminit_mrc: remove reference to report_platform_info() by Matt DeVillier · 6 years ago
  70. 21b71ce6 src/nb: Fix non-local header treated as local by Elyes HAOUAS · 6 years ago
  71. 448d9fb src: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  72. 7539b8c nb/intel/sandybridge: Use common mrc cache functions by Arthur Heymans · 7 years ago
  73. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  74. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  75. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  76. f9c4197 northbridge/sandybridge/raminit_mrc.c: fix missing include by Matt DeVillier · 8 years ago
  77. 0325dc6 bootmode: Get rid of CONFIG_BOOTMODE_STRAPS by Furquan Shaikh · 8 years ago
  78. bb9c90a nb/intel: Factor out common MRC code by Patrick Rudolph · 8 years ago
  79. 81c5c76 northbridge/intel: move mrc_cache definition into a common header by Alexander Couzens · 8 years ago
  80. ffbb3c0 Merge sandy/ivybridge romstage flow for MRC and non-MRC. by Vladimir Serbinenko · 8 years ago
  81. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  82. 3660c0f northbridge/intel/sandybridge: Enable PEG clock-gating on demand by Patrick Rudolph · 9 years ago
  83. ecf2eb4 sandybridge ivybridge: Treat native init as first class citizen by Alexandru Gagniuc · 9 years ago