1. 3580d81 nb/intel/i945: Put names to northbridge PCI devices by Angel Pons · 4 years, 1 month ago
  2. 81c9c27 nb/intel/i945: Drop dead code by Angel Pons · 4 years ago
  3. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 6 months ago
  4. 3049257 nb/intel/i945: Clean up raminit coding style by Angel Pons · 4 years, 1 month ago
  5. e3c68d2 nb/intel/i945: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  6. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  7. 3dff32c nb/i945: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  8. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  9. 95cdd9f nb/intel/i945: Make some cosmetic changes by Elyes HAOUAS · 4 years, 4 months ago
  10. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  11. b4d9f22 nb/intel/i945/raminit: Simplify if condition by Paul Menzel · 4 years, 4 months ago
  12. d789b658 nb/intel/i945/raminit: Use boolean type for helper variables by Paul Menzel · 4 years, 4 months ago
  13. 842dd33 nb/intel/i945/raminit: Remove space for correct alignment by Paul Menzel · 4 years, 4 months ago
  14. 3cd4327 src/nb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  15. bd65985 nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte() by Kyösti Mälkki · 4 years, 6 months ago
  16. 1034839 {i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h> by Elyes HAOUAS · 5 years ago
  17. 4593d66 nb/i945: Fix gate graphics hardware for frequency change by Elyes HAOUAS · 5 years ago
  18. 7fbed22 intel/i945: Fix udelay() prototypes by Kyösti Mälkki · 5 years ago
  19. 3bf4e28 nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selection by Elyes HAOUAS · 5 years ago
  20. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  21. 32b9a99 nb/intel/i945: Use macro instead of magic number by Elyes HAOUAS · 5 years ago
  22. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  23. 0191220 nb/intel/i945: Check if interleaved even if rank #4 size is zero by Elyes HAOUAS · 5 years ago
  24. 420d7e0 ich7/i945: Use full_reset() by Elyes HAOUAS · 5 years ago
  25. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  26. 346d201 nb/intel/i945: Use DEBUG_RAM_SETUP by Kyösti Mälkki · 5 years ago
  27. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  28. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  29. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  30. c01a505 sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() by Kyösti Mälkki · 5 years ago
  31. 3452eca nb/intel/i945: Remove initialization already done at bootblock by Elyes HAOUAS · 5 years ago
  32. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  33. 68aed91 intel/i945: Fix booting on a dual channel configuration by Patrick Georgi · 6 years ago
  34. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  35. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  36. 771328f intel/i945: add timestamps in romstage by Patrick Georgi · 9 years ago
  37. a4fc7be nb/i945/raminit: Correct C0DRAMW & C1DRAMW for 4 DIMMs by Elyes HAOUAS · 6 years ago
  38. fe25107 nb/intel/i945: Remove dead code by Elyes HAOUAS · 6 years ago
  39. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  40. 9749a85 nb/intel/i945/raminit.c: Remove not necessary braces {} by Elyes HAOUAS · 6 years ago
  41. fc31e44 device/ddr2,ddr3: Rename and move a few things by Arthur Heymans · 6 years ago
  42. 5661945 nb/i945/raminit: Don't fall back to smbus read on failed SPD decode by Arthur Heymans · 7 years ago
  43. 105e368 nb/intel/i945: Add space after comma in log message by Paul Menzel · 7 years ago
  44. 0ab4904 nb/i945/raminit: Use common ddr2 decode functions by Arthur Heymans · 7 years ago
  45. 5613b17 nb/intel/i945/raminit.c: Replace numbers with macros by Elyes HAOUAS · 7 years ago
  46. 2502723 nb/intel/i945/raminit.c: Refactor tRD selection by Arthur Heymans · 7 years ago
  47. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  48. 2f6b52e nb/intel/i945: Fix PEG port on 945gc by Arthur Heymans · 7 years ago
  49. 70a8e34 nb/intel/i945: Fix errors found by checkpatch.pl by Arthur Heymans · 7 years ago
  50. 44a3066 nb/i945: Clean "Programming DLL Timings" function by Elyes HAOUAS · 7 years ago
  51. 308aeff nb/intel/i945: Fix sdram_enhanced_addressing_mode for channel1 by Elyes HAOUAS · 7 years ago
  52. bce7e33 intel/i945: Fix up whitespace and indentation by Paul Menzel · 7 years ago
  53. 39bfc6c nb/i945/raminit.c: Fix dll timings on 945GC by Elyes HAOUAS · 8 years ago
  54. 75da1fb nb/i945/raminit: sdram_set_channel_mode Test if DIMM slot 3 is populated by Elyes HAOUAS · 7 years ago
  55. 186e9c4 nb/i945/raminit.c: Use Makefile.inc instead of '#include rcven.c' by Arthur Heymans · 8 years ago
  56. 1853781 nb/intel/945gc: Hardcode the integrated graphic frequencies by Arthur Heymans · 8 years ago
  57. 885c289 nb/intel/i945: Make pci_mmio_size a devicetree parameter by Arthur Heymans · 8 years ago
  58. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  59. 8b6df62 nb/i945/raminit: Add fix for clock crossing for 800MHz FSB CPU by Arthur Heymans · 8 years ago
  60. e189761 nb/i945/raminit: Add fix for 1067MHz FSB CPUs by Arthur Heymans · 8 years ago
  61. 626f8c8 i945/raminit.c: correctly write CLKCFG for 945GC by Arthur Heymans · 8 years ago
  62. c9848a8 intel/i945: Use "IS_ENABLED" for fsbclk & memclk by Elyes HAOUAS · 8 years ago
  63. 0a15fe9 northbridge/intel/i945: Add space around operators by Elyes HAOUAS · 8 years ago
  64. 12df950 northbridge/intel: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  65. 3842498 src/northbridge: Remove unnecessary whitespace before "\n" and "\t" by Elyes HAOUAS · 8 years ago
  66. 15279a9 src/northbridge: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  67. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  68. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  69. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  70. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  71. 99bc2ec i945: Disable check for 2-dimm support. by Vladimir Serbinenko · 10 years ago
  72. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  73. f4cb412 northbridge/amd: Doxygen fixes by Martin Roth · 10 years ago
  74. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  75. 0f92f63 Uniformly spell frequency unit symbol as Hz by Elyes HAOUAS · 10 years ago
  76. 84283bc intel/i945/raminit.c: Remove trailing whitespace from `printk()` by Paul Menzel · 10 years ago
  77. daf9e50 intel/i945/raminit.c: Remove trailing whitespace from `printk()` by Paul Menzel · 10 years ago
  78. 2f237c1 nb/intel/i945/raminit.c: duplicate 'const' declaration specifier by Edward O'Callaghan · 10 years ago
  79. cb08e16 CBMEM intel: Define get_top_of_ram() once per chipset by Kyösti Mälkki · 11 years ago
  80. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 11 years ago
  81. 0ce5ebf northbridge/intel/i945/raminit.c: Remove set but unused variable `reg16` by Paul Menzel · 11 years ago
  82. f9f74af CBMEM x86: Unify get_cbmem_toc() by Kyösti Mälkki · 11 years ago
  83. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  84. 86a1110 i945: Replace some two magic values by defined names by Patrick Georgi · 11 years ago
  85. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  86. eb5e28f Intel northbridge I945: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  87. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  88. 751508a northbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig option by Peter Stuge · 12 years ago
  89. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  90. 148a4f5 i945: improve get_top_of_ram() by Sven Schnelle · 13 years ago
  91. 541269b [i945] Add SPD adress mapping by Sven Schnelle · 13 years ago
  92. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  93. 259a39f fix according to coding guidelines by Stefan Reinauer · 14 years ago
  94. c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 14 years ago
  95. 2b9070a catch some illegal configurations (trivial) by Stefan Reinauer · 14 years ago
  96. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  97. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  98. 76d9143 Make i945/raminit.c:fsbclk() return u16 rather than int by Peter Stuge · 14 years ago
  99. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago
  100. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago