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