1. fe481eb northbridge/intel: Rename ram_calc.c to memmap.c by Kyösti Mälkki · 5 years ago
  2. bccd2b6 intel/i945,gm45,pineview,x4x: Fix stage cache location by Kyösti Mälkki · 5 years ago
  3. aba8fb1 intel/i945,gm45,pineview,x4x: Move stage cache support function by Kyösti Mälkki · 5 years ago
  4. 7810793 nb/intel/pineview: Remove dead code in switch by Jacob Garber · 5 years ago
  5. 8abf66e cpu/x86: Flip SMM_TSEG default by Kyösti Mälkki · 5 years ago
  6. 6e2d0c1 arch/x86: Adjust size of postcar stack by Kyösti Mälkki · 5 years ago
  7. d10680b nb/intel/pineview: Remove unused code by Jacob Garber · 5 years ago
  8. af159d4 nb/intel/pineview/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  9. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  10. 8288228 nb/intel/pineview: Use MTRR as a proxy for proper reset by Arthur Heymans · 5 years ago
  11. 99e578e nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  12. f00d373 nb/intel/pineview/early_init.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  13. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  14. 1bc7b6e {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() function by Elyes HAOUAS · 5 years ago
  15. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  16. 363b771 nb/intel/pineview: Use system_reset() by Elyes HAOUAS · 5 years ago
  17. 0f49dd2 src/northbridge/intel: Remove unused variables by Elyes HAOUAS · 5 years ago
  18. 425e75a sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  19. b70c776 nb/intel/pineview: Correct lsbpos(0) and msbpos(0) by Jacob Garber · 5 years ago
  20. f5cf60f Move calls to quick_ram_check() before CBMEM init by Kyösti Mälkki · 5 years ago
  21. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  22. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  23. 74aa99a src: Drop unused '#include <halt.h>' by Elyes HAOUAS · 5 years ago
  24. e183429 nb/intel/stage_cache.c: Drop unnecessary includes by Elyes HAOUAS · 5 years ago
  25. 484efff {mb,nb/pineview}/*.asl: Remove unneeded include i82801gx.h by Elyes HAOUAS · 6 years ago
  26. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  27. 503d324 Remove DEFAULT_PCIEXBAR alias by Kyösti Mälkki · 5 years ago
  28. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  29. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  30. bdaec07 arch/io.h: Add missing includes by Kyösti Mälkki · 5 years ago
  31. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  32. c01a505 sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() by Kyösti Mälkki · 6 years ago
  33. 20f7136 nb/intel/pineview: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  34. 84fdda3 nb/intel/pineview: Use parallel MP init by Arthur Heymans · 6 years ago
  35. da44e34 nb/intel/pineview: Select 1M TSEG by Arthur Heymans · 6 years ago
  36. c6ff1ac nb/intel/pineview: Move the boilerplate mainboard_romstage_entry by Arthur Heymans · 6 years ago
  37. b31aee9 nb/intel/{i945,pineview}: Remove unused function by Arthur Heymans · 6 years ago
  38. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  39. 66b462d nb/intel/pineview/raminit.c: Remove unused variable by Elyes HAOUAS · 6 years ago
  40. 1f4cb32 northbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  41. 586f24d northbridge: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  42. de6bda6 nb/intel/pineview: Use common code for SMM in TSEG by Arthur Heymans · 6 years ago
  43. d522db0 nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardware by Arthur Heymans · 6 years ago
  44. 17ad459 nb/intel/*: Account for cbmem_top alignment by Arthur Heymans · 6 years ago
  45. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  46. ef20ecc nb/intel/{gm45,i945,pineview}: Use macro instead of GGC address by Elyes HAOUAS · 6 years ago
  47. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  48. e6c8f7e nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled by Arthur Heymans · 6 years ago
  49. eb6f2f5 nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS by Arthur Heymans · 6 years ago
  50. 015339f nb/intel/pineview: Use the correct address for the RCVEN strobe by Arthur Heymans · 6 years ago
  51. 1f6369e nb/intel/pineview: Use i2c block read to fetch SPD by Arthur Heymans · 6 years ago
  52. 3d45000 src: Fix typo by Elyes HAOUAS · 6 years ago
  53. 64f6b71 src/northbridge: Fix typo by Elyes HAOUAS · 6 years ago
  54. 15e1b39 nb/intel/pineview: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  55. fd051dc src/northbridge: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  56. a8a9f34 sb/intel/i82801{g,j}x: Automatically generate ACPI PIRQ tables by Arthur Heymans · 7 years ago
  57. 4bdfebd nb/intel/pineview: Enable and allocate 8M for TSEG by Arthur Heymans · 6 years ago
  58. 730df3c arch/x86: Make RELOCATABLE_RAMSTAGE the default by Kyösti Mälkki · 8 years ago
  59. aa7cf55 nb/intel/pineview: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  60. 089b908 nb/intel: Use postcar_frame_add_romcache() by Nico Huber · 6 years ago
  61. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  62. 654cc2f {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriate by Nico Huber · 6 years ago
  63. 5474eb1 src/northbridge: Add and update license headers by Martin Roth · 6 years ago
  64. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  65. 6275360 nb/intel/pineview: Get rid of device_t by Elyes HAOUAS · 7 years ago
  66. bb98b38 nb/intel/pineview: Port ACPI opregion to pineview by Patrick Rudolph · 7 years ago
  67. aaebb41 nb/intel/pineview: Enable dram remapping by Arthur Heymans · 7 years ago
  68. 5bb27b7 nb/intel/pineview: Fix typo in DRAM timing computation by Arthur Heymans · 7 years ago
  69. 12a4e98 nb/intel/pineview/raminit: Refactor timings selection by Arthur Heymans · 7 years ago
  70. 3b633bb cpu/intel/pineview: Include speedstep by Arthur Heymans · 7 years ago
  71. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  72. 53815e1 nb/intel/pineview/raminit: Remove very long delays by Arthur Heymans · 7 years ago
  73. 6bf1301 nb/intel/pineview/raminit.c: Use static const for lookup tables by Arthur Heymans · 7 years ago
  74. d4ebeaf device/Kconfig: Put gfx init methods into a `choice` by Nico Huber · 7 years ago
  75. ce642f0 Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG by Nico Huber · 7 years ago
  76. d2ca9d1 nb/pineview/raminit: Don't do Jedec init on resume from S3 by Arthur Heymans · 7 years ago
  77. f6cf3a8 nb/intel/pineview: Select RELOCATABLE_RAMSTAGE by Arthur Heymans · 7 years ago
  78. 62e784b nb/intel/pineview: Move to early cbmem by Arthur Heymans · 7 years ago
  79. 00fd3ff nb/pineview/raminit: Fix raminit failing on hot reset path by Arthur Heymans · 7 years ago
  80. 097d753 nb/intel/pineview/raminit: Fix CONFIG_DEBUG_RAM_SETUP=y not compiling by Arthur Heymans · 7 years ago
  81. 2a0e998 nb/intel/pineview: Make preallocated igd memory a cmos parameter by Arthur Heymans · 8 years ago
  82. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 8 years ago
  83. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  84. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  85. bac0fad Remove explicit select MMCONF_SUPPORT by Kyösti Mälkki · 8 years ago
  86. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  87. d3284a6 nb/intel/*/gma.c: remove spaces at the fake vbt generation by Arthur Heymans · 8 years ago
  88. 6e8b3c1 src/northbridge: Improve code formatting by Elyes HAOUAS · 8 years ago
  89. 12df950 northbridge/intel: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  90. 32a38ee intel/pineview: Do not use scratchpad register for ACPI S3 by Kyösti Mälkki · 8 years ago
  91. 4dc680a nb/intel/pineview/northbridge.c: Remove legacy_hole_size_k declaration by Jonathan Neuschäfer · 8 years ago
  92. 66fbeae intel/pineview: Don't try to store 34 bits in 32 by Stefan Reinauer · 8 years ago
  93. d7ee9dd northbridge/intel: add missing #include guards by Iru Cai · 8 years ago
  94. 51fdb92 nb/intel/pineview: Native VGA init (CRT) by Damien Zammit · 9 years ago
  95. 2cfab90 nb/intel/pineview: Increase MMCONF decoding to 256 busses by Damien Zammit · 9 years ago
  96. 02f4764 nb/intel/pineview: Use macro names for memory base registers by Damien Zammit · 9 years ago
  97. f564606 nb/intel/pineview: Fix decode_pciebar() by Damien Zammit · 9 years ago
  98. 003d15c northbridge/intel/pineview: Add native raminit by Damien Zammit · 9 years ago
  99. f7060f1 northbridge/intel/pineview: Add remaining boilerplate code for northbridge by Damien Zammit · 9 years ago
  100. 6247793 northbridge/intel/pineview: Add minimal Pineview northbridge by Damien Zammit · 9 years ago