1. 825646e intel/haswell: Move stage_cache support function by Kyösti Mälkki · 5 years ago
  2. 3364203 haswell: reinitialize EHCI debug hardware after raminit by Iru Cai · 5 years ago
  3. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  4. e5845bf {soc,northbridge}/Kconfig: Remove unused CACHE_MRC_SIZE_KB by Elyes HAOUAS · 5 years ago
  5. ec93be5 nb/intel/haswell/gma: Drop NGI remnant by Nico Huber · 5 years ago
  6. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  7. ce83f31 nb/intel/haswell: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  8. bb41aba post_code: add post code for invalid vendor binary by Keith Short · 5 years ago
  9. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  10. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  11. 82d73e2 nb/intel/haswell: correct a typo in Kconfig by Joel Kitching · 5 years ago
  12. 6672bd8 vboot: refactor OPROM code by Joel Kitching · 5 years ago
  13. 82d4642 nb/intel/haswell: Use system_reset() by Elyes HAOUAS · 5 years ago
  14. d893a26 sb/intel/lynxpoint: Enable LPC/SIO setup in bootblock by Arthur Heymans · 6 years ago
  15. 77d5e74 nb/intel/haswell: Add an option for where verstage starts by Arthur Heymans · 6 years ago
  16. 8e646e7 cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  17. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  18. 9993b6f vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases by Julius Werner · 5 years ago
  19. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  20. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  21. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  22. 503d324 Remove DEFAULT_PCIEXBAR alias by Kyösti Mälkki · 5 years ago
  23. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  24. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  25. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  26. 0a656f0 Drop leftover debug function declarations by Kyösti Mälkki · 6 years ago
  27. c2c1dc9 {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() by Elyes HAOUAS · 6 years ago
  28. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  29. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  30. 334be32 nb/intel/haswell: Add support for PEG by Tristan Corrick · 6 years ago
  31. c5d367b nb/intel/haswell: Handle boards that do not support IGD by Tristan Corrick · 6 years ago
  32. cf65627 nb/intel/haswell: Don't unconditionally set DEVEN by Tristan Corrick · 6 years ago
  33. bc896cd nb/intel/haswell: Use DEVEN to disable devices by Tristan Corrick · 6 years ago
  34. 1f4cb32 northbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  35. 586f24d northbridge: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  36. 0766c98 nb/intel/haswell: Add server processor host bridge device ID by Iru Cai · 6 years ago
  37. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  38. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  39. ef169d6 nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig by Elyes HAOUAS · 6 years ago
  40. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  41. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  42. d385624 nb/intel/haswell: Consolidate memory controller PCI driver structs by Tristan Corrick · 6 years ago
  43. 1a73eb0 nb/intel/haswell/gma: Support boards that have DDI E connected by Tristan Corrick · 6 years ago
  44. f3127d4 sb/intel/lynxpoint: Automatically generate the ACPI PCI routing table by Tristan Corrick · 6 years ago
  45. 3ffbc7c nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller by Tristan Corrick · 6 years ago
  46. 4817012 nb/intel/haswell: Add a PCI ID for a desktop memory controller by Tristan Corrick · 6 years ago
  47. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  48. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  49. 603963e src: Replace MSR addresses with macros by Elyes HAOUAS · 6 years ago
  50. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  51. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  52. e6c8f7e nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled by Arthur Heymans · 6 years ago
  53. 8da2fa0 nb/intel/haswell: Always locate mrc.bin in the COREBOOT fmap region by Arthur Heymans · 6 years ago
  54. 21b71ce6 src/nb: Fix non-local header treated as local by Elyes HAOUAS · 6 years ago
  55. 7866d49 arch/x86/acpi: Add DMAR RMRR helper functions by Matt DeVillier · 6 years ago
  56. faa5f98 cpu/intel/haswell: Use the common intel romstage_main function by Arthur Heymans · 6 years ago
  57. 730df3c arch/x86: Make RELOCATABLE_RAMSTAGE the default by Kyösti Mälkki · 8 years ago
  58. 88af0f3 cpu/intel/haswell: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  59. 448d9fb src: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  60. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  61. 5474eb1 src/northbridge: Add and update license headers by Martin Roth · 6 years ago
  62. 77f7a6e nb/intel/haswell: Get rid of device_t by Elyes HAOUAS · 6 years ago
  63. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  64. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  65. a51e379 nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APIC by Matt DeVillier · 6 years ago
  66. 85d98d9 nb/intel/haswell: Generate ACPI DMAR table by Matt DeVillier · 6 years ago
  67. f300f36 nb/intel/haswell: Use the common MRC cache driver by Arthur Heymans · 7 years ago
  68. a886974 nb/intel/*.h: Remove left-over register definitions by Patrick Rudolph · 7 years ago
  69. 504d1ef 3rdparty/lib{hwbase,gfxinit}: Update to latest master by Nico Huber · 7 years ago
  70. 1822816 drivers/intel/gma: Put gma_gfxinit() into its own header by Nico Huber · 7 years ago
  71. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  72. ebe08e0 drivers/intel/gma/opregion: migrate from nb/common by Matt DeVillier · 7 years ago
  73. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  74. 89f3a60 nb/intel/haswell/gma: Set ASLS on S3 resume by Patrick Rudolph · 7 years ago
  75. 19c2ad8 drv/intel/gma/opregion: Add interface for GNVS ASLB handling by Patrick Rudolph · 7 years ago
  76. b9bc257 northbridge/intel/haswell: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  77. dab81a4 northbridge/intel/haswell: Fix copy paste error by Ryan Salsamendi · 7 years ago
  78. fa0725d northbridge/intel/haswell: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  79. 7c78970 nb/haswell: set ASLB gnvs to OpRegion ACPI memory address by Matt DeVillier · 7 years ago
  80. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  81. acac02d nb/intel/haswell/raminit: Die if cbmem_add() fails by Nico Huber · 7 years ago
  82. 5aaa8ce haswell: add CBMEM_MEMINFO table when initing RAM by Matt DeVillier · 8 years ago
  83. 9aca643 nb/intel/haswell/gma: Use common init_igd_opregion method by Patrick Rudolph · 7 years ago
  84. ee14ccc nb/intel/haswell/gma: Write ACPI tables by Patrick Rudolph · 7 years ago
  85. d4ebeaf device/Kconfig: Put gfx init methods into a `choice` by Nico Huber · 7 years ago
  86. 0df9a01 nb/intel/haswell: Fix up C NGI remnants by Nico Huber · 7 years ago
  87. 6955b9c northbridge/haswell: clean up native graphics init code by Matt DeVillier · 7 years ago
  88. 45a0dbc nb/intel: Deduplicate vbt header by Patrick Rudolph · 7 years ago
  89. 1210b41 vboot: Select SoC-specific configuration for all Chrome OS boards by Julius Werner · 7 years ago
  90. 410f256 Only show CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM option when implemented by Arthur Heymans · 8 years ago
  91. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 8 years ago
  92. 23cda347 nb/intel/haswell: Hook up libgfxinit by Arthur Heymans · 8 years ago
  93. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  94. 6f66f41 PCI ops: MMCONF_SUPPORT_DEFAULT is required by Kyösti Mälkki · 8 years ago
  95. bac0fad Remove explicit select MMCONF_SUPPORT by Kyösti Mälkki · 8 years ago
  96. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  97. 7db506c src/northbridge: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  98. 69d658f northbridge/intel/haswell: Add space around operators by Elyes HAOUAS · 8 years ago
  99. 6e8b3c1 src/northbridge: Improve code formatting by Elyes HAOUAS · 8 years ago
  100. 12df950 northbridge/intel: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago