1. 99e578e nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  2. 502008d nb/northbridge/intel/x4x/acpi.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  3. f00d373 nb/intel/pineview/early_init.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  4. 0c89c1c nb/intel/x4x/early_init.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  5. ce83f31 nb/intel/haswell: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  6. bb41aba post_code: add post code for invalid vendor binary by Keith Short · 5 years ago
  7. 686b539 i945: Add device identification D2:F1 by Elyes HAOUAS · 5 years ago
  8. 6aca7e6 nb/intel/sandybridge: Move DMI init code by Patrick Rudolph · 5 years ago
  9. bf74350 sb/intel/sandybridge/early_pch: Make DMI init more readable by Patrick Rudolph · 5 years ago
  10. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  11. 9005071 nb/intel/sandybridge: Move boot_count_increment() by Patrick Rudolph · 5 years ago
  12. 5709e03 nb/intel/sandybridge: Migrate MRC settings to devicetree by Patrick Rudolph · 5 years ago
  13. 59b4255 mb/samsung/lumpy: Move onboard SPD to second channel by Patrick Rudolph · 5 years ago
  14. 4410594 nb/intel/sandybridge: Update pei_data comments by Patrick Rudolph · 5 years ago
  15. 772a154 nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGE by Nico Huber · 5 years ago
  16. 32b9a99 nb/intel/i945: Use macro instead of magic number by Elyes HAOUAS · 6 years ago
  17. 1d3b3c3 {src,util}: Remove duplicated includes by Elyes HAOUAS · 5 years ago
  18. 1bc7b6e {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() function by Elyes HAOUAS · 5 years ago
  19. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  20. 82d73e2 nb/intel/haswell: correct a typo in Kconfig by Joel Kitching · 5 years ago
  21. 6672bd8 vboot: refactor OPROM code by Joel Kitching · 5 years ago
  22. 5db9871 ich7/i945: Use system_reset() by Elyes HAOUAS · 5 years ago
  23. 363b771 nb/intel/pineview: Use system_reset() by Elyes HAOUAS · 5 years ago
  24. d45f338 nb/intel/nehalem: Use system_reset() and full_reset() by Elyes HAOUAS · 5 years ago
  25. 82d4642 nb/intel/haswell: Use system_reset() by Elyes HAOUAS · 5 years ago
  26. b559b3c nb/x4x: Use system_reset() and full_reset() by Elyes HAOUAS · 5 years ago
  27. c056729 nb/intel/sandybridge: Use system_reset() by Elyes HAOUAS · 5 years ago
  28. 0f49dd2 src/northbridge/intel: Remove unused variables by Elyes HAOUAS · 5 years ago
  29. 27fbbcf nb/intel/sandybridge: add pch.h include by Patrick Georgi · 5 years ago
  30. 0191220 nb/intel/i945: Check if interleaved even if rank #4 size is zero by Elyes HAOUAS · 6 years ago
  31. 420d7e0 ich7/i945: Use full_reset() by Elyes HAOUAS · 5 years ago
  32. d893a26 sb/intel/lynxpoint: Enable LPC/SIO setup in bootblock by Arthur Heymans · 6 years ago
  33. da9302a nb/intel/sandybridge: Drop pch.h from sandybridge.h by Patrick Rudolph · 5 years ago
  34. 77d5e74 nb/intel/haswell: Add an option for where verstage starts by Arthur Heymans · 6 years ago
  35. 8e646e7 cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  36. b328209 nb/intel/nehalem: Hide some raminit output messages by Arthur Heymans · 5 years ago
  37. 45d4b17 nb/intel/sandybridge: Move southbridge code to bd82x6x by Patrick Rudolph · 5 years ago
  38. e2f0a5f sb/intel/bd82x6x: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  39. ad0b482 sb/intel/i82801ix: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  40. 425e75a sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  41. b217baa nb/intel/i945: Fix ich7_setup_root_complex_topology by Elyes HAOUAS · 6 years ago
  42. f74f6cb nb/intel/{gm45,i945,x4x}: Correct array bounds checks by Jacob Garber · 5 years ago
  43. e0c181d nb/intel/sandybridge: Set uninitialized run length by Jacob Garber · 5 years ago
  44. b70c776 nb/intel/pineview: Correct lsbpos(0) and msbpos(0) by Jacob Garber · 5 years ago
  45. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  46. 9993b6f vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases by Julius Werner · 5 years ago
  47. f5cf60f Move calls to quick_ram_check() before CBMEM init by Kyösti Mälkki · 5 years ago
  48. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  49. 346d201 nb/intel/i945: Use DEBUG_RAM_SETUP by Kyösti Mälkki · 5 years ago
  50. 15ccbf0 {northbridge, soc, southbridge}/intel: Make use of generic set_subsystem() by Subrata Banik · 5 years ago
  51. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  52. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  53. b1434fc Fix 'unsigned int' to bare use of 'unsigned' by Subrata Banik · 5 years ago
  54. 3449faf nb/intel/i945: Remove 2nd write on SLOTCAP (R/WO) by Elyes HAOUAS · 6 years ago
  55. 74aa99a src: Drop unused '#include <halt.h>' by Elyes HAOUAS · 5 years ago
  56. 5926ae2 drivers/intel/fsp1_0: Deduplicate code by Patrick Rudolph · 5 years ago
  57. 1194999 src: Drop unused 'include <arch/ioapic.h>' by Elyes HAOUAS · 5 years ago
  58. e183429 nb/intel/stage_cache.c: Drop unnecessary includes by Elyes HAOUAS · 5 years ago
  59. 484efff {mb,nb/pineview}/*.asl: Remove unneeded include i82801gx.h by Elyes HAOUAS · 6 years ago
  60. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  61. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  62. b697c90 nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINIT by Kyösti Mälkki · 6 years ago
  63. 503d324 Remove DEFAULT_PCIEXBAR alias by Kyösti Mälkki · 5 years ago
  64. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  65. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  66. bdaec07 arch/io.h: Add missing includes by Kyösti Mälkki · 5 years ago
  67. 2796b24 nb/intel/i945: Remove redundant use of ACPI offset operator by Elyes HAOUAS · 5 years ago
  68. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  69. 33ab29f nb/intel/nehalem: Remove CAR_GLOBAL use by Arthur Heymans · 6 years ago
  70. 4c7eee2 postcar: Make more use of postcar_frame_add_romcache() by Nico Huber · 6 years ago
  71. 19bad30 nb/intel/sandybridge: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  72. 0c152cf src: Remove unused include device/pnp_def.h by Elyes HAOUAS · 6 years ago
  73. 3b0eb60 nb/intel/gm45: Use a common romstage by Arthur Heymans · 6 years ago
  74. c01a505 sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() by Kyösti Mälkki · 6 years ago
  75. d3fa7fa5 nb/intel/i945: Fix typo on DMIBAR32(0x334) by Elyes HAOUAS · 6 years ago
  76. 3452eca nb/intel/i945: Remove initialization already done at bootblock by Elyes HAOUAS · 6 years ago
  77. b323474 nb/intel/sandybridge/acpi: Add RMRR entry for iGPU by Nico Huber · 6 years ago
  78. a402a9e nb/intel/x4x: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  79. 20f7136 nb/intel/pineview: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  80. c3e9ba0 nb/intel/gm45: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  81. dce3927 nb/intel/i945: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  82. 1a9034c i945,ICH7: Write on RPFN only once by Elyes HAOUAS · 6 years ago
  83. 84fdda3 nb/intel/pineview: Use parallel MP init by Arthur Heymans · 6 years ago
  84. c82950b nb/intel/x4x: Use parallel MP init by Arthur Heymans · 6 years ago
  85. f266932 nb/intel/i945: Use parallel MP init by Arthur Heymans · 6 years ago
  86. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 7 years ago
  87. 0a656f0 Drop leftover debug function declarations by Kyösti Mälkki · 6 years ago
  88. edbf5d9 cpu/intel/model_206ax: Use parallel MP init by Arthur Heymans · 7 years ago
  89. a6be58f nb/intel/sandybridge: Remove the C native graphic init by Arthur Heymans · 6 years ago
  90. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  91. da44e34 nb/intel/pineview: Select 1M TSEG by Arthur Heymans · 6 years ago
  92. c6ff1ac nb/intel/pineview: Move the boilerplate mainboard_romstage_entry by Arthur Heymans · 6 years ago
  93. b31aee9 nb/intel/{i945,pineview}: Remove unused function by Arthur Heymans · 6 years ago
  94. c2c1dc9 {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() by Elyes HAOUAS · 6 years ago
  95. 15b83da nb/intel/x4x: Remove spurious pcidev_on_root() usage by Nico Huber · 6 years ago
  96. 4e008c6 nb/intel/i945: Reduce pcidev_on_root() calls by Nico Huber · 6 years ago
  97. f5a57a8 mb: Move timestamp_add_now to northbridge x4x by Elyes HAOUAS · 6 years ago
  98. ec55868 aopen/dxplplusu: Move timestamps to common code by Kyösti Mälkki · 6 years ago
  99. 4513020 cpu/intel: Use the common code to initialize the romstage timestamps by Arthur Heymans · 6 years ago
  100. a6ce5d3 nb/intel/gm45: Remove the C native graphic init by Arthur Heymans · 6 years ago