1. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 3 months ago
  2. de37109 lib: Move IP checksum to commonlib by Julius Werner · 5 months ago
  3. 9d450b2 nb/intel: Remove space between function name and '(' by Elyes Haouas · 10 months ago
  4. 3a99807 src/northbridge: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  5. b291dc8 nb/intel/ironlake: Work around unused variable warning by Arthur Heymans · 1 year, 8 months ago
  6. 5e6b0f0 nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" by Elyes Haouas · 1 year, 10 months ago
  7. 4cee77b nb/intel/ironlake: Clean up `jedec_read()` function by Angel Pons · 2 years, 5 months ago
  8. fa5ed05 nb/intel/ironlake: Fix some quickpath init magic by Angel Pons · 2 years, 7 months ago
  9. 3461917 nb/intel/ironlake: Decouple `setup_heci_uma()` from northbridge by Angel Pons · 2 years, 5 months ago
  10. c35ce0e nb/intel/ironlake/raminit_heci.c: Turn into compilation unit by Angel Pons · 2 years, 5 months ago
  11. 4e722d0 nb/intel/ironlake: Split out HECI code out of raminit by Angel Pons · 2 years, 5 months ago
  12. 2ea8b94 nb/intel/ironlake: Use `NUM_CHANNELS` macro by Angel Pons · 2 years, 7 months ago
  13. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 2 months ago
  14. 5644132 Revert "nb/intel/ironlake: Handle broken ME firmware" by Nico Huber · 3 years, 2 months ago
  15. f9c9390 nb/intel: Use get_int_option() by Angel Pons · 3 years, 8 months ago
  16. dea722b nb/intel/ironlake: Use new fixed BAR accessors by Angel Pons · 3 years, 3 months ago
  17. b324df6 arch/x86: Provide readXp/writeXp helpers in arch/mmio.h by Angel Pons · 3 years, 3 months ago
  18. e24f97c nb/intel/ironlake: Drop `pci_mmio_size` by Angel Pons · 3 years, 3 months ago
  19. b182189 nb/intel/ironlake: Avoid casting pointers to structs by Angel Pons · 3 years, 10 months ago
  20. 4447996 nb/intel/ironlake: Handle broken ME firmware by Angel Pons · 3 years, 4 months ago
  21. 56823f5 nb/intel/ironlake: Rewrite early QPI init by Angel Pons · 3 years, 6 months ago
  22. 3d35756 nb/intel/ironlake: Correct even more replay issues by Angel Pons · 3 years, 6 months ago
  23. a8b8271 nb/intel/ironlake: Relocate early QuickPath init by Angel Pons · 3 years, 6 months ago
  24. 7a87c92 nb/intel/ironlake: Split out some QuickPath init code by Angel Pons · 3 years, 6 months ago
  25. a65ff85 nb/intel/ironlake: Remove unnecessary declaration by Angel Pons · 3 years, 6 months ago
  26. 2668191 nb/intel/ironlake: Fix more replay issues by Angel Pons · 3 years, 6 months ago
  27. c627dc9 nb/intel/ironlake: Fix some replay issues by Angel Pons · 3 years, 10 months ago
  28. c10f8b2 nb/intel/ironlake: Correct `set_4cf` by Angel Pons · 3 years, 6 months ago
  29. c92c5e5 nb/intel/ironlake: Drop redundant clear of SLP_TYP by Kyösti Mälkki · 3 years, 5 months ago
  30. a386829 nb/intel/ironlake: Do not call `collect_system_info` twice by Angel Pons · 3 years, 6 months ago
  31. 6b688f5 src: use ARRAY_SIZE where possible by Patrick Georgi · 3 years, 5 months ago
  32. ee7fb34 nb/intel/ironlake: Use RCBA macros by Angel Pons · 3 years, 5 months ago
  33. 244f455 nb/intel/ironlake: Drop constant parameter by Angel Pons · 3 years, 6 months ago
  34. b600d41 nb/intel/ironlake: Print MCH dev/revision IDs and CAPID by Angel Pons · 3 years, 6 months ago
  35. e1aa983 lib/ramtest: Fix ram_check() declarations by Kyösti Mälkki · 5 years ago
  36. c2d6f5f nb/intel/ironlake: Add comment about MCH scan chains by Angel Pons · 3 years, 7 months ago
  37. 71e4545 nb/intel/ironlake: Remove unused constant by Angel Pons · 3 years, 7 months ago
  38. 3b264d0 nb/intel/ironlake: Clean up DMIBAR/EPBAR registers by Angel Pons · 3 years, 10 months ago
  39. 819c206 ironlake: Fix compilation on x86_64 by Patrick Rudolph · 4 years, 7 months ago
  40. aaea66a nb/intel/ironlake: Use `MSAC` definition by Angel Pons · 3 years, 10 months ago
  41. d071c4d nb/intel/ironlake: Use DMIBAR/EPBAR macros by Angel Pons · 3 years, 10 months ago
  42. eb53793 nb/intel/ironlake: Clean up cosmetics of early ME functions by Angel Pons · 3 years, 10 months ago
  43. 55f11e2 nb/intel/ironlake: Clean up `send_heci_uma_message` signature by Angel Pons · 3 years, 10 months ago
  44. 36592bf nb/intel/ironlake: Reduce the scope of `heci_uma_addr` by Angel Pons · 3 years, 10 months ago
  45. 298d34d nb/intel/ironlake: Do not re-read ME UMA size by Angel Pons · 3 years, 10 months ago
  46. 8690746 nb/intel/ironlake: Drop some unused function parameters by Angel Pons · 3 years, 10 months ago
  47. d02f330 nb/intel/ironlake: Drop `heci_bar` field from raminit by Angel Pons · 3 years, 10 months ago
  48. a1ef213 nb/intel/ironlake/raminit: Work around compiler bug by Patrick Rudolph · 3 years, 10 months ago
  49. ad9cd68 mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms by Shelley Chen · 4 years ago
  50. 9addda3 nb/intel/ironlake: Add Generic Non-Core register definitions by Angel Pons · 4 years ago
  51. c642a0d nb/intel/ironlake: Add Generic Non-Core PCI device definition by Angel Pons · 4 years ago
  52. a457e35 nb/intel/ironlake: Add QPI Physical Layer registers by Angel Pons · 4 years ago
  53. 10993c4 nb/intel/ironlake: Add QPI Physical Layer device definition by Angel Pons · 4 years ago
  54. 0814357 nb/intel/ironlake: Add QPI Link register definitions by Angel Pons · 4 years ago
  55. 93d9517 nb/intel/ironlake: Add definition for QPI Link PCI device by Angel Pons · 4 years ago
  56. 6757337 nb/intel/ironlake: Add SAD DRAM register definitions by Angel Pons · 4 years ago
  57. 3ab19b3 nb/intel/ironlake: Add definition for SAD PCI device by Angel Pons · 4 years ago
  58. 16fe1e0 nb/intel/ironlake: Drop `D0F0_` prefix from register names by Angel Pons · 4 years ago
  59. 9333b74 nb/intel/ironlake: Rename memory map variables by Angel Pons · 4 years ago
  60. 8bf160a nb/intel/ironlake/raminit.c: Drop unused define by Angel Pons · 4 years ago
  61. e1d1fe4 nb/intel/ironlake/raminit.c: initialize 'reply.command' by Elyes HAOUAS · 4 years, 1 month ago
  62. ea1953f nb/intel/ironlake/raminit.c: Drop dead code by Angel Pons · 4 years ago
  63. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 6 months ago
  64. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  65. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  66. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  67. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  68. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 5 months ago[Renamed (99%) from src/northbridge/intel/nehalem/raminit.c]
  69. e7dd380 nb/intel/nehalem: Use cache.h functions by Arthur Heymans · 4 years, 7 months ago
  70. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  71. 4058122 arch/x86: Remove <arch/cbfs.h> by Kyösti Mälkki · 4 years, 7 months ago
  72. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 7 months ago
  73. 6f7c955 nb/intel/nehalem: Fix 'dead assignment' by Elyes HAOUAS · 4 years, 9 months ago
  74. 468d02c src/[northbridge,security]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  75. 7689a0f nb/intel/nehalem: Only enable_smbus once by Arthur Heymans · 4 years, 9 months ago
  76. 2878c0b nb/intel/nehalem: use pmclib to detect S3 resume by Arthur Heymans · 4 years, 9 months ago
  77. b572c9d nb/intel/nehalem: Add some debug output by Arthur Heymans · 4 years, 9 months ago
  78. c892db6 nb/intel/nehalem: Change the output verbosity of raminit timings by Arthur Heymans · 4 years, 9 months ago
  79. 18a55cd nb/intel/nehalem: Add a header for raminit_tables.c by Angel Pons · 5 years ago
  80. 3c19382 nb/intel/nehalem: Prevent out of bounds read by Jacob Garber · 5 years ago
  81. 975a7e3 nb/intel/nehalem: Tidy quickpath_reserved calculation by Jacob Garber · 5 years ago
  82. 64fb4a3 nb/intel/nehalem: Die if no memory ranks found by Jacob Garber · 5 years ago
  83. 97642c2 nb/intel/nehalem/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  84. 019a253 nb/intel/nehalem/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  85. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  86. d45f338 nb/intel/nehalem: Use system_reset() and full_reset() by Elyes HAOUAS · 5 years ago
  87. b328209 nb/intel/nehalem: Hide some raminit output messages by Arthur Heymans · 5 years ago
  88. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  89. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  90. 33ab29f nb/intel/nehalem: Remove CAR_GLOBAL use by Arthur Heymans · 6 years ago
  91. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  92. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  93. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  94. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  95. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  96. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  97. f83d80b nehalem/raminit: remove read_mchbar functions by Felix Held · 6 years ago
  98. 22ca8cb nehalem/raminit: clean up code and remove write_mchbar functions by Felix Held · 6 years ago
  99. 04be2dd nehalem/raminit: clean up code and use MCHBAR macros by Felix Held · 6 years ago
  100. 29a9c07 nehalem/raminit: remove REAL define and most dead code by Felix Held · 6 years ago