1. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 3 months ago
  2. 9015665 nb/intel/i945/raminit: Use 'bool' for do_reset by Elyes Haouas · 1 year, 9 months ago
  3. d9dade3 nb/intel/i945/raminit: Use 'bool' for clkcfg_bit7 by Elyes Haouas · 1 year, 9 months ago
  4. 26fc2a4 nb/intel/i945/raminit: Use 'size_t' for banksize[] by Elyes Haouas · 1 year, 9 months ago
  5. 4944609 intel/i945: Use 'bool' for dual_channel and interleaved by Elyes Haouas · 1 year, 9 months ago
  6. 8917ab4 nb/intel/i945/raminit: Include `inttypes.h` for PRIxPTR by Paul Menzel · 1 year, 9 months ago
  7. e8bb6d2 nb/intel/i945/raminit.c: Fix formatted print by Elyes Haouas · 1 year, 9 months ago
  8. 4114fdc nb/intel/i945/raminit.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 9 months ago
  9. 712c70b nb/intel/i945/raminit.c: Use read32p() by Elyes Haouas · 2 years, 4 months ago
  10. e75bb01 northbridge/intel/i945: Fix GCC optimizing out cache preload jump by Petr Cvek · 2 years, 1 month ago
  11. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  12. 964055d northbridge/intel/i945: Change types to uintptr_t where appropriate by Elyes HAOUAS · 2 years, 6 months ago
  13. 187bec7 nb/intel/i945/raminit.c: Set "integrated_graphics" as bool by Elyes HAOUAS · 2 years, 7 months ago
  14. 1d4044a nb/intel/i945: Use new fixed BAR accessors by Angel Pons · 3 years, 3 months ago
  15. e97a66d nb/intel/i945/raminit.c: Replace `DIMM0` by Angel Pons · 3 years, 3 months ago
  16. 98f7d60 nb/intel/i945: Use UPMC4 macro by Elyes HAOUAS · 3 years, 5 months ago
  17. 8f20b12 nb/i945/raminit.c: Don't hard code 'bool integrated_graphics' by Elyes HAOUAS · 3 years, 5 months ago
  18. dddd1cc src/northbridge: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  19. 3580d81 nb/intel/i945: Put names to northbridge PCI devices by Angel Pons · 4 years, 1 month ago
  20. 81c9c27 nb/intel/i945: Drop dead code by Angel Pons · 4 years ago
  21. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 6 months ago
  22. 3049257 nb/intel/i945: Clean up raminit coding style by Angel Pons · 4 years, 1 month ago
  23. e3c68d2 nb/intel/i945: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  24. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  25. 3dff32c nb/i945: Improve code formatting by Elyes HAOUAS · 4 years, 3 months ago
  26. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  27. 95cdd9f nb/intel/i945: Make some cosmetic changes by Elyes HAOUAS · 4 years, 3 months ago
  28. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  29. b4d9f22 nb/intel/i945/raminit: Simplify if condition by Paul Menzel · 4 years, 4 months ago
  30. d789b658 nb/intel/i945/raminit: Use boolean type for helper variables by Paul Menzel · 4 years, 4 months ago
  31. 842dd33 nb/intel/i945/raminit: Remove space for correct alignment by Paul Menzel · 4 years, 4 months ago
  32. 3cd4327 src/nb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  33. bd65985 nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte() by Kyösti Mälkki · 4 years, 6 months ago
  34. 1034839 {i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h> by Elyes HAOUAS · 4 years, 11 months ago
  35. 4593d66 nb/i945: Fix gate graphics hardware for frequency change by Elyes HAOUAS · 5 years ago
  36. 7fbed22 intel/i945: Fix udelay() prototypes by Kyösti Mälkki · 5 years ago
  37. 3bf4e28 nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selection by Elyes HAOUAS · 5 years ago
  38. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  39. 32b9a99 nb/intel/i945: Use macro instead of magic number by Elyes HAOUAS · 5 years ago
  40. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  41. 0191220 nb/intel/i945: Check if interleaved even if rank #4 size is zero by Elyes HAOUAS · 5 years ago
  42. 420d7e0 ich7/i945: Use full_reset() by Elyes HAOUAS · 5 years ago
  43. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  44. 346d201 nb/intel/i945: Use DEBUG_RAM_SETUP by Kyösti Mälkki · 5 years ago
  45. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  46. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  47. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  48. c01a505 sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() by Kyösti Mälkki · 5 years ago
  49. 3452eca nb/intel/i945: Remove initialization already done at bootblock by Elyes HAOUAS · 5 years ago
  50. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  51. 68aed91 intel/i945: Fix booting on a dual channel configuration by Patrick Georgi · 6 years ago
  52. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  53. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  54. 771328f intel/i945: add timestamps in romstage by Patrick Georgi · 9 years ago
  55. a4fc7be nb/i945/raminit: Correct C0DRAMW & C1DRAMW for 4 DIMMs by Elyes HAOUAS · 6 years ago
  56. fe25107 nb/intel/i945: Remove dead code by Elyes HAOUAS · 6 years ago
  57. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  58. 9749a85 nb/intel/i945/raminit.c: Remove not necessary braces {} by Elyes HAOUAS · 6 years ago
  59. fc31e44 device/ddr2,ddr3: Rename and move a few things by Arthur Heymans · 6 years ago
  60. 5661945 nb/i945/raminit: Don't fall back to smbus read on failed SPD decode by Arthur Heymans · 7 years ago
  61. 105e368 nb/intel/i945: Add space after comma in log message by Paul Menzel · 7 years ago
  62. 0ab4904 nb/i945/raminit: Use common ddr2 decode functions by Arthur Heymans · 7 years ago
  63. 5613b17 nb/intel/i945/raminit.c: Replace numbers with macros by Elyes HAOUAS · 7 years ago
  64. 2502723 nb/intel/i945/raminit.c: Refactor tRD selection by Arthur Heymans · 7 years ago
  65. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  66. 2f6b52e nb/intel/i945: Fix PEG port on 945gc by Arthur Heymans · 7 years ago
  67. 70a8e34 nb/intel/i945: Fix errors found by checkpatch.pl by Arthur Heymans · 7 years ago
  68. 44a3066 nb/i945: Clean "Programming DLL Timings" function by Elyes HAOUAS · 7 years ago
  69. 308aeff nb/intel/i945: Fix sdram_enhanced_addressing_mode for channel1 by Elyes HAOUAS · 7 years ago
  70. bce7e33 intel/i945: Fix up whitespace and indentation by Paul Menzel · 7 years ago
  71. 39bfc6c nb/i945/raminit.c: Fix dll timings on 945GC by Elyes HAOUAS · 8 years ago
  72. 75da1fb nb/i945/raminit: sdram_set_channel_mode Test if DIMM slot 3 is populated by Elyes HAOUAS · 7 years ago
  73. 186e9c4 nb/i945/raminit.c: Use Makefile.inc instead of '#include rcven.c' by Arthur Heymans · 7 years ago
  74. 1853781 nb/intel/945gc: Hardcode the integrated graphic frequencies by Arthur Heymans · 8 years ago
  75. 885c289 nb/intel/i945: Make pci_mmio_size a devicetree parameter by Arthur Heymans · 8 years ago
  76. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  77. 8b6df62 nb/i945/raminit: Add fix for clock crossing for 800MHz FSB CPU by Arthur Heymans · 8 years ago
  78. e189761 nb/i945/raminit: Add fix for 1067MHz FSB CPUs by Arthur Heymans · 8 years ago
  79. 626f8c8 i945/raminit.c: correctly write CLKCFG for 945GC by Arthur Heymans · 8 years ago
  80. c9848a8 intel/i945: Use "IS_ENABLED" for fsbclk & memclk by Elyes HAOUAS · 8 years ago
  81. 0a15fe9 northbridge/intel/i945: Add space around operators by Elyes HAOUAS · 8 years ago
  82. 12df950 northbridge/intel: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  83. 3842498 src/northbridge: Remove unnecessary whitespace before "\n" and "\t" by Elyes HAOUAS · 8 years ago
  84. 15279a9 src/northbridge: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  85. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 8 years ago
  86. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  87. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  88. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  89. 99bc2ec i945: Disable check for 2-dimm support. by Vladimir Serbinenko · 10 years ago
  90. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  91. f4cb412 northbridge/amd: Doxygen fixes by Martin Roth · 9 years ago
  92. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  93. 0f92f63 Uniformly spell frequency unit symbol as Hz by Elyes HAOUAS · 10 years ago
  94. 84283bc intel/i945/raminit.c: Remove trailing whitespace from `printk()` by Paul Menzel · 10 years ago
  95. daf9e50 intel/i945/raminit.c: Remove trailing whitespace from `printk()` by Paul Menzel · 10 years ago
  96. 2f237c1 nb/intel/i945/raminit.c: duplicate 'const' declaration specifier by Edward O'Callaghan · 10 years ago
  97. cb08e16 CBMEM intel: Define get_top_of_ram() once per chipset by Kyösti Mälkki · 11 years ago
  98. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 10 years ago
  99. 0ce5ebf northbridge/intel/i945/raminit.c: Remove set but unused variable `reg16` by Paul Menzel · 11 years ago
  100. f9f74af CBMEM x86: Unify get_cbmem_toc() by Kyösti Mälkki · 11 years ago