1. 425e75a sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  2. b217baa nb/intel/i945: Fix ich7_setup_root_complex_topology by Elyes HAOUAS · 6 years ago
  3. f74f6cb nb/intel/{gm45,i945,x4x}: Correct array bounds checks by Jacob Garber · 5 years ago
  4. 5de93e9 nb/amd/amdfam10/util.c: Use "CONFIG" only when appropriate by Elyes HAOUAS · 5 years ago
  5. e0c181d nb/intel/sandybridge: Set uninitialized run length by Jacob Garber · 5 years ago
  6. 8c11d05 nb/amd/pi/agesawrapper: Drop stale comment about IS_ENABLED() by Nico Huber · 5 years ago
  7. b70c776 nb/intel/pineview: Correct lsbpos(0) and msbpos(0) by Jacob Garber · 5 years ago
  8. 42660cd nb/amd/pi, mb/amd/bettong: Fix null pointer checks by Jacob Garber · 5 years ago
  9. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  10. 9993b6f vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases by Julius Werner · 5 years ago
  11. f5cf60f Move calls to quick_ram_check() before CBMEM init by Kyösti Mälkki · 5 years ago
  12. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  13. 346d201 nb/intel/i945: Use DEBUG_RAM_SETUP by Kyösti Mälkki · 5 years ago
  14. 15ccbf0 {northbridge, soc, southbridge}/intel: Make use of generic set_subsystem() by Subrata Banik · 5 years ago
  15. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  16. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  17. b1434fc Fix 'unsigned int' to bare use of 'unsigned' by Subrata Banik · 5 years ago
  18. 3449faf nb/intel/i945: Remove 2nd write on SLOTCAP (R/WO) by Elyes HAOUAS · 6 years ago
  19. 74aa99a src: Drop unused '#include <halt.h>' by Elyes HAOUAS · 5 years ago
  20. 5926ae2 drivers/intel/fsp1_0: Deduplicate code by Patrick Rudolph · 5 years ago
  21. 1194999 src: Drop unused 'include <arch/ioapic.h>' by Elyes HAOUAS · 5 years ago
  22. d214955 nb/amd/amdfam10: Remove define macro already done in 'amdfam10.h' by Elyes HAOUAS · 5 years ago
  23. 6b2e436 nb/amd/amdfam10: Remove 'IS_ENABLED()' 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. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  28. b697c90 nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINIT by Kyösti Mälkki · 6 years ago
  29. 503d324 Remove DEFAULT_PCIEXBAR alias by Kyösti Mälkki · 5 years ago
  30. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  31. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  32. bdaec07 arch/io.h: Add missing includes by Kyösti Mälkki · 5 years ago
  33. 3e6913b arch/io.h: Fix PCI and PNP simple typedefs by Kyösti Mälkki · 5 years ago
  34. 2796b24 nb/intel/i945: Remove redundant use of ACPI offset operator by Elyes HAOUAS · 5 years ago
  35. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  36. 33ab29f nb/intel/nehalem: Remove CAR_GLOBAL use by Arthur Heymans · 6 years ago
  37. 4c7eee2 postcar: Make more use of postcar_frame_add_romcache() by Nico Huber · 6 years ago
  38. c043408 nb/via/vx900: Replace pci_mod_configX() by Kyösti Mälkki · 6 years ago
  39. 19bad30 nb/intel/sandybridge: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  40. 0c152cf src: Remove unused include device/pnp_def.h by Elyes HAOUAS · 6 years ago
  41. 3b0eb60 nb/intel/gm45: Use a common romstage by Arthur Heymans · 6 years ago
  42. c01a505 sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() by Kyösti Mälkki · 6 years ago
  43. 251514d src: Don't use a #defines like Kconfig symbols by Elyes HAOUAS · 6 years ago
  44. d3fa7fa5 nb/intel/i945: Fix typo on DMIBAR32(0x334) by Elyes HAOUAS · 6 years ago
  45. 3452eca nb/intel/i945: Remove initialization already done at bootblock by Elyes HAOUAS · 6 years ago
  46. b323474 nb/intel/sandybridge/acpi: Add RMRR entry for iGPU by Nico Huber · 6 years ago
  47. a402a9e nb/intel/x4x: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  48. 20f7136 nb/intel/pineview: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  49. c3e9ba0 nb/intel/gm45: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  50. dce3927 nb/intel/i945: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  51. 2b218e3 AGESA fam12/fam14: Drop amdfamX.c file include by Kyösti Mälkki · 6 years ago
  52. 1a9034c i945,ICH7: Write on RPFN only once by Elyes HAOUAS · 6 years ago
  53. 84fdda3 nb/intel/pineview: Use parallel MP init by Arthur Heymans · 6 years ago
  54. c82950b nb/intel/x4x: Use parallel MP init by Arthur Heymans · 6 years ago
  55. f266932 nb/intel/i945: Use parallel MP init by Arthur Heymans · 6 years ago
  56. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 7 years ago
  57. 0a656f0 Drop leftover debug function declarations by Kyösti Mälkki · 6 years ago
  58. 69f6fd4 AGESA/binaryPI: Add NULL pointers check by Kyösti Mälkki · 6 years ago
  59. edbf5d9 cpu/intel/model_206ax: Use parallel MP init by Arthur Heymans · 7 years ago
  60. a6be58f nb/intel/sandybridge: Remove the C native graphic init by Arthur Heymans · 6 years ago
  61. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  62. 3d3152e AGESA: Drop CONFIG_CBB and CONFIG_CDB by Kyösti Mälkki · 6 years ago
  63. bbd2377 binaryPI: Drop CONFIG_CBB and CONFIG_CDB by Kyösti Mälkki · 6 years ago
  64. c27776d binaryPI: Drop invalid northbridge.h file by Kyösti Mälkki · 6 years ago
  65. 109a58a AGESA/binaryPI: Drop invalid AMD_AGESA_BOLTON by Kyösti Mälkki · 6 years ago
  66. da44e34 nb/intel/pineview: Select 1M TSEG by Arthur Heymans · 6 years ago
  67. c6ff1ac nb/intel/pineview: Move the boilerplate mainboard_romstage_entry by Arthur Heymans · 6 years ago
  68. b31aee9 nb/intel/{i945,pineview}: Remove unused function by Arthur Heymans · 6 years ago
  69. c2c1dc9 {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() by Elyes HAOUAS · 6 years ago
  70. 15b83da nb/intel/x4x: Remove spurious pcidev_on_root() usage by Nico Huber · 6 years ago
  71. 4e008c6 nb/intel/i945: Reduce pcidev_on_root() calls by Nico Huber · 6 years ago
  72. ef62994 northbridge/amdfam10: Deal with PCI_ADDR() better by Kyösti Mälkki · 6 years ago
  73. 20c2948 amdfam10 boards: Simplify early resourcemap by Kyösti Mälkki · 6 years ago
  74. f5a57a8 mb: Move timestamp_add_now to northbridge x4x by Elyes HAOUAS · 6 years ago
  75. ec55868 aopen/dxplplusu: Move timestamps to common code by Kyösti Mälkki · 6 years ago
  76. 2dce923 mb: Move timestamp_add_now to northbridge/amd/amdfam10 by Elyes HAOUAS · 6 years ago
  77. e8b5c31 binaryPI: Drop warning on EXT_CONF_SUPPORT by Kyösti Mälkki · 6 years ago
  78. 3f88d7f agesawrapper.c: check if HOP_COUNT_TABLE exists before AmdInitLate() by Krystian Hebel · 6 years ago
  79. 4513020 cpu/intel: Use the common code to initialize the romstage timestamps by Arthur Heymans · 6 years ago
  80. a6ce5d3 nb/intel/gm45: Remove the C native graphic init by Arthur Heymans · 6 years ago
  81. 0f8b8d9 src: Move constant to the right side of comparison by Elyes HAOUAS · 6 years ago
  82. adc4753 usbdebug: Make the EHCI debug console work in the bootblock by Arthur Heymans · 6 years ago
  83. 63649d2 usbdebug: Refactor init calls by Kyösti Mälkki · 6 years ago
  84. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  85. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  86. 4ad7f5b AGESA: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  87. 33ff44c binaryPI: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  88. f112f9f amdfam10 boards: Use defaults for get_pci1234() by Kyösti Mälkki · 6 years ago
  89. 21c60fa amdfam10 boards: Add temporary pirq_router_bus variable by Kyösti Mälkki · 6 years ago
  90. c0b1be0 amdfam10 boards: Call get_bus_conf() just once by Kyösti Mälkki · 6 years ago
  91. a2cfe9e amdfam10 boards: Add Makefiles and fix resourcemap.c by Kyösti Mälkki · 6 years ago
  92. 1db4e3a amdfam10 boards: Declare get_pci1234() just once by Kyösti Mälkki · 6 years ago
  93. 9e7ac6b amdfam10 boards: Drop AMD_SB_CIMX by Kyösti Mälkki · 6 years ago
  94. 98a9174 device: Replace ugly cases of dev_find_slot() by Kyösti Mälkki · 6 years ago
  95. c859f10 intel/e7505: Drop ECC scrubber code by Kyösti Mälkki · 6 years ago
  96. 0afc41e nb/amd/pi/00{630F01,730F01}: Use ARRAY_SIZE by Elyes HAOUAS · 6 years ago
  97. 66b462d nb/intel/pineview/raminit.c: Remove unused variable by Elyes HAOUAS · 6 years ago
  98. 334be32 nb/intel/haswell: Add support for PEG by Tristan Corrick · 6 years ago
  99. c5d367b nb/intel/haswell: Handle boards that do not support IGD by Tristan Corrick · 6 years ago
  100. cf65627 nb/intel/haswell: Don't unconditionally set DEVEN by Tristan Corrick · 6 years ago